summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2023-01-19 15:24:15 -0500
committerBen Gamari <ben@smart-cactus.org>2023-01-19 15:24:15 -0500
commit85baf4fc82e9339c74f9f83cc2360783725adc37 (patch)
treea96ce13dcac086921f054454e986d73b25ea5a24
parent6d35b379c45fa83d8ce6b9d04a98275e86ab5b8b (diff)
downloadhaskell-wip/T22804.tar.gz
testsuite: Enable -dlint in the `sanity` waywip/T22804
Here we enable GHC's `-dlint` flag in the `sanity` testsuite way. This should have minimal additional cost (relative to the existing cost of `+RTS -DS`) but considering improve testing coverage.
-rw-r--r--testsuite/config/ghc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc
index 85c8b27c9e..a129b9a2cc 100644
--- a/testsuite/config/ghc
+++ b/testsuite/config/ghc
@@ -94,7 +94,7 @@ config.way_flags = {
'profasm' : ['-O', '-prof', '-static', '-fprof-auto'],
'profthreaded' : ['-O', '-prof', '-static', '-fprof-auto', '-threaded'],
'ghci' : ['--interactive', '-v0', '-ignore-dot-ghci', '-fno-ghci-history', '+RTS', '-I0.1', '-RTS'] + (['-fghci-leak-check'] if not config.compiler_debugged else []),
- 'sanity' : ['-debug'],
+ 'sanity' : ['-debug', '-dlint'],
'threaded1' : ['-threaded', '-debug'],
'threaded1_ls' : ['-threaded', '-debug'],
'threaded2' : ['-O', '-threaded'],