[commit: ghc] ghc-8.2: testsuite: Fix peak_megabytes_allocated for T4029 (e59b602)
git at git.haskell.org
git at git.haskell.org
Wed Mar 15 15:44:03 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.2
Link : http://ghc.haskell.org/trac/ghc/changeset/e59b602657d95a6ed6886416f5da3209e20e64d6/ghc
>---------------------------------------------------------------
commit e59b602657d95a6ed6886416f5da3209e20e64d6
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.
>---------------------------------------------------------------
e59b602657d95a6ed6886416f5da3209e20e64d6
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