[commit: ghc] master: testsuite: Bump down T2762 number (d4b6dee)
git at git.haskell.org
git at git.haskell.org
Sun Feb 26 18:14:29 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/d4b6deee0edb1ef37d638aacc42c638b54bd9726/ghc
>---------------------------------------------------------------
commit d4b6deee0edb1ef37d638aacc42c638b54bd9726
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Feb 26 12:56:03 2017 -0500
testsuite: Bump down T2762 number
Although I'm really not convinced that measuring peak_megabytes_allocated of
this test is reasonable.
>---------------------------------------------------------------
d4b6deee0edb1ef37d638aacc42c638b54bd9726
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 a9afd28..4a8937a 100644
--- a/testsuite/tests/perf/space_leaks/all.T
+++ b/testsuite/tests/perf/space_leaks/all.T
@@ -47,7 +47,8 @@ test('T2762',
[# peak_megabytes_allocated is 2 with 7.0.2.
# Was 57 with 6.12.3.
# 2016-08-31: 3 (allocation area size bumped to 1MB)
- stats_num_field('peak_megabytes_allocated', (3, 0)),
+ # 2017-02-26: 2 (it's not entirely clear)
+ stats_num_field('peak_megabytes_allocated', (2, 0)),
only_ways(['normal']),
extra_clean(['T2762A.hi', 'T2762A.o'])],
compile_and_run, ['-O'])
More information about the ghc-commits
mailing list