[commit: ghc] master: T7336 is expected to be broken because of a regression introduced by pattern synonym implementation (22ddcff)

git at git.haskell.org git at git.haskell.org
Mon Jan 20 20:58:25 UTC 2014


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

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

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

commit 22ddcfff16476a6d19190f10743a78bde0b2c28f
Author: Dr. ERDI Gergo <gergo at erdi.hu>
Date:   Mon Jan 13 20:37:39 2014 +0800

    T7336 is expected to be broken because of a regression introduced by pattern synonym implementation
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

22ddcfff16476a6d19190f10743a78bde0b2c28f
 testsuite/tests/rename/should_compile/all.T |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/rename/should_compile/all.T b/testsuite/tests/rename/should_compile/all.T
index 3035e2c..0ce4ca1 100644
--- a/testsuite/tests/rename/should_compile/all.T
+++ b/testsuite/tests/rename/should_compile/all.T
@@ -201,7 +201,7 @@ test('dodgy',
      multimod_compile,
      ['dodgy', '-v0'])
 test('T7167', normal, compile, [''])
-test('T7336', normal, compile, ['-Wall'])
+test('T7336', expect_broken(7336), compile, ['-Wall'])
 
 test('T2435', normal, multimod_compile, ['T2435','-v0'])
 test('T7963',



More information about the ghc-commits mailing list