Richard Eisenberg pushed to branch wip/rae/skip-tests at Glasgow Haskell Compiler / GHC
Commits:
-
0a17b9dd
by Richard Eisenberg at 2026-04-16T10:49:58-04:00
1 changed file:
Changes:
| 1 | +section: build-tools
|
|
| 2 | +synopsis: The testsuite driver and Hadrian now support a ``--skip-test`` flag
|
|
| 3 | + (``--skip`` in the Python driver) to skip specific tests.
|
|
| 4 | +issues: #27188
|
|
| 5 | +mrs: !15915
|
|
| 6 | + |
|
| 7 | +description: {
|
|
| 8 | + A new ``--skip-test`` flag has been added to Hadrian, passed through
|
|
| 9 | + as ``--skip`` to the testsuite driver. This is the complement of
|
|
| 10 | + ``--only``: it removes named tests from the set of tests to run.
|
|
| 11 | + If a test appears in both ``--only`` and ``--skip-test``, it is skipped.
|
|
| 12 | + Multiple ``--skip-test`` flags are unioned together.
|
|
| 13 | +} |