[commit: ghc] master: testsuite: Update bytes allocated of parsing001 (ca6d0eb)
git at git.haskell.org
git at git.haskell.org
Wed Aug 31 20:35:13 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ca6d0eb0f7d28b0245abc2b0783141101e51945f/ghc
>---------------------------------------------------------------
commit ca6d0eb0f7d28b0245abc2b0783141101e51945f
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Aug 31 16:16:25 2016 -0400
testsuite: Update bytes allocated of parsing001
Sadly I don't know precisely which commit regressed this, but it was
quite recent. I'm not sure how this wasn't caught by my test builds.
>---------------------------------------------------------------
ca6d0eb0f7d28b0245abc2b0783141101e51945f
testsuite/tests/perf/compiler/all.T | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 3c8cbda..0ecc7c2 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -428,8 +428,9 @@ test('T5631',
test('parsing001',
[compiler_stats_num_field('bytes allocated',
[(wordsize(32), 274000576, 10),
- (wordsize(64), 587079016, 5)]),
+ (wordsize(64), 682266448, 5)]),
# expected value: 587079016 (amd64/Linux)
+ # 2016-08-31: 682266448 (amd64/Linux)
only_ways(['normal']),
],
compile_fail, [''])
More information about the ghc-commits
mailing list