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-11-08 09:41:10 -0500
commita164b12f942fdc617f72d282081aea694ee1a049 (patch)
treee406da901ffa063d257d4bb293afc05b9be473d1
parent3d41230c1219ab11e537c60c27e879b71f2f6f52 (diff)
downloadhaskell-a164b12f942fdc617f72d282081aea694ee1a049.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'])