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 Changelog - - - - - 1 changed file: - + changelog.d/skip-test Changes: ===================================== changelog.d/skip-test ===================================== @@ -0,0 +1,13 @@ +section: build-tools +synopsis: The testsuite driver and Hadrian now support a ``--skip-test`` flag + (``--skip`` in the Python driver) to skip specific tests. +issues: #27188 +mrs: !15915 + +description: { + A new ``--skip-test`` flag has been added to Hadrian, passed through + as ``--skip`` to the testsuite driver. This is the complement of + ``--only``: it removes named tests from the set of tests to run. + If a test appears in both ``--only`` and ``--skip-test``, it is skipped. + Multiple ``--skip-test`` flags are unioned together. +} View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0a17b9dd2b2b6e427adec57e3812c381... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0a17b9dd2b2b6e427adec57e3812c381... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Richard Eisenberg (@rae)