[commit: ghc] master: testsuite: Mark T13075 as broken due to #13075 (f799df5)

git at git.haskell.org git at git.haskell.org
Sun Apr 23 22:53:20 UTC 2017


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

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

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

commit f799df59d5f7e9fb683f2c71e25b65412afc53a7
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Apr 23 18:52:46 2017 -0400

    testsuite: Mark T13075 as broken due to #13075


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

f799df59d5f7e9fb683f2c71e25b65412afc53a7
 testsuite/tests/typecheck/should_fail/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/typecheck/should_fail/all.T b/testsuite/tests/typecheck/should_fail/all.T
index e70f255..c8d5869 100644
--- a/testsuite/tests/typecheck/should_fail/all.T
+++ b/testsuite/tests/typecheck/should_fail/all.T
@@ -425,7 +425,7 @@ test('T12921', normal, compile_fail, [''])
 test('T12973', normal, compile_fail, [''])
 test('StrictBinds', normal, compile_fail, [''])
 test('T13068', [extra_files(['T13068.hs', 'T13068a.hs', 'T13068.hs-boot', 'T13068m.hs'])], multimod_compile_fail, ['T13068m', ''])
-test('T13075', normal, compile_fail, [''])
+test('T13075', expect_broken(13075), compile_fail, [''])
 test('T13105', normal, compile_fail, [''])
 test('LevPolyBounded', normal, compile_fail, [''])
 test('T13487', normal, compile, [''])



More information about the ghc-commits mailing list