[commit: ghc] wip/pattern-synonyms: T7336 is expected to be broken because of a regression introduced by pattern synonym implementation (3bc8c62)

git at git.haskell.org git at git.haskell.org
Wed Jan 15 13:55:59 UTC 2014


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

On branch  : wip/pattern-synonyms
Link       : http://ghc.haskell.org/trac/ghc/changeset/3bc8c62c0a1b0bfaf4c548844f13fa2cc5486e6e/ghc

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

commit 3bc8c62c0a1b0bfaf4c548844f13fa2cc5486e6e
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


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

3bc8c62c0a1b0bfaf4c548844f13fa2cc5486e6e
 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