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/package-local-nicknames-tests.lisp

    r14431 r15332  
    1919
    2020;;; Most of these tests are adapted from the SBCL test suite.
     21
     22;;;; FIXME:  re-running these tests in the same process fails the second time due to interactions
     23;;;          with the problems with DEFPACKAGE "only being run once"
    2124
    2225(in-package #:abcl.test.lisp)
Note: See TracChangeset for help on using the changeset viewer.