summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-06-18 23:04:06 -0400
committerBen Gamari <ben@smart-cactus.org>2019-07-10 01:41:34 -0400
commitd919f90f1e09d6de217495f628202b9b404d685f (patch)
tree4dad61d2101bda6a20e4b3dcd1dc62fa10ce2fe3
parent1e980f794f3b0cb18e060e48ff5c4abd96a7fb49 (diff)
downloadhaskell-d919f90f1e09d6de217495f628202b9b404d685f.tar.gz
testsuite: Don't run T7160 in nonmoving_thr ways
The nonmoving way finalizes things in a different order.
-rw-r--r--testsuite/tests/rts/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T
index a8faa162cc..bcf60d569a 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -245,7 +245,7 @@ test('T6006', [ omit_ways(prof_ways + ['ghci']),
test('T7037', [], run_command, ['$MAKE -s --no-print-directory T7037'])
test('T7087', exit_code(1), compile_and_run, [''])
-test('T7160', normal, compile_and_run, [''])
+test('T7160', omit_ways(['nonmoving_thr', 'nonmoving_thr_ghc']), compile_and_run, [''])
test('T7040', [omit_ways(['ghci'])], compile_and_run, ['T7040_c.c'])