[commit: ghc] master: testsuite: Bump up haddock.base expected allocations (d2fb532)

git at git.haskell.org git at git.haskell.org
Sat Oct 3 18:45:05 UTC 2015


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

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

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

commit d2fb53281da4cf9131cb0937fc66933ede8b6b85
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat Oct 3 20:45:32 2015 +0200

    testsuite: Bump up haddock.base expected allocations
    
    This started intermittently failing as a result of D1239.
    I suspect this was just the straw that broke the camel's back however.


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

d2fb53281da4cf9131cb0937fc66933ede8b6b85
 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 1e5a16c..c7a60e3 100644
--- a/testsuite/tests/perf/haddock/all.T
+++ b/testsuite/tests/perf/haddock/all.T
@@ -5,7 +5,7 @@
 test('haddock.base',
      [unless(in_tree_compiler(), skip), req_haddock
      ,stats_num_field('bytes allocated',
-          [(wordsize(64), 9418857192, 5)
+          [(wordsize(64), 9894189856, 5)
             # 2012-08-14: 5920822352 (amd64/Linux)
             # 2012-09-20: 5829972376 (amd64/Linux)
             # 2012-10-08: 5902601224 (amd64/Linux)
@@ -24,6 +24,7 @@ test('haddock.base',
             # 2014-12-14: 9502647104 (x86_64/Linux) - Update to Haddock 2.16
             # 2014-01-08: 9014511528 (x86_64/Linux) - Eliminate so-called "silent superclass parameters" (and others)
             # 2015-07-22: 9418857192 (x86_64/Linux) - Just slowly creeping up.
+            # 2015-10-03: 9894189856 (x86_64/Linux) - Still creeping
 
           ,(platform('i386-unknown-mingw32'), 4434804940, 5)
             # 2013-02-10:                     3358693084 (x86/Windows)



More information about the ghc-commits mailing list