[commit: ghc] master: T10678: Fix bytes allocated statistic (ac2e1e5)
git at git.haskell.org
git at git.haskell.org
Thu Nov 12 16:06:30 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ac2e1e57ac0755af0d296c072584d27e4e29f9b1/ghc
>---------------------------------------------------------------
commit ac2e1e57ac0755af0d296c072584d27e4e29f9b1
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Nov 12 17:06:08 2015 +0100
T10678: Fix bytes allocated statistic
>---------------------------------------------------------------
ac2e1e57ac0755af0d296c072584d27e4e29f9b1
testsuite/tests/primops/should_run/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/primops/should_run/all.T b/testsuite/tests/primops/should_run/all.T
index b0001d6..2003fc3 100644
--- a/testsuite/tests/primops/should_run/all.T
+++ b/testsuite/tests/primops/should_run/all.T
@@ -5,7 +5,7 @@ test('T9430', omit_ways(['ghci']), compile_and_run, [''])
test('T10481', exit_code(1), compile_and_run, [''])
test('T10678',
[stats_num_field('bytes allocated',
- [(wordsize(64), 88041768, 5)
+ [(wordsize(64), 64004171, 5)
# 2015-11-04: 88041768 +/- 5% (before runRW#)
# 2015-11-04: 64004171 (after runRW#)
]),
More information about the ghc-commits
mailing list