[commit: ghc] master: Re-enable T3064, which works now (c79cbac)

git at git.haskell.org git at git.haskell.org
Thu Nov 6 15:45:53 UTC 2014


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

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

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

commit c79cbacb6d9161c529ac13685ff29ac058a3ebfa
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Nov 6 15:46:11 2014 +0000

    Re-enable T3064, which works now


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

c79cbacb6d9161c529ac13685ff29ac058a3ebfa
 testsuite/tests/perf/compiler/all.T | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index be2a12f..368753a 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -293,8 +293,7 @@ test('T3064',
 #            # (amd64/Linux)         (19/09/2014): 18744992, unknown
 #            # (amd64/Linux)         2014-10-13:   13251728, Stricter seqDmdType
 
-       ### TEMPORARILY DISABLED due to https://ghc.haskell.org/trac/ghc/ticket/9771
-       only_ways([]) # only_ways(['normal'])
+       only_ways(['normal'])
       ],
      compile,
      [''])



More information about the ghc-commits mailing list