[commit: ghc] wip/parse-errors, wip/unexpected-test: Fix tests which were made to pass by "Make a smart mkAppTyM" (9b39597)

git at git.haskell.org git at git.haskell.org
Sat Feb 16 10:33:31 UTC 2019


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

On branches: wip/parse-errors,wip/unexpected-test
Link       : http://ghc.haskell.org/trac/ghc/changeset/9b39597b66b6a46c1af2bb939dd77d01544ab7be/ghc

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

commit 9b39597b66b6a46c1af2bb939dd77d01544ab7be
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date:   Fri Feb 15 10:26:41 2019 +0000

    Fix tests which were made to pass by "Make a smart mkAppTyM"
    
    For some reason gitlab is not reporting these as failures in CI. It's
    not clear to me why as the junit output looks fine.
    
    Fixes #16112 and #16113
    
    They were fixed by 682783828275cca5fd8bf5be5b52054c75e0e22c


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

9b39597b66b6a46c1af2bb939dd77d01544ab7be
 testsuite/tests/dependent/should_fail/all.T | 2 +-
 testsuite/tests/parser/should_fail/all.T    | 2 +-
 testsuite/tests/typecheck/should_fail/all.T | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/testsuite/tests/dependent/should_fail/all.T b/testsuite/tests/dependent/should_fail/all.T
index a75886e..f127220 100644
--- a/testsuite/tests/dependent/should_fail/all.T
+++ b/testsuite/tests/dependent/should_fail/all.T
@@ -9,7 +9,7 @@ test('SelfDep', normal, compile_fail, [''])
 test('BadTelescope4', normal, compile_fail, [''])
 test('RenamingStar', normal, compile_fail, [''])
 test('T11407', normal, compile_fail, [''])
-test('T11334b', when(compiler_debugged(), expect_broken(16112)), compile_fail, [''])
+test('T11334b', normal, compile_fail, [''])
 test('T11473', normal, compile_fail, [''])
 test('T11471', normal, compile_fail, [''])
 test('T12174', normal, compile_fail, [''])
diff --git a/testsuite/tests/parser/should_fail/all.T b/testsuite/tests/parser/should_fail/all.T
index 7976c17..1a049bb 100644
--- a/testsuite/tests/parser/should_fail/all.T
+++ b/testsuite/tests/parser/should_fail/all.T
@@ -115,7 +115,7 @@ test('T12610', normal, compile_fail, [''])
 test('T13450', normal, compile_fail, [''])
 test('T13450TH', normal, compile_fail, [''])
 test('T14588', normal, compile_fail, [''])
-test('T14740', when(compiler_debugged(), expect_broken(16113)), compile_fail, [''])
+test('T14740', normal, compile_fail, [''])
 test('T15209', normal, compile_fail, [''])
 
 test('NoNumericUnderscores0', normal, compile_fail, [''])
diff --git a/testsuite/tests/typecheck/should_fail/all.T b/testsuite/tests/typecheck/should_fail/all.T
index 3f7e820..2488551 100644
--- a/testsuite/tests/typecheck/should_fail/all.T
+++ b/testsuite/tests/typecheck/should_fail/all.T
@@ -143,7 +143,7 @@ test('tcfail156', normal, compile_fail, [''])
 test('tcfail157', normal, compile_fail, [''])
 # Skip tcfail158 until Trac ticket #15899 fixes the broken test
 test('tcfail158', skip, compile_fail, [''])
-test('tcfail159', when(compiler_debugged(), expect_broken(16113)), compile_fail, [''])
+test('tcfail159', normal, compile_fail, [''])
 test('tcfail160', normal, compile_fail, [''])
 test('tcfail161', normal, compile_fail, [''])
 test('tcfail162', normal, compile_fail, [''])



More information about the ghc-commits mailing list