diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-11-11 08:50:45 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-11-11 08:50:45 -0500 |
commit | 06640394b9df337978a8e256786c2bc71971c483 (patch) | |
tree | 3ba323b3eadf85d88f1cab70b575c35b4128f833 /testsuite/tests/perf | |
parent | 644334289eea0dd87380744a271d3b1d27902abb (diff) | |
download | haskell-06640394b9df337978a8e256786c2bc71971c483.tar.gz |
testsuite: Disable T4334 in nonmoving_thr waywip/alp/hadrian-ci-metricsfile
Diffstat (limited to 'testsuite/tests/perf')
-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, ['']) |