[Git][cmucl/cmucl][issue-158-darwin-pathnames-utf8] Disable darwin test

Raymond Toy (@rtoy) gitlab at common-lisp.net
Sun Mar 12 23:58:46 UTC 2023



Raymond Toy pushed to branch issue-158-darwin-pathnames-utf8 at cmucl / cmucl


Commits:
623caa85 by Raymond Toy at 2023-03-12T16:57:42-07:00
Disable darwin test

The test assumes that we're normalizing pathnames on Darwin, but we're
not currently doing that.  Hence disable the test for now, but leave
it in.

- - - - -


1 changed file:

- tests/issues.lisp


Changes:

=====================================
tests/issues.lisp
=====================================
@@ -838,7 +838,8 @@
 	 (path (make-pathname :directory (list :relative name)
 			      :name name
 			      :type name)))
-    #+darwin
+    ;; Enable this when we implement normalization for Darwin
+    #+(and nil darwin)
     (let ((expected '(4352 4456 4543)))
       ;; Tests that on Darwin the Hangul pathname has been normalized
       ;; correctly.  We fill in the directory, name, and type components



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/623caa858be07f609f666a13a41fa0f60e714e56

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/623caa858be07f609f666a13a41fa0f60e714e56
You're receiving this email because of your account on gitlab.common-lisp.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20230312/3c44ae7e/attachment.html>


More information about the cmucl-cvs mailing list