CCL fails on test-static-and-serial.script
TEST ABORTED: These two expressions fail comparison with EQUAL: (FILE-WRITE-DATE FILE1) evaluates to 3567182153 DATE3 evaluates to 3567182002
Same failure on allegro.
Allegro (8.2) has 6 failures all told:
test-force.script test-static-and-serial.script test-touch-system-1.script test-touch-system-2.script test1.script test3.script
On allegro there are a large number of date comparison failures.
TEST ABORTED: the assertion (EQUAL (FILE-WRITE-DATE FILE1) DATE2)
TEST ABORTED: These two expressions fail comparison with EQUAL:
TEST ABORTED: These two expressions fail comparison with EQUAL:
TEST ABORTED: the assertion (> DATE2 DATE1) failed.
TEST ABORTED: These two expressions fail comparison with EQUAL:
TEST ABORTED: the assertion (NOT (PROBE-FILE FASL2)) failed.
More results as I can grab time to collect them.
cheers, r
Works for me. Were you running these tests at the same time? The two runs could interfere with each other.
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org Have the courage to take your own thoughts seriously, for they will shape you. — Albert Einstein
On Mon, Jan 14, 2013 at 3:04 PM, Robert Goldman rpgoldman@sift.info wrote:
CCL fails on test-static-and-serial.script
TEST ABORTED: These two expressions fail comparison with EQUAL: (FILE-WRITE-DATE FILE1) evaluates to 3567182153 DATE3 evaluates to 3567182002
Same failure on allegro.
Allegro (8.2) has 6 failures all told:
test-force.script test-static-and-serial.script test-touch-system-1.script test-touch-system-2.script test1.script test3.script
On allegro there are a large number of date comparison failures.
TEST ABORTED: the assertion (EQUAL (FILE-WRITE-DATE FILE1) DATE2)
TEST ABORTED: These two expressions fail comparison with EQUAL:
TEST ABORTED: These two expressions fail comparison with EQUAL:
TEST ABORTED: the assertion (> DATE2 DATE1) failed.
TEST ABORTED: These two expressions fail comparison with EQUAL:
TEST ABORTED: the assertion (NOT (PROBE-FILE FASL2)) failed.
More results as I can grab time to collect them.
cheers, r
asdf-devel mailing list asdf-devel@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel
On 1/14/13 Jan 14 -2:11 PM, Faré wrote:
Works for me. Were you running these tests at the same time? The two runs could interfere with each other.
No. At least what I did first was test-all-noupgrade, which failed in the CCL tests, so then I did run-tests.sh for allegro.
Haven't tried the other lisps yet (need to rebuild SBCL, and I got the sense you weren't ready for me to try ABCL, ECL and clisp).
Best, r
On Mon, Jan 14, 2013 at 3:49 PM, Robert Goldman rpgoldman@sift.info wrote:
On 1/14/13 Jan 14 -2:11 PM, Faré wrote:
Works for me. Were you running these tests at the same time? The two runs could interfere with each other.
No. At least what I did first was test-all-noupgrade, which failed in the CCL tests, so then I did run-tests.sh for allegro.
Haven't tried the other lisps yet (need to rebuild SBCL, and I got the sense you weren't ready for me to try ABCL, ECL and clisp).
Actually, it works for me on ECL and CLISP and was working on ABCL a few unrelated commits ago.
I think it's now time to go back to the cl-test-grid and test, test, test.
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org Oh, he's sincere all right. The question is: what is he sincere about? — John McCarthy
On 1/14/13 Jan 14 -8:20 PM, Faré wrote:
On Mon, Jan 14, 2013 at 3:49 PM, Robert Goldman rpgoldman@sift.info wrote:
On 1/14/13 Jan 14 -2:11 PM, Faré wrote:
Works for me. Were you running these tests at the same time? The two runs could interfere with each other.
No. At least what I did first was test-all-noupgrade, which failed in the CCL tests, so then I did run-tests.sh for allegro.
Haven't tried the other lisps yet (need to rebuild SBCL, and I got the sense you weren't ready for me to try ABCL, ECL and clisp).
Actually, it works for me on ECL and CLISP and was working on ABCL a few unrelated commits ago.
I think it's now time to go back to the cl-test-grid and test, test, test.
Still failing for me on CCL with test-static-and-serial.script
TEST ABORTED: These two expressions fail comparison with EQUAL: (FILE-WRITE-DATE FILE1) evaluates to 3567211563 DATE3 evaluates to 3567206201
Cheers, r