Richard Eisenberg pushed to branch wip/rae/skip-tests at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • changelog.d/skip-test
    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
    +}