Ignore:
Timestamp:
06/26/20 13:23:35 (3 years ago)
Author:
Mark Evenson
Message:

Revisions for the long neglected ABCL/TEST/LISP suite

Restore loading under SBCL and CCL.

FIXME: package-local-nicknames-tests only runs once in the same
process, causing a mysterious failure on the second time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/test/lisp/abcl/pathname-tests.lisp

    r15032 r15332  
    563563
    564564;; If the prefix isn't a defined logical host, it's not a logical pathname.
    565 #-(or cmu (and clisp windows))
     565#-(or ccl cmu (and clisp windows))
    566566;; CMUCL parses this as (:ABSOLUTE #<SEARCH-LIST foo>) "bar.baz" "42".
    567567;; CLISP signals a parse error reading #p"foo:bar.baz.42".
     
    13351335(pushnew 'sbcl.26 *expected-failures*)
    13361336
    1337 (setf (logical-pathname-translations "scratch")
    1338       '(("**;*.*.*" "/usr/local/doc/**/*")))
     1337(eval-when (:compile-toplevel :load-toplevel :execute)
     1338  (setf (logical-pathname-translations "scratch")
     1339        '(("**;*.*.*" "/usr/local/doc/**/*"))))
    13391340
    13401341;; Trivial merge.
Note: See TracChangeset for help on using the changeset viewer.