Skip to content

Testsuite: check for RTS linker dependency

Stefan Schulze Frielinghaus requested to merge (removed):ghc-testsuite into master

Some tests depend on the RTS linker which is not always available. In such cases skip the test.

I can think of two ways to skip such tests. Both are described in this mail. I went for option unless(config.have_RTS_linker, skip) since this is independent of the architecture. In case we prefer when(arch('foo'), expect_broken(42)) I could adapt the patch in order to reflect certain architectures. Just let me know.

Edited by Stefan Schulze Frielinghaus

Merge request reports