[commit: ghc] master: Test for Trac #13075 is working now (3dec923)

git at git.haskell.org git at git.haskell.org
Tue Feb 27 08:47:36 UTC 2018


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

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

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

commit 3dec9236a80299cd3e3b9b21a42f91628db1a3d7
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Tue Feb 27 08:46:50 2018 +0000

    Test for Trac #13075 is working now


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

3dec9236a80299cd3e3b9b21a42f91628db1a3d7
 .../should_run/T5472.stdout => typecheck/should_fail/T13075.stderr}     | 0
 testsuite/tests/typecheck/should_fail/all.T                             | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/deSugar/should_run/T5472.stdout b/testsuite/tests/typecheck/should_fail/T13075.stderr
similarity index 100%
copy from testsuite/tests/deSugar/should_run/T5472.stdout
copy to testsuite/tests/typecheck/should_fail/T13075.stderr
diff --git a/testsuite/tests/typecheck/should_fail/all.T b/testsuite/tests/typecheck/should_fail/all.T
index 20ed5a4..5377fef 100644
--- a/testsuite/tests/typecheck/should_fail/all.T
+++ b/testsuite/tests/typecheck/should_fail/all.T
@@ -429,7 +429,7 @@ test('T12947', 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', expect_broken(13075), compile_fail, [''])
+test('T13075', normal, compile_fail, [''])
 test('T13105', normal, compile_fail, [''])
 test('LevPolyBounded', normal, compile_fail, [''])
 test('T13487', normal, compile, [''])



More information about the ghc-commits mailing list