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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/4d4af4f914ba5966d20829b7db13fb394659f334

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

commit 4d4af4f914ba5966d20829b7db13fb394659f334
Author: Simon Marlow <[email protected]>
Date:   Wed Apr 25 14:03:28 2012 +0100

    fix bounds for T1969 on x86_64-linux

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

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

diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index 0f70d9b..f3908e4 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -24,8 +24,10 @@ test('T1969',
                              #                 5717704 (x86/Windows 17/05/10)
                              #                 6149572 (x86/Linux, 31/12/09)
       if_wordsize(64,
-          compiler_stats_range_field('max_bytes_used', 12000000, 10)),
-                                   # expected value: 11178376 (amd64/Linux)
+          compiler_stats_range_field('max_bytes_used', 11000000, 15)),
+                                  # expected value: 11178376 (amd64/Linux)
+                                  # varies quite a lot with CLEANUP and 
BINDIST,
+                                  # hence 15% range.
       if_wordsize(32,
           compiler_stats_num_field('bytes allocated', 210000000,
                                                       270000000)),



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to