[commit: ghc] master: T4801: Update expected allocations on Darwin (262954c)

git at git.haskell.org git at git.haskell.org
Fri Dec 11 21:19:27 UTC 2015


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

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

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

commit 262954c2b2de95c06ae796522dbcda4d34f00531
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Dec 11 22:19:44 2015 +0100

    T4801: Update expected allocations on Darwin


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

262954c2b2de95c06ae796522dbcda4d34f00531
 testsuite/tests/perf/compiler/all.T | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index fb52076..620a62c 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -212,8 +212,9 @@ test('T4801',
 #            # 2014-10-13: 48 stricter seqDmdType
 
       compiler_stats_num_field('bytes allocated',
-          [(platform('x86_64-apple-darwin'), 434058304, 5),
-                           # expected value: 510938976 (amd64/OS X):
+          [(platform('x86_64-apple-darwin'), 465653312, 10),
+           # prev:       510938976 (amd64/OS X):
+           # 2015-12-11: 465653312 (amd64/OS X) Update, bump tolerance to +/-10%
 
            (wordsize(32), 203962148, 10),
            # prev:        185669232 (x86/OSX)



More information about the ghc-commits mailing list