Raymond Toy pushed to branch issue-276-xoroshiro128starstar at cmucl / cmucl
Commits: b80289c5 by Raymond Toy at 2024-03-13T12:35:32-07:00 Checkout ansi-test branch issue-276-xoroshiro
Use this branch instead of cmucl-expected-failues for running the tests associated with this merge request.
- - - - -
1 changed file:
- bin/run-ansi-tests.sh
Changes:
===================================== bin/run-ansi-tests.sh ===================================== @@ -40,7 +40,7 @@ else fi
cd ../ansi-test -git checkout cmucl-expected-failures +git checkout issue-276-xoroshiro
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/b80289c54de16cdbfb49ad24...