[commit: ghc] master: One more fix (T3064) (801a3d2)
git at git.haskell.org
git at git.haskell.org
Thu Jan 23 04:27:23 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/801a3d2fc7c7c89d368a81907a2462d35fd1cc61/ghc
>---------------------------------------------------------------
commit 801a3d2fc7c7c89d368a81907a2462d35fd1cc61
Author: Austin Seipp <austin at well-typed.com>
Date: Wed Jan 22 22:27:12 2014 -0600
One more fix (T3064)
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
801a3d2fc7c7c89d368a81907a2462d35fd1cc61
testsuite/tests/perf/compiler/all.T | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index e0b1646..498fc5f 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -207,10 +207,10 @@ test('T4801',
test('T3064',
[# expect_broken( 3064 ),
compiler_stats_num_field('peak_megabytes_allocated',# Note [residency]
- [(wordsize(32), 18, 20),
+ [(wordsize(32), 23, 20),
# expected value: 14 (x86/Linux 28-06-2012):
# 2013-11-13: 18 (x86/Windows, 64bit machine)
-
+ # 2014-01-22: 23 (x86/Linux)
(wordsize(64), 37, 20)]),
# (amd64/Linux): 18
# (amd64/Linux) 2012-02-07: 26
More information about the ghc-commits
mailing list