Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
a83d2d0e
by Raymond Toy at 2024-05-27T21:34:27-07:00
1 changed file:
Changes:
| ... | ... | @@ -41,7 +41,10 @@ else |
| 41 | 41 | fi
|
| 42 | 42 | |
| 43 | 43 | cd ../ansi-test
|
| 44 | -git checkout issue-288-new-failures
|
|
| 44 | +# Use branch cmucl-expected-failures in general since this branch
|
|
| 45 | +# generally has the list of expected failures. This is the branch to
|
|
| 46 | +# use on cmucl master in general.
|
|
| 47 | +git checkout cmucl-expected-failures
|
|
| 45 | 48 | |
| 46 | 49 | make LISP="$LISP batch -noinit -nositeinit"
|
| 47 | 50 | # There should be no unexpected successes or failures; check these separately
|