[commit: testsuite] master: slightly reduce the lower bound for peak_megabytes_allocated for T4801, (66c3414)
Simon Marlow
marlowsd at gmail.com
Tue Jun 28 13:33:32 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/66c3414e04f8ff9f97c5dec1d5fe5826c6898a6c
>---------------------------------------------------------------
commit 66c3414e04f8ff9f97c5dec1d5fe5826c6898a6c
Author: Simon Marlow <marlowsd at gmail.com>
Date: Tue Jun 14 10:22:06 2011 +0100
slightly reduce the lower bound for peak_megabytes_allocated for T4801,
I saw one failure here.
>---------------------------------------------------------------
tests/ghc-regress/perf/compiler/all.T | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/ghc-regress/perf/compiler/all.T b/tests/ghc-regress/perf/compiler/all.T
index 780b9b7..34e6ca4 100644
--- a/tests/ghc-regress/perf/compiler/all.T
+++ b/tests/ghc-regress/perf/compiler/all.T
@@ -80,7 +80,7 @@ test('T4801',
compiler_stats_num_field('peak_megabytes_allocated', 30, 40)),
# expected value: 66 (amd64/Linux):
if_wordsize(64,
- compiler_stats_num_field('peak_megabytes_allocated', 60, 70)),
+ compiler_stats_num_field('peak_megabytes_allocated', 55, 70)),
# expected value: 353463196 (x86/Windows)
if_wordsize(32,
compiler_stats_num_field('bytes allocated', 330000000,
More information about the Cvs-ghc
mailing list