[commit: ghc] master: Temporarily disable T3064 (see #9771) (77f8221)

git at git.haskell.org git at git.haskell.org
Wed Nov 5 07:41:28 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/77f8221103a98b38384edd8c2caae6cc2c4ffd72/ghc

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

commit 77f8221103a98b38384edd8c2caae6cc2c4ffd72
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Wed Nov 5 08:39:10 2014 +0100

    Temporarily disable T3064 (see #9771)
    
    This disables T3064 temporarily as it puts a strain on buildbots
    during validation exhausting all available memory.


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

77f8221103a98b38384edd8c2caae6cc2c4ffd72
 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 58c3891..f79f173 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -293,7 +293,8 @@ test('T3064',
 #            # (amd64/Linux)         (19/09/2014): 18744992, unknown
 #            # (amd64/Linux)         2014-10-13:   13251728, Stricter seqDmdType
 
-       only_ways(['normal'])
+       ### TEMPORARILY DISABLED due to https://ghc.haskell.org/trac/ghc/ticket/9771
+       only_ways([]) # only_ways(['normal'])
       ],
      compile,
      [''])



More information about the ghc-commits mailing list