summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-11-10 15:25:08 -0500
committerBen Gamari <ben@smart-cactus.org>2016-11-10 15:25:39 -0500
commit0a122a4ca6a3be3ce016c9c9214caaa59f285fee (patch)
tree4cf5dcb293c98f0d2cb1c996ff68b656f23a9b0c
parentbae4a55b1fb403f610b4b55a1b6fb3f03e9c2026 (diff)
downloadhaskell-0a122a4ca6a3be3ce016c9c9214caaa59f285fee.tar.gz
testsuite: Update allocation numbers for T5631
-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 b4f084fbd1..72c58c7592 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -416,7 +416,7 @@ test('T5631',
# 2014-04-04: 346389856 (x86 Windows, 64 bit machine)
# 2014-12-01: 390199244 (Windows laptop)
# 2016-04-06: 570137436 (amd64/Linux) many reasons
- (wordsize(64), 1024926024, 5)]),
+ (wordsize(64), 1077429456, 5)]),
# expected value: 774595008 (amd64/Linux):
# expected value: 735486328 (amd64/Linux) 2012/12/12:
# expected value: 690742040 (amd64/Linux) Call Arity improvements
@@ -427,6 +427,8 @@ test('T5631',
# 2015-12-21: 1198327544 (Mac) TypeApplications (will fix with #11196)
# 2015-03-18: 1124068664 (Mac) optimize Unify & zonking
# 2016-10-19: 1024926024 (amd64/Linux) Refactor traceRn interface (#12617)
+ # 2016-11-10: 1077429456 (amd64/Linux) Stop -dno-debug-output supressing -ddump-tc-trace
+
only_ways(['normal'])
],
compile,