Skip to content

Fix #10: Allow impls to set *expected-failures*

Raymond Toy requested to merge rtoy-cmucl-expected-failures into master

In gclload1, load up an impl-specific file to allow setting up impl-specific items before running the tests. In this case, we have one for cmucl.

The file just sets the initial *random-state* for the tests and also sets up rt::*expected-failures*.

Merge request reports