summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-10-06 22:16:04 -0400
committerBen Gamari <ben@smart-cactus.org>2020-11-08 09:41:10 -0500
commit0b3c2e457c30138351885d490067dd19403555eb (patch)
tree24db3db4d0b8542b27125cf6cc270248eb68c359
parenta164b12f942fdc617f72d282081aea694ee1a049 (diff)
downloadhaskell-0b3c2e457c30138351885d490067dd19403555eb.tar.gz
testsuite: Mark T9872[abc] as high_memory_usage
These all have a maximum residency of over 2 GB.
-rw-r--r--testsuite/tests/perf/compiler/all.T9
1 files changed, 6 insertions, 3 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 04e8f14b3a..a0440ca173 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -132,20 +132,23 @@ test('T9675',
test('T9872a',
[ only_ways(['normal']),
- collect_compiler_stats('bytes allocated', 1)
+ collect_compiler_stats('bytes allocated', 1),
+ high_memory_usage
],
compile_fail,
[''])
test('T9872b',
[ only_ways(['normal']),
- collect_compiler_stats('bytes allocated', 1)
+ collect_compiler_stats('bytes allocated', 1),
+ high_memory_usage
],
compile_fail,
[''])
test('T9872c',
[ only_ways(['normal']),
- collect_compiler_stats('bytes allocated', 1)
+ collect_compiler_stats('bytes allocated', 1),
+ high_memory_usage
],
compile_fail,
[''])