Skip to content

Fix #76: Add ansi-tests test suite to CI

Raymond Toy requested to merge rtoy-issue-76-add-ansi-tests-to-ci into master

Adds ansi-test test suite to CI.

This basically modifies CI to clone a copy of ansi-tests, switches to the rtoy-cmucl-expected-failures branch and then runs the test suite after building cmucl.

The ansi-test output is available as an artifact so we can examine the test run and figure out what is failing and also see the failures and update expected failures as needed.

Edited by Raymond Toy

Merge request reports