summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-01-24 16:48:18 -0500
committerBen Gamari <ben@smart-cactus.org>2017-01-24 16:48:18 -0500
commit65cc7620517abec9b3e0d9bfe644accd5f649fe5 (patch)
tree661b7f37fd9fe64a28266f625e1b9918637ce06d
parent2aaafc8b9788e4a3447a10740479e0e7c0622cda (diff)
downloadhaskell-65cc7620517abec9b3e0d9bfe644accd5f649fe5.tar.gz
testsuite: Bump compiler allocations of T5837
Gipeda suggests that this is due to the recent top-level string literals in Core patch.
-rw-r--r--testsuite/tests/perf/compiler/all.T4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index b71c9d7fb0..d9b0be509a 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -605,7 +605,7 @@ test('T5837',
# 2014-12-08: 115905208 Constraint solver perf improvements (esp kick-out)
# 2016-04-06: 24199320 (x86/Linux, 64-bit machine) TypeInType
- (wordsize(64), 52597024, 10)])
+ (wordsize(64), 57861352, 10)])
# sample: 3926235424 (amd64/Linux, 15/2/2012)
# 2012-10-02 81879216
# 2012-09-20 87254264 amd64/Linux
@@ -629,6 +629,8 @@ test('T5837',
# 2016-10-25 52597024 amd64/Linux, the test now passes (hooray), and so
# allocates more because it goes right down the
# compilation pipeline
+ # 2017-01-24 57861352 amd64/Linux, very likely due to the top-level strings
+ # in Core patch.
],
compile, ['-freduction-depth=50'])