[commit: ghc] master: testsuite: Mark T14547 as broken (b564eb7)

git at git.haskell.org git at git.haskell.org
Sun Jun 3 14:28:08 UTC 2018


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

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

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

commit b564eb7eb93590556d3107ec38ad9b0232215c28
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Jun 3 10:24:55 2018 -0400

    testsuite: Mark T14547 as broken


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

b564eb7eb93590556d3107ec38ad9b0232215c28
 testsuite/tests/deSugar/should_compile/all.T | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuite/tests/deSugar/should_compile/all.T b/testsuite/tests/deSugar/should_compile/all.T
index 9951047..05e0ee5 100644
--- a/testsuite/tests/deSugar/should_compile/all.T
+++ b/testsuite/tests/deSugar/should_compile/all.T
@@ -104,6 +104,7 @@ test('T14546a', normal, compile, ['-Wincomplete-patterns'])
 test('T14546b', normal, compile, ['-Wincomplete-patterns'])
 test('T14546c', normal, compile, ['-Wincomplete-patterns'])
 test('T14547', normal, compile, ['-Wincomplete-patterns'])
+test('T14547', expect_broken(15222), compile, ['-Wincomplete-patterns'])
 test('T14773a', normal, compile, ['-Wincomplete-patterns'])
 test('T14773b', normal, compile, ['-Wincomplete-patterns'])
 test('T14815', [], run_command, ['$MAKE -s --no-print-directory T14815'])



More information about the ghc-commits mailing list