Raymond Toy pushed to branch issue-288-re-enable-deftransform-random-int at cmucl / cmucl
Commits: 23c5bc24 by Raymond Toy at 2024-03-27T10:40:24-07:00 Checkout ansi-test issue-288-new-failures
We have new failures in ansi-tests. Checkout the ansi-test branch that has the new failures listed.
- - - - -
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 cmucl-expected-failures +git checkout issue-288-new-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/23c5bc242a62fa40f271057e...