Raymond Toy pushed to branch master at cmucl / cmucl
Commits: 62c23d27 by Raymond Toy at 2024-03-22T09:14:28-07:00 Checkout ansi-tests cmucl-expected-failures again
Issue https://gitlab.common-lisp.net/cmucl/cmucl/-/issues/276 has landed and we've merged the ansi-test branch issue-276-xoroshiro to cmucl-expected-failures. Thus, we can check out cmucl-expected-failures again for running ansi-tests.
- - - - -
1 changed file:
- bin/run-ansi-tests.sh
Changes:
===================================== bin/run-ansi-tests.sh ===================================== @@ -41,7 +41,7 @@ else fi
cd ../ansi-test -git checkout issue-276-xoroshiro +git checkout cmucl-expected-failures
make LISP="$LISP batch -noinit -nositeinit" # There should be no unexpected successes or failures; check these separately
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/62c23d276620926d311ea9c9...