[commit: ghc] master: testsuite: Fix peak_megabytes_allocated for T4029 (40a0c00)
git at git.haskell.org
git at git.haskell.org
Mon Mar 13 21:06:57 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/40a0c0095e06b0c445bdd2332f52ac2b86e59a2e/ghc
>---------------------------------------------------------------
commit 40a0c0095e06b0c445bdd2332f52ac2b86e59a2e
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Mar 13 17:03:42 2017 -0400
testsuite: Fix peak_megabytes_allocated for T4029
It seems I must have dropped the update of the expected value during a conflict
resolution.
>---------------------------------------------------------------
40a0c0095e06b0c445bdd2332f52ac2b86e59a2e
testsuite/tests/perf/space_leaks/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/space_leaks/all.T b/testsuite/tests/perf/space_leaks/all.T
index fa93d72..d83b003 100644
--- a/testsuite/tests/perf/space_leaks/all.T
+++ b/testsuite/tests/perf/space_leaks/all.T
@@ -59,7 +59,7 @@ test('T4018',
test('T4029',
[stats_num_field('peak_megabytes_allocated',
- [(wordsize(64), 76, 10)]),
+ [(wordsize(64), 65, 10)]),
# 2016-02-26: 66 (amd64/Linux) INITIAL
# 2016-05-23: 82 (amd64/Linux) Use -G1
# 2016-07-13: 92 (amd64/Linux) Changes to tidyType
More information about the ghc-commits
mailing list