Skip to content
Snippets Groups Projects
Commit 1d4e709f authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Comment out non-portable test cases that uselessly trip allegro.

parent f78f61cb
No related branches found
No related tags found
No related merge requests found
...@@ -20,9 +20,10 @@ ...@@ -20,9 +20,10 @@
(every (complement #'directory-pathname-p) (every (complement #'directory-pathname-p)
(list (list
(make-pathname :name "foo" :type nil :directory '(:absolute "tmp")) (make-pathname :name "foo" :type nil :directory '(:absolute "tmp"))
(make-pathname :name nil :type "bar" :directory '(:absolute "tmp")) (make-pathname :name nil :type "bar" :directory '(:absolute "tmp")))))
(make-pathname :name "." :type nil :directory '(:absolute "tmp")) ;; These are funky and non portable. Omit from tests.
(make-pathname :name "." :type "" :directory '(:absolute "tmp"))))) ;; (make-pathname :name "." :type nil :directory '(:absolute "tmp"))
;; (make-pathname :name "." :type "" :directory '(:absolute "tmp"))
(assert (equal (multiple-value-list (component-name-to-pathname-components "" t)) (assert (equal (multiple-value-list (component-name-to-pathname-components "" t))
'(:relative nil nil))) '(:relative nil nil)))
(assert (equal (multiple-value-list (component-name-to-pathname-components "" nil)) (assert (equal (multiple-value-list (component-name-to-pathname-components "" nil))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment