[Git][ghc/ghc][wip/9.4.8-backports] testsuite: add omit_ghci for use in process
Zubin (@wz1000)
gitlab at gitlab.haskell.org
Mon Nov 6 22:43:55 UTC 2023
Zubin pushed to branch wip/9.4.8-backports at Glasgow Haskell Compiler / GHC
Commits:
89949c9f by Zubin Duggal at 2023-11-07T04:13:47+05:30
testsuite: add omit_ghci for use in process
- - - - -
1 changed file:
- testsuite/driver/testlib.py
Changes:
=====================================
testsuite/driver/testlib.py
=====================================
@@ -392,6 +392,8 @@ def _omit_ways( name: TestName, opts, ways: List[WayName] ):
_lint_ways(name, ways)
opts.omit_ways += ways
+omit_ghci = omit_ways([WayName('ghci'), WayName('ghci-opt')])
+
# -----
def only_ways( ways: List[WayName] ):
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/89949c9f7bf79d2af47dc534201f0b0be9605949
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/89949c9f7bf79d2af47dc534201f0b0be9605949
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20231106/c5cd95b5/attachment.html>
More information about the ghc-commits
mailing list