[commit: ghc] master: testsuite: Update max_bytes_used for T4029 (785b38f)
git at git.haskell.org
git at git.haskell.org
Mon May 23 14:04:24 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/785b38ff4326f3cd9cf2097bf9967e7fd66995cd/ghc
>---------------------------------------------------------------
commit 785b38ff4326f3cd9cf2097bf9967e7fd66995cd
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon May 23 14:41:44 2016 +0200
testsuite: Update max_bytes_used for T4029
>---------------------------------------------------------------
785b38ff4326f3cd9cf2097bf9967e7fd66995cd
testsuite/tests/perf/space_leaks/all.T | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/testsuite/tests/perf/space_leaks/all.T b/testsuite/tests/perf/space_leaks/all.T
index 4904289..e3597df 100644
--- a/testsuite/tests/perf/space_leaks/all.T
+++ b/testsuite/tests/perf/space_leaks/all.T
@@ -57,12 +57,15 @@ test('T4018',
test('T4029',
[stats_num_field('peak_megabytes_allocated',
- [(wordsize(64), 66, 10)]),
+ [(wordsize(64), 82, 10)]),
# 2016-02-26: 66 (amd64/Linux) INITIAL
+ # 2016-05-23: 82 (amd64/Linux) Use -G1
stats_num_field('max_bytes_used',
- [(wordsize(64), 25542832, 5)])
+ [(wordsize(64), 25247216, 5)]),
# 2016-02-26: 24071720 (amd64/Linux) INITIAL
# 2016-04-21: 25542832 (amd64/Linux)
+ # 2016-05-23: 25247216 (amd64/Linux) Use -G1
+ extra_hc_opts('+RTS -G1 -RTS' ),
],
ghci_script,
['T4029.script'])
More information about the ghc-commits
mailing list