At this point, I propose we just comment out the test on abcl, and file a bug. It's a new test, so this isn't a regression. We can improve the test later, and maybe find what's going on with abcl.

All passing for me on Linux.

—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org
The Slogan of "Language Independence" is often but the pride that self-ignorant
monolinguists put in not calling "language" the collection of barkings and
grunts they invent to interact with their computers. — Faré


On Tue, Oct 15, 2013 at 9:42 PM, Robert P. Goldman <rpgoldman@sift.info> wrote:
All passing, with the exception of test-stamp-propagation on ABCL.

Grr!

As before:

TEST ABORTED: These two expressions fail comparison with EQUAL:
 (SANITIZE-LOG (RELOAD ASDF/DEFSYSTEM:DEFSYSTEM)) evaluates to
((:COMPILING :SYSTEM))
 (QUOTE ((:COMPILING :SYSTEM) (:COMPILE-TOPLEVEL :FILE1) (:LOAD-TOPLEVEL
:FILE1) (:COMPILE-TOPLEVEL :FILE2) (:LOAD-TOPLEVEL :FILE2))) evaluates
to ((:COMPILING :SYSTEM) (:COMPILE-TOPLEVEL :FILE1) (:LOAD-TOPLEVEL
:FILE1) (:COMPILE-TOPLEVEL :FILE2) (:LOAD-TOPLEVEL :FILE2))
Above backtrace due to this condition:
These two expressions fail comparison with EQUAL:
 (ASDF-TEST::SANITIZE-LOG (ASDF-TEST::RELOAD ASDF/DEFSYSTEM:DEFSYSTEM))
evaluates to ((:COMPILING :SYSTEM))
 (QUOTE ((:COMPILING :SYSTEM) (:COMPILE-TOPLEVEL :FILE1) (:LOAD-TOPLEVEL
:FILE1) (:COMPILE-TOPLEVEL :FILE2) (:LOAD-TOPLEVEL :FILE2))) evaluates
to ((:COMPILING :SYSTEM) (:COMPILE-TOPLEVEL :FILE1) (:LOAD-TOPLEVEL
:FILE1) (:COMPILE-TOPLEVEL :FILE2) (:LOAD-TOPLEVEL :FILE2))


Will test on Linux and report results from there, too.