[commit: ghc] master: testsuite: Bump allocations of T4029 (87a2d37)
git at git.haskell.org
git at git.haskell.org
Thu Mar 9 00:16:30 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/87a2d37ca464ce87d39359807cd43706d89f3a0b/ghc
>---------------------------------------------------------------
commit 87a2d37ca464ce87d39359807cd43706d89f3a0b
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Mar 7 23:51:19 2017 -0500
testsuite: Bump allocations of T4029
>---------------------------------------------------------------
87a2d37ca464ce87d39359807cd43706d89f3a0b
testsuite/tests/perf/space_leaks/all.T | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/space_leaks/all.T b/testsuite/tests/perf/space_leaks/all.T
index 67283ec..fa93d72 100644
--- a/testsuite/tests/perf/space_leaks/all.T
+++ b/testsuite/tests/perf/space_leaks/all.T
@@ -69,7 +69,7 @@ test('T4029',
# 2017-03-03: 65 (amd64/Linux) Share Typeable KindReps or more
# lazy interface file reading
stats_num_field('max_bytes_used',
- [(wordsize(64), 19172360, 5)]),
+ [(wordsize(64), 20476360, 5)]),
# 2016-02-26: 24071720 (amd64/Linux) INITIAL
# 2016-04-21: 25542832 (amd64/Linux)
# 2016-05-23: 25247216 (amd64/Linux) Use -G1
@@ -84,6 +84,7 @@ test('T4029',
# 2017-02-20: 22016200 (amd64/Linux) Better reading of iface files
# 2017-03-03: 19172360 (amd64/Linux) Share Typeable KindReps or more
# lazy interface file reading
+ # 2017-03-07: 20476360 (amd64/Linux) It's not entirely clear
extra_hc_opts('+RTS -G1 -RTS' ),
],
ghci_script,
More information about the ghc-commits
mailing list