With a bit more Windows testing we have 1 failure on SBCL and 3 or 4 on clisp. Here's a summary (the Allegro failure below is included in the attached file):
On Fri, Feb 21, 2014 at 4:31 PM, Dave Cooper david.cooper@genworks.comwrote:
Sorry to be late to the party again with Windows testing...
So far I'm seeing a consistent failure for every Allegro variant on Windows for test-sysdef-asdf.
Here is the error:
These two expressions fail comparison with equal:
(asdf-test::system-lisp-files :uiop) evaluates to ("uiop\package.lisp" "uiop\common-lisp.lisp" "uiop\utility.lisp" "uiop\os.lisp" "uiop\pathname.lisp" "uiop\filesystem.lisp" "uiop\stream.lisp" "uiop\image.lisp" "uiop\run-program.lisp" "uiop\lisp-build.lisp" "uiop\configuration.lisp" "uiop\backward-driver.lisp" "uiop\driver.lisp")
(asdf-test::makefile-lisp-files "driver-files") evaluates to ("uiop/package.lisp" "uiop/common-lisp.lisp" "uiop/utility.lisp" "uiop/os.lisp" "uiop/pathname.lisp" "uiop/filesystem.lisp" "uiop/stream.lisp" "uiop/image.lisp" "uiop/run-program.lisp" "uiop/lisp-build.lisp" "uiop/configuration.lisp" "uiop/backward-driver.lisp" "uiop/driver.lisp")
Script failed