[commit: ghc] master: testsuite: Bump T9630 expected allocations (7e77f41)
git at git.haskell.org
git at git.haskell.org
Sat Sep 22 15:14:41 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/7e77f41430ae1cad84d5b0c90328331d38f3eda0/ghc
>---------------------------------------------------------------
commit 7e77f41430ae1cad84d5b0c90328331d38f3eda0
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Sep 22 11:12:59 2018 -0400
testsuite: Bump T9630 expected allocations
This failed on Darwin.
>---------------------------------------------------------------
7e77f41430ae1cad84d5b0c90328331d38f3eda0
testsuite/tests/perf/compiler/all.T | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 66c8309..7420690 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -1306,10 +1306,11 @@ test ('T9630',
[ compiler_stats_num_field('max_bytes_used', # Note [residency]
[(platform('x86_64-unknown-mingw32'), 39867088, 15),
# 2017-12-24: 34171816 (x64/Windows)
- (wordsize(64), 35324712, 15)
+ (wordsize(64), 41365088, 15)
# initial: 56955240
# 2017-06-07: 41568168 Stop the specialiser generating loopy code
# 2018-02-25: 35324712 It's not entirely clear
+ # 2018-09-22: 41365088 It's not entirely clear (x86_64/darwin)
]),
extra_clean(['T9630a.hi', 'T9630a.o'])
],
More information about the ghc-commits
mailing list