From 78dd7f5c1e7dd12a2e962066abc23901b715d245 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 14 Jun 2011 10:22:06 +0100 Subject: slightly reduce the lower bound for peak_megabytes_allocated for T4801, I saw one failure here. --- testsuite/tests/ghc-regress/perf/compiler/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/tests/ghc-regress') diff --git a/testsuite/tests/ghc-regress/perf/compiler/all.T b/testsuite/tests/ghc-regress/perf/compiler/all.T index 780b9b7187..34e6ca4c8c 100644 --- a/testsuite/tests/ghc-regress/perf/compiler/all.T +++ b/testsuite/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, -- cgit v1.2.1