Joachim
In commit 194107ea9333c1d9d61abf307db2da6a699847af you reduced the allocation 
of T9203 by half.  Butbut I get allocation of 95747304 on my 64 bit machine, so 
the test fails.
Any idea why?
Simon


diff --git a/testsuite/tests/perf/should_run/all.T 
b/testsuite/tests/perf/should_run/all.T

index 4fa77a5..e9e7ef3 100644

--- a/testsuite/tests/perf/should_run/all.T

+++ b/testsuite/tests/perf/should_run/all.T

@@ -371,7 +371,9 @@ test('InlineCloneArrayAlloc',

test('T9203',

      [stats_num_field('bytes allocated',

                       [ (wordsize(32), 50000000, 5)

-                      , (wordsize(64), 95747304, 5) ]),

+                      , (wordsize(64), 42946176, 5) ]),

+                      # previously: 95747304

+                      # 2014-07-14: 42946176 (amd64/Linux)
_______________________________________________
ghc-devs mailing list
ghc-devs@haskell.org
http://www.haskell.org/mailman/listinfo/ghc-devs
  • T9203 Simon Peyton Jones

Reply via email to