summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-11-11 08:50:45 -0500
committerBen Gamari <ben@smart-cactus.org>2019-11-11 08:50:45 -0500
commit06640394b9df337978a8e256786c2bc71971c483 (patch)
tree3ba323b3eadf85d88f1cab70b575c35b4128f833
parent644334289eea0dd87380744a271d3b1d27902abb (diff)
downloadhaskell-wip/alp/hadrian-ci-metricsfile.tar.gz
testsuite: Disable T4334 in nonmoving_thr waywip/alp/hadrian-ci-metricsfile
-rw-r--r--testsuite/tests/perf/space_leaks/all.T5
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, [''])