[commit: testsuite] ghc-7.6: Add 32bit expected values for the haddock perf tests (fadfea8)
Ian Lynagh
igloo at earth.li
Tue Aug 14 23:20:52 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/fadfea87e041df0b65c3c18cb342572d8f233be7
>---------------------------------------------------------------
commit fadfea87e041df0b65c3c18cb342572d8f233be7
Author: Ian Lynagh <igloo at earth.li>
Date: Tue Aug 14 19:15:36 2012 +0100
Add 32bit expected values for the haddock perf tests
>---------------------------------------------------------------
tests/perf/haddock/all.T | 30 ++++++++++++++++++++++++++++++
1 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/tests/perf/haddock/all.T b/tests/perf/haddock/all.T
index a2e937d..6dc2149 100644
--- a/tests/perf/haddock/all.T
+++ b/tests/perf/haddock/all.T
@@ -5,12 +5,22 @@ test('haddock.base',
stats_num_field('peak_megabytes_allocated', 239,
241))
# 2012-08-14: 240 (amd64/Linux)
+ ,if_wordsize(32,
+ stats_num_field('peak_megabytes_allocated', 142,
+ 143))
+ # 2012-08-14: 144 (x86/OSX)
,if_wordsize(64,
stats_range_field('max_bytes_used', 87374568, 1))
# 2012-08-14: 87374568 (amd64/Linux)
+ ,if_wordsize(32,
+ stats_range_field('max_bytes_used', 45574928, 1))
+ # 2012-08-14: 45574928 (x86/OSX)
,if_wordsize(64,
stats_range_field('bytes allocated', 5920822352, 1))
# 2012-08-14: 5920822352 (amd64/Linux)
+ ,if_wordsize(32,
+ stats_range_field('bytes allocated', 3046487920, 1))
+ # 2012-08-14: 3046487920 (x86/OSX)
],
stats,
['../../../../libraries/base/dist-install/doc/html/base/base.haddock.t'])
@@ -21,12 +31,22 @@ test('haddock.Cabal',
stats_num_field('peak_megabytes_allocated', 201,
203))
# 2012-08-14: 202 (amd64/Linux)
+ ,if_wordsize(32,
+ stats_num_field('peak_megabytes_allocated', 115,
+ 117))
+ # 2012-08-14: 116 (x86/OSX)
,if_wordsize(64,
stats_range_field('max_bytes_used', 74119424, 1))
# 2012-08-14: 74119424 (amd64/Linux)
+ ,if_wordsize(32,
+ stats_range_field('max_bytes_used', 47461532, 1))
+ # 2012-08-14: 47461532 (x86/OSX)
,if_wordsize(64,
stats_range_field('bytes allocated', 3255435248, 1))
# 2012-08-14: 3255435248 (amd64/Linux)
+ ,if_wordsize(32,
+ stats_range_field('bytes allocated', 1648610180, 1))
+ # 2012-08-14: 1648610180 (x86/OSX)
],
stats,
['../../../../libraries/Cabal/Cabal/dist-install/doc/html/Cabal/Cabal.haddock.t'])
@@ -37,12 +57,22 @@ test('haddock.compiler',
stats_num_field('peak_megabytes_allocated', 1202,
1204))
# 2012-08-14: 1203 (amd64/Linux)
+ ,if_wordsize(32,
+ stats_num_field('peak_megabytes_allocated', 630,
+ 632))
+ # 2012-08-14: 631 (x86/OSX)
,if_wordsize(64,
stats_range_field('max_bytes_used', 428775544, 1))
# 2012-08-14: 428775544 (amd64/Linux)
+ ,if_wordsize(32,
+ stats_range_field('max_bytes_used', 231064920, 1))
+ # 2012-08-14: 231064920 (x86/OSX)
,if_wordsize(64,
stats_range_field('bytes allocated', 26070600504, 1))
# 2012-08-14: 26070600504 (amd64/Linux)
+ ,if_wordsize(32,
+ stats_range_field('bytes allocated', 13471797488, 1))
+ # 2012-08-14: 13471797488 (x86/OSX)
],
stats,
['../../../../compiler/stage2/doc/html/ghc/ghc.haddock.t'])
More information about the Cvs-ghc
mailing list