Raymond Toy pushed to branch master at cmucl / cmucl
Commits: a83d2d0e by Raymond Toy at 2024-05-27T21:34:27-07:00 Use cmucl-expected-failures branch for ansi-tests
For cmucl master, use the cmucl-expected-failures branch on ansi-tests since this branch has the expected failures for the cmucl master branch. Add a comment about it to so we are reminded about what branch to use.
- - - - -
1 changed file:
- bin/run-ansi-tests.sh
Changes:
===================================== bin/run-ansi-tests.sh ===================================== @@ -41,7 +41,10 @@ else fi
cd ../ansi-test -git checkout issue-288-new-failures +# Use branch cmucl-expected-failures in general since this branch +# generally has the list of expected failures. This is the branch to +# use on cmucl master in general. +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/a83d2d0e046ca26f2e24593e...