summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-10-06 20:03:06 -0400
committerBen Gamari <ben@smart-cactus.org>2020-10-24 21:00:19 -0400
commitcae4bb3e0f65016be057db2f1b02f449ba646e74 (patch)
treec23a962508741cf1415aac6b39179b42b0568209
parentfcc42a10ada33f2ad6c344fdd8f8468742bf35cd (diff)
downloadhaskell-cae4bb3e0f65016be057db2f1b02f449ba646e74.tar.gz
testsuite: Mark hie002 as high_memory_usage
This test has a peak residency of 1GByte; this is large enough to classify as "high" in my book.
-rw-r--r--testsuite/tests/hiefile/should_compile/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/hiefile/should_compile/all.T b/testsuite/tests/hiefile/should_compile/all.T
index a98a042ca0..489cff28d0 100644
--- a/testsuite/tests/hiefile/should_compile/all.T
+++ b/testsuite/tests/hiefile/should_compile/all.T
@@ -4,6 +4,7 @@ test('hie002',
when(wordsize(32), skip),
# No linting in perf tests:
no_lint,
+ high_memory_usage,
collect_compiler_stats('bytes allocated',10)],
compile,
['-fno-code -fwrite-ide-info'])