[commit: testsuite] master: Update `perf/haddock` expected values (c6361f6)

git at git.haskell.org git at git.haskell.org
Tue Aug 27 09:45:53 CEST 2013


Repository : ssh://git@git.haskell.org/testsuite

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/c6361f6cb404da4cb8b117e6e83ba3a40cb37b65/testsuite

>---------------------------------------------------------------

commit c6361f6cb404da4cb8b117e6e83ba3a40cb37b65
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Tue Aug 27 09:36:56 2013 +0200

    Update `perf/haddock` expected values
    
    This was caused by the Cabal 1.18-pre update perfomed via
    [795fe083e59fa22055cca53fadc36ebd26b0d2a5/ghc]


>---------------------------------------------------------------

c6361f6cb404da4cb8b117e6e83ba3a40cb37b65
 tests/perf/haddock/all.T |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tests/perf/haddock/all.T b/tests/perf/haddock/all.T
index cb62df2..c645664 100644
--- a/tests/perf/haddock/all.T
+++ b/tests/perf/haddock/all.T
@@ -69,13 +69,14 @@ test('haddock.Cabal',
             # 2012-08-14: 47461532 (x86/OSX)
             # 2013-02-10: 46563344 (x86/OSX)
      ,stats_num_field('bytes allocated',
-          [(wordsize(64), 3658801800, 2)
+          [(wordsize(64), 3808466816, 2)
             # 2012-08-14: 3255435248 (amd64/Linux)
             # 2012-08-29: 3324606664 (amd64/Linux, new codegen)
             # 2012-10-08: 3373401360 (amd64/Linux)
             # 2013-03-13: 3626604824 (amd64/Linux) Cabal updated
             # 2013-03-28: 3517301864 (amd64/Linux) fixed #7796
             # 2013-04-26: 3658801800 (amd64/Linux) Cabal updated
+            # 2013-08-26: 3808466816 (amd64/Linux) Cabal updated
           ,(platform('i386-unknown-mingw32'), 1906532680, 1)
             # 2012-10-30:                     1733638168 (x86/Windows)
             # 2013-02-10:                     1906532680 (x86/Windows)
@@ -88,11 +89,12 @@ test('haddock.Cabal',
 test('haddock.compiler',
      [unless(in_tree_compiler(), skip)
      ,stats_num_field('peak_megabytes_allocated',
-          [(wordsize(64), 1240, 10)
+          [(wordsize(64), 1300, 10)
             # 2012-08-14: 1203 (amd64/Linux)
             # 2012-08-21: 1199 (amd64/Linux)
             # 2012-09-20: 1228 (amd64/Linux)
             # 2012-10-08: 1240 (amd64/Linux)
+            # 2013-08-26: 1250 (amd64/Linux) Cabal updated
           ,(platform('i386-unknown-mingw32'), 653, 1)
             # 2012-10-30:                     606 (x86/Windows)
             # 2013-02-10:                     653 (x86/Windows)





More information about the ghc-commits mailing list