[commit: ghc] master: testsuite: haddock.compiler: Bump expected allocations (43a31fe)

git at git.haskell.org git at git.haskell.org
Thu Dec 3 13:44:32 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/43a31fe4c0cc0f72dfe9e0c96e1576f5cfba6e19/ghc

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

commit 43a31fe4c0cc0f72dfe9e0c96e1576f5cfba6e19
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Dec 3 14:44:24 2015 +0100

    testsuite: haddock.compiler: Bump expected allocations


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

43a31fe4c0cc0f72dfe9e0c96e1576f5cfba6e19
 testsuite/tests/perf/haddock/all.T | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T
index c7a60e3..22107a9 100644
--- a/testsuite/tests/perf/haddock/all.T
+++ b/testsuite/tests/perf/haddock/all.T
@@ -89,7 +89,7 @@ test('haddock.Cabal',
 test('haddock.compiler',
      [unless(in_tree_compiler(), skip), req_haddock
      ,stats_num_field('bytes allocated',
-          [(wordsize(64), 40624322224, 10)
+          [(wordsize(64), 44721228752, 10)
             # 2012P-08-14: 26070600504 (amd64/Linux)
             # 2012-08-29: 26353100288 (amd64/Linux, new CG)
             # 2012-09-18: 26882813032 (amd64/Linux)
@@ -100,6 +100,7 @@ test('haddock.compiler',
             # 2014-11-22: 33562468736 (amd64/Linux)
             # 2015-06-02: 36740649320 (amd64/Linux) unknown cause
             # 2015-06-29: 40624322224 (amd64/Linux) due to #10482, not yet investigated
+            # 2015-12-03: 44721228752 (amd64/Linux) slow creep upwards
 
           ,(platform('i386-unknown-mingw32'),   902576468, 10)
             # 2012-10-30:                     13773051312 (x86/Windows)



More information about the ghc-commits mailing list