Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/84d520a7c0684095ea09705c8c80d51f5b19c497 >--------------------------------------------------------------- commit 84d520a7c0684095ea09705c8c80d51f5b19c497 Author: Ian Lynagh <[email protected]> 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']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
