[commit: ghc] master: testsuite: Again update allocations of T13701 (4700baa)

git at git.haskell.org git at git.haskell.org
Wed Jul 12 19:11:58 UTC 2017


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

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

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

commit 4700baaf8f9bf3c44a53a595d840c7c14cfd6f98
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Jul 12 15:10:46 2017 -0400

    testsuite: Again update allocations of T13701
    
    This test appears to be quite unstable.


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

4700baaf8f9bf3c44a53a595d840c7c14cfd6f98
 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 4a0d2a2..a2728ca 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -1131,10 +1131,11 @@ test('MultiLayerModules',
 test('T13701',
      [ compiler_stats_num_field('bytes allocated',
           [(platform('x86_64-apple-darwin'), 2217187888, 10),
-           (platform('x86_64-unknown-linux'), 2187906120, 10),
+           (platform('x86_64-unknown-linux'), 2412223768, 10),
            # initial:     2511285600
            # 2017-06-23:  2188045288    treat banged variable bindings as FunBinds
            # 2017-07-11:  2187920960
+           # 2017-07-12:  2412223768    inconsistency between Ben's machine and Harbormaster?
           ]),
        pre_cmd('./genT13701'),
        extra_files(['genT13701']),



More information about the ghc-commits mailing list