summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-02-13 15:33:31 -0500
committerBen Gamari <ben@smart-cactus.org>2019-10-22 12:18:44 -0400
commit6e97cc47d17e3c52d63d5bc3e34da27712b7ce47 (patch)
tree94864a8d5fca678a1710995ad42b82354d21e45f
parent78ce35b967749acb005bda4d72802d237d5f7dca (diff)
downloadhaskell-6e97cc47d17e3c52d63d5bc3e34da27712b7ce47.tar.gz
testsuite: Skip T15892 in nonmoving_thr_ghc
-rw-r--r--testsuite/tests/codeGen/should_run/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T
index 002dc65a8b..f96820de81 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/testsuite/tests/codeGen/should_run/all.T
@@ -196,7 +196,7 @@ test('T15696_3', normal, compile_and_run, ['-O'])
test('T15892',
[ ignore_stdout,
# -G1 is unsupported by the nonmoving GC
- omit_ways(['nonmoving', 'nonmoving_thr']),
+ omit_ways(['nonmoving', 'nonmoving_thr', 'nonmoving_thr_ghc']),
# we want to do lots of major GC to make the bug more likely to
# happen, so -G1 -A32k:
extra_run_opts('+RTS -G1 -A32k -RTS') ],