Skip to content

Fix #3: fix test failures

Raymond Toy requested to merge issue-3-fix-test-failures into master

To fix the test failures, we use our own version of rt that allows us to mark tests as expected to fail. (This version was taken from ansi-tests, on the branch rtoy-cmucl-expected-failures.) We also set the initial *random-state* to a fixed state so every run generates the same set of numbers. This makes the tests less flaky.

Merge request reports