summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-02-13 14:05:37 -0500
committerBen Gamari <ben@smart-cactus.org>2019-10-22 12:18:44 -0400
commit78ce35b967749acb005bda4d72802d237d5f7dca (patch)
treed2eba24bbfb97353b6e5229e2c9e989b7cd17e6a
parent4b91dd2566e4d26b7cf5107687f8cbb9b315d3f7 (diff)
downloadhaskell-78ce35b967749acb005bda4d72802d237d5f7dca.tar.gz
testsuite: bug1010 requires -c, which isn't supported by nonmoving
-rw-r--r--testsuite/tests/rts/all.T5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T
index 5e4e6991c8..6c27981998 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -12,7 +12,10 @@ test('testmblockalloc',
# See bug #101, test requires +RTS -c (or equivalently +RTS -M<something>)
# only GHCi triggers the bug, but we run the test all ways for completeness.
-test('bug1010', normal, compile_and_run, ['+RTS -c -RTS'])
+test('bug1010',
+ # Non-moving GC doesn't support -c
+ omit_ways(['nonmoving', 'nonmoving_thr', 'nonmoving_thr_ghc']),
+ compile_and_run, ['+RTS -c -RTS'])
def normalise_address(str):
return re.sub('Access violation in generated code when reading [0]+',