[commit: testsuite] master: update max_bytes_used for T4801 on 64-bit (cef7ce2)
Simon Marlow
marlowsd at gmail.com
Tue Jun 12 11:44:53 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/cef7ce2bf1186e8299471fe41cea718ae0744591
>---------------------------------------------------------------
commit cef7ce2bf1186e8299471fe41cea718ae0744591
Author: Simon Marlow <marlowsd at gmail.com>
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,
More information about the Cvs-ghc
mailing list