summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-09-21 18:51:38 -0400
committerBen Gamari <ben@smart-cactus.org>2018-09-21 19:35:03 -0400
commit78beadecf4f15fe9223b26f871a5594339f72b12 (patch)
treedd38a92243dbc173671fe98bf37b2bcf0bbb9ac0
parentfd89bb44c1ebe36498c84f5e1ab4e4308a5a594a (diff)
downloadhaskell-78beadecf4f15fe9223b26f871a5594339f72b12.tar.gz
testsuite: Bump expected allocations for T12707
-rw-r--r--testsuite/tests/perf/compiler/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 082bcdcb4d..66c8309cc9 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -1137,7 +1137,7 @@ test('T13056',
test('T12707',
[ compiler_stats_num_field('bytes allocated',
- [(wordsize(64), 1141555816, 5),
+ [(wordsize(64), 1201750816, 5),
# initial: 1271577192
# 2017-01-22: 1348865648 Allow top-level strings in Core
# 2017-01-31: 1280336112 Join points (#12988)
@@ -1147,6 +1147,7 @@ test('T12707',
# 2017-05-14: 1163821528 (amd64/Linux) Two-pass CmmLayoutStack
# 2018-04-09: 1237898376 Inexplicable, collateral of #14737
# 2018-04-30: 1141555816 improved simplCast performance #15019
+ # 2018-09-21: 1201750816 (amd64/darwin) Drift
]),
],
compile,