diff options
-rw-r--r-- | testsuite/tests/perf/space_leaks/all.T | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/tests/perf/space_leaks/all.T b/testsuite/tests/perf/space_leaks/all.T index 995df6cbaa..f067b84aa0 100644 --- a/testsuite/tests/perf/space_leaks/all.T +++ b/testsuite/tests/perf/space_leaks/all.T @@ -15,8 +15,9 @@ test('T4334', # Test for a space leak in Data.List.lines (fixed with #4334) [extra_run_opts('1000000 2 t'), collect_stats('peak_megabytes_allocated',2), - # prof ways don't work well with +RTS -V0 - omit_ways(['profasm','profthreaded']) + # prof ways don't work well with +RTS -V0, nonmoving way residency is + # highly variable. + omit_ways(['profasm','profthreaded','nonmoving_thr']) ], compile_and_run, ['']) |