Raymond Toy pushed to branch master at cmucl / cmucl
Commits: e23fc502 by Raymond Toy at 2024-06-11T07:13:48-07:00 Use cmucl-expected-failures branch
We've merged issue-316-support-roundtrip-char-casing to cmucl-expected-failures, so we can use cmucl-expected-failures as the ansi-test branch now.
- - - - -
1 changed file:
- bin/run-ansi-tests.sh
Changes:
===================================== bin/run-ansi-tests.sh ===================================== @@ -36,7 +36,7 @@ shift $[$OPTIND - 1] # 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. -BRANCH=issue-316-support-roundtrip-char-casing +BRANCH=cmucl-expected-failures
set -x if [ -d ../ansi-test ]; then
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/e23fc502bf09197c1b14d1de...