[commit: ghc] master: T5642: Skip it entirely (96e67c0)

git at git.haskell.org git at git.haskell.org
Fri Dec 4 13:30:26 UTC 2015


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

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

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

commit 96e67c014e9b8022599bbe19f67d1635f4955ce0
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Dec 4 14:30:09 2015 +0100

    T5642: Skip it entirely
    
    It uses so much memory that it would be unsafe to even allow it to run
    as it may jeopardize the stability of the build-bots.


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

96e67c014e9b8022599bbe19f67d1635f4955ce0
 testsuite/tests/perf/compiler/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index ede30b6..3303a35 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -513,7 +513,7 @@ test('T5321FD',
 
 test('T5642',
      [ only_ways(['normal']),
-       expect_broken(11163),
+       skip(), # See Trac #11163
        compiler_stats_num_field('bytes allocated',
            [(wordsize(32), 641085256, 10),
                      # sample from x86/Linux



More information about the ghc-commits mailing list