[commit: testsuite] master: drop lower bounds for haddock.base and haddock.compiler on amd64/Linux (0d45875)
Simon Marlow
marlowsd at gmail.com
Tue Aug 21 14:18:05 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/0d45875873d41c33249a878990c85ca3dbecf06f
>---------------------------------------------------------------
commit 0d45875873d41c33249a878990c85ca3dbecf06f
Author: Simon Marlow <marlowsd at gmail.com>
Date: Tue Aug 21 13:17:47 2012 +0100
drop lower bounds for haddock.base and haddock.compiler on amd64/Linux
>---------------------------------------------------------------
tests/perf/haddock/all.T | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/tests/perf/haddock/all.T b/tests/perf/haddock/all.T
index 6dc2149..0fb75c4 100644
--- a/tests/perf/haddock/all.T
+++ b/tests/perf/haddock/all.T
@@ -10,8 +10,9 @@ test('haddock.base',
143))
# 2012-08-14: 144 (x86/OSX)
,if_wordsize(64,
- stats_range_field('max_bytes_used', 87374568, 1))
+ stats_range_field('max_bytes_used', 87374568, 2))
# 2012-08-14: 87374568 (amd64/Linux)
+ # 2012-08-21: 86428216 (amd64/Linux)
,if_wordsize(32,
stats_range_field('max_bytes_used', 45574928, 1))
# 2012-08-14: 45574928 (x86/OSX)
@@ -54,9 +55,10 @@ test('haddock.Cabal',
test('haddock.compiler',
[unless_in_tree_compiler(skip)
,if_wordsize(64,
- stats_num_field('peak_megabytes_allocated', 1202,
+ stats_num_field('peak_megabytes_allocated', 1198,
1204))
# 2012-08-14: 1203 (amd64/Linux)
+ # 2012-08-21: 1199 (amd64/Linux)
,if_wordsize(32,
stats_num_field('peak_megabytes_allocated', 630,
632))
More information about the Cvs-ghc
mailing list