Ignore:
Timestamp:
02/25/22 20:24:39 (19 months ago)
Author:
Mark Evenson
Message:

abcl-introspect: fix and move test into contrib

Failing test was actually returning additional information that was
causing the test to fail, namely a block marker from Primitives.java:

((:LEXICAL-VARIABLE A 10) (:LEXICAL-VARIABLE B 20)

(:BLOCK BAR #<org.armedbear.lisp.Primitives$BlockMarker?@ca46a46>))

The "extra" stuff which ABCL-INTROSPECT adds to the SYSTEM package may
not always be available if say JSS fails to load. Make this explicit
by moving the test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/abcl-prove.asd

    r15553 r15557  
    2525                             (:test-file "run-program")
    2626                             (:test-file "url-stream")
    27                              (:test-file "environments")
    2827                             (:test-file "without-use-cl")))))
    2928
Note: See TracChangeset for help on using the changeset viewer.