[commit: ghc] master: testsuite: Bump max bytes used of T4029 (8c33cd4)
git at git.haskell.org
git at git.haskell.org
Thu Apr 21 15:05:42 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/8c33cd4fde89a367e427116b7c5dda019b5bf813/ghc
>---------------------------------------------------------------
commit 8c33cd4fde89a367e427116b7c5dda019b5bf813
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Apr 21 17:07:20 2016 +0200
testsuite: Bump max bytes used of T4029
>---------------------------------------------------------------
8c33cd4fde89a367e427116b7c5dda019b5bf813
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 0beb55a..4904289 100644
--- a/testsuite/tests/perf/space_leaks/all.T
+++ b/testsuite/tests/perf/space_leaks/all.T
@@ -60,8 +60,9 @@ test('T4029',
[(wordsize(64), 66, 10)]),
# 2016-02-26: 66 (amd64/Linux) INITIAL
stats_num_field('max_bytes_used',
- [(wordsize(64), 24071720, 5)])
+ [(wordsize(64), 25542832, 5)])
# 2016-02-26: 24071720 (amd64/Linux) INITIAL
+ # 2016-04-21: 25542832 (amd64/Linux)
],
ghci_script,
['T4029.script'])
More information about the ghc-commits
mailing list