diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-06-18 23:04:06 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-10-22 12:18:44 -0400 |
commit | 25ae8f7d3a2c8943c3995ab2c766f52a8adf8d1c (patch) | |
tree | fa4710a667e9e9af633285a621e7488e80f6e646 | |
parent | 99baff8c7ba2f1ca07cfffb4348fc75d95673366 (diff) | |
download | haskell-25ae8f7d3a2c8943c3995ab2c766f52a8adf8d1c.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.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T index 6c27981998..36f63c571e 100644 --- a/testsuite/tests/rts/all.T +++ b/testsuite/tests/rts/all.T @@ -190,7 +190,7 @@ test('T6006', [ omit_ways(prof_ways + ['ghci']), test('T7037', [], makefile_test, ['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']) |