diff options
Diffstat (limited to 'testsuite/tests/profiling/should_run')
-rw-r--r-- | testsuite/tests/profiling/should_run/all.T | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T index 96a0d30bc6..0584b1dfa0 100644 --- a/testsuite/tests/profiling/should_run/all.T +++ b/testsuite/tests/profiling/should_run/all.T @@ -31,7 +31,9 @@ test('staticcallstack002', ['-O0 -g3 -fdistinct-constructor-tables -finfo-table-map']) test('T21455', - [extra_run_opts('+RTS -hT -postem')], + [extra_run_opts('+RTS -hT -postem'), + # Nonmoving collector doesn't support -hT + omit_ways(['nonmoving', 'nonmoving_thr', 'nonmoving_thr_sanity'])], compile_and_run, ['']) |