summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-02-05 17:15:57 -0500
committerBen Gamari <ben@smart-cactus.org>2019-10-22 12:18:44 -0400
commit097f4fd0e242031693d2a6c0384762683d3bee31 (patch)
tree2992369f468ca0c44ae2319108cb34afb0786856
parent01fd0242c9e8aeaa78f268f3f9b1db1933f91b6e (diff)
downloadhaskell-097f4fd0e242031693d2a6c0384762683d3bee31.tar.gz
testsuite: Nonmoving collector doesn't support -G1
-rw-r--r--testsuite/tests/codeGen/should_run/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T
index f473ac523e..002dc65a8b 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/testsuite/tests/codeGen/should_run/all.T
@@ -1,5 +1,6 @@
# Test +RTS -G1 here (it isn't tested anywhere else)
-setTestOpts(unless(fast(), extra_ways(['g1'])))
+# N.B. Nonmoving collector doesn't support -G1
+setTestOpts(unless(fast(), [ extra_ways(['g1']), omit_ways(['nonmoving', 'nonmoving_thr', 'nonmoving_thr_ghc'])]))
test('cgrun001', normal, compile_and_run, [''])
test('cgrun002', normal, compile_and_run, [''])