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

On branch  : master

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

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

commit cef7ce2bf1186e8299471fe41cea718ae0744591
Author: Simon Marlow <[email protected]>
Date:   Tue Jun 12 09:42:34 2012 +0100

    update max_bytes_used for T4801 on 64-bit

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

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

diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index ae7f8c4..a660b60 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -110,11 +110,9 @@ test('T4801',
       #                    expected value: x86/OS X:  9651948
           compiler_stats_num_field('max_bytes_used',  9000000,
                                                      12000000)),
-      # expected value: 18188272 (amd64/Linux)
-      #                 10290952 (windows)
+      # expected value: 10290952 (windows)
       if_wordsize(64,
-          compiler_stats_num_field('max_bytes_used', 15000000,
-                                                     20000000)),
+          compiler_stats_range_field('max_bytes_used', 20835240, 15)),
       # expected value: 20486256 (amd64/OS X):
       if_platform('x86_64-apple-darwin',
           compiler_stats_num_field('max_bytes_used', 20000000,



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

Reply via email to