summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marlow <smarlow@fb.com>2016-07-26 08:01:58 -0700
committerSimon Marlow <marlowsd@gmail.com>2016-07-26 17:30:06 +0100
commit9d62f0d1086ad5c112b41a0ddae10c20e8ffb77e (patch)
tree021ee96d74abd1d8765450007ba3e0e51091764e
parent1783011726a355ac7647246699d43bc7d8b6d9f1 (diff)
downloadhaskell-9d62f0d1086ad5c112b41a0ddae10c20e8ffb77e.tar.gz
Accept better stats for T9675
-rw-r--r--testsuite/tests/perf/compiler/all.T5
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 2e4d43d263..4efc409b26 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -664,7 +664,7 @@ test('T9675',
# 2016-04-06 18043224 (x86/Linux, 64-bit machine)
]),
compiler_stats_num_field('peak_megabytes_allocated', # Note [residency]
- [(wordsize(64), 144, 15),
+ [(wordsize(64), 121, 15),
# 2014-10-13 66
# 2014-10-13 58 seq the DmdEnv in seqDmdType as well
# 2014-10-13 49 different machines giving different results...
@@ -674,6 +674,7 @@ test('T9675',
# 2015-12-04 88 new pattern checker (D1535)
# 2015-12-11 113 TypeInType (see #11196)
# 2016-04-14 144 Final demand analyzer run
+ # 2016-07-26 121 Unboxed sums?
(wordsize(32), 56, 15)
# 2015-07-11 56 (x86/Linux, 64-bit machine) use +RTS -G1
]),
@@ -831,7 +832,7 @@ test('T12227',
[ only_ways(['normal']),
compiler_stats_num_field('bytes allocated',
[(wordsize(64), 1822822016, 5),
- # 2016-07-11 5650186880 (Windows) before fix for #12227
+ # 2016-07-11 5650186880 (Windows) before fix for #12227
# 2016-07-11 1822822016 (Windows) after fix for #12227
]),
],