[commit: ghc] master: testsuite: Widen acceptance window of T13379 (821a9f9)

git at git.haskell.org git at git.haskell.org
Mon May 1 03:04:44 UTC 2017


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

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

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

commit 821a9f98448a272ab3b27494e5174223e86cfa4e
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Apr 30 09:57:07 2017 -0400

    testsuite: Widen acceptance window of T13379


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

821a9f98448a272ab3b27494e5174223e86cfa4e
 testsuite/tests/perf/compiler/all.T | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 55b577a..3acc511 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -1082,8 +1082,9 @@ test('T12707',
 
 test('T13379',
      [ compiler_stats_num_field('bytes allocated',
-          [(wordsize(64), 411597856, 5),
+          [(wordsize(64), 411597856, 10),
           # initial:    411597856
+          # widen window to 10%, Darwin had 449080520, a 9.1% difference
           ]),
      ],
      compile,



More information about the ghc-commits mailing list