Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/fbe31206c7bd8608acd1cccde14aa049c81f9b29

>---------------------------------------------------------------

commit fbe31206c7bd8608acd1cccde14aa049c81f9b29
Author: Simon Peyton Jones <simo...@microsoft.com>
Date:   Wed Oct 3 08:21:59 2012 +0100

    T1969 was just failing the residency bound if its .hi file existed

>---------------------------------------------------------------

 tests/perf/compiler/all.T |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index 2d85bc7..28f3113 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -14,10 +14,11 @@ test('T1969',
                              #                 19 (x86/OS X)
       if_wordsize(64,
           compiler_stats_num_field('peak_megabytes_allocated', 22,
-                                                               24)),
+                                                               28)),
                                              # expected value: 28 (amd64/Linux)
                                              # expected value: 34 (amd64/Linux)
                                              # 2012-09-20      23 (amd64/Linux)
+                                             # 2012-10-03      25 (amd64/Linux 
if .hi exists)
       if_wordsize(32,
           compiler_stats_num_field('max_bytes_used', 4000000,
                                                      7000000)),



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to