[commit: packages/base] ghc-7.8: Fix T8766 numbers. (0f2e0b9)
git at git.haskell.org
git at git.haskell.org
Mon Feb 17 14:09:13 UTC 2014
Repository : ssh://git@git.haskell.org/base
On branch : ghc-7.8
Link : http://ghc.haskell.org/trac/ghc/changeset/0f2e0b9e9c890865efc4f1ac8a917eaad777ae40/base
>---------------------------------------------------------------
commit 0f2e0b9e9c890865efc4f1ac8a917eaad777ae40
Author: Austin Seipp <aseipp at pobox.com>
Date: Mon Feb 17 08:08:04 2014 -0600
Fix T8766 numbers.
As Joachim mentioned, the 7.8 branch doesn't have call-arity analysis,
so the numbers here get a bit worse.
Signed-off-by: Austin Seipp <aseipp at pobox.com>
>---------------------------------------------------------------
0f2e0b9e9c890865efc4f1ac8a917eaad777ae40
tests/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/all.T b/tests/all.T
index d4a6c05..bec843f 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -156,7 +156,7 @@ test('topHandler03',
test('T8766',
- [ stats_num_field('bytes allocated', (16828144, 5)),
+ [ stats_num_field('bytes allocated', (58771216, 5)),
# with GHC-7.6.3: 83937384 (but faster execution than the next line)
# before: 58771216 (without call-arity-analysis)
# expected value: 16828144 (2014-01-14)
More information about the ghc-commits
mailing list