[commit: ghc] master: testsuite: Bump allocations for T12234 (19cc007)
git at git.haskell.org
git at git.haskell.org
Tue Jan 17 21:37:47 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/19cc0071656523aa64b8c24b2cab0964ab8a3f40/ghc
>---------------------------------------------------------------
commit 19cc0071656523aa64b8c24b2cab0964ab8a3f40
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Jan 17 09:49:22 2017 -0500
testsuite: Bump allocations for T12234
Unfortunately it's not clear why but this has been failing on Harbormaster.
>---------------------------------------------------------------
19cc0071656523aa64b8c24b2cab0964ab8a3f40
testsuite/tests/perf/compiler/all.T | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index c8254be..499650b 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -894,9 +894,10 @@ test('T12234',
[ only_ways(['optasm']),
compiler_stats_num_field('bytes allocated',
[(platform('x86_64-unknown-mingw32'), 77949232, 5),
- # initial: 77949232
- (wordsize(64), 72958288, 5),
- # initial: 72958288
+ # initial: 77949232
+ (wordsize(64), 76848856, 5),
+ # initial: 72958288
+ # 2016-01-17: 76848856 (x86-64, Linux. drift?)
]),
],
compile,
More information about the ghc-commits
mailing list