diff options
author | Ben Gamari <ben@smart-cactus.org> | 2023-03-07 22:40:11 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2023-03-08 15:02:31 -0500 |
commit | a57f12b3f06afe29cbbc6eb0a887bcbe319f17f6 (patch) | |
tree | be8d46983fad44bb922361adfb11757572d2e39b | |
parent | f1fd3ffbdccf471c43f3c36d6ecb4bd5da33c097 (diff) | |
download | haskell-a57f12b3f06afe29cbbc6eb0a887bcbe319f17f6.tar.gz |
testsuite: Skip T7160 in the nonmoving way
Finalization order is different under the nonmoving collector.
-rw-r--r-- | testsuite/tests/rts/all.T | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T index 53500ee703..407c653655 100644 --- a/testsuite/tests/rts/all.T +++ b/testsuite/tests/rts/all.T @@ -261,8 +261,8 @@ test('T6006', [ omit_ways(prof_ways + ['ghci']), test('T7037', req_c, makefile_test, ['T7037']) test('T7087', exit_code(1), compile_and_run, ['']) -test('T7160', [ # finalization order is too nondeterministic in the concurrent GC - omit_ways(['nonmoving_thr', 'nonmoving_thr_ghc', 'nonmoving_thr_sanity']) +test('T7160', [ # finalization order is different in the nonmoving + omit_ways(['nonmoving', 'nonmoving_thr', 'nonmoving_thr_ghc', 'nonmoving_thr_sanity']) , js_broken(22261) ], compile_and_run, ['']) |