[commit: ghc] wip/T16212-fixed: Expect T16212 to pass (e476f0d)
git at git.haskell.org
git at git.haskell.org
Fri Feb 1 05:55:22 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T16212-fixed
Link : http://ghc.haskell.org/trac/ghc/changeset/e476f0dd5477f8b1d109f2382b32ab07e3971491/ghc
>---------------------------------------------------------------
commit e476f0dd5477f8b1d109f2382b32ab07e3971491
Author: Sebastian Graf <sebastian.graf at kit.edu>
Date: Thu Jan 31 15:58:58 2019 +0100
Expect T16212 to pass
>---------------------------------------------------------------
e476f0dd5477f8b1d109f2382b32ab07e3971491
testsuite/tests/ghc-api/annotations/all.T | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/testsuite/tests/ghc-api/annotations/all.T b/testsuite/tests/ghc-api/annotations/all.T
index 8002630..c14e3b4 100644
--- a/testsuite/tests/ghc-api/annotations/all.T
+++ b/testsuite/tests/ghc-api/annotations/all.T
@@ -59,6 +59,5 @@ test('T13163', [extra_files(['Test13163.hs']),
ignore_stderr], makefile_test, ['T13163'])
test('T15303', [extra_files(['Test15303.hs']),
ignore_stderr], makefile_test, ['T15303'])
-# Stricter tests from trac #16217 now causes this to fail. Will be fixed for trac #16212
-test('T16212', [expect_broken(16212),extra_files(['Test16212.hs']),
- ignore_stderr], run_command, ['$MAKE -s --no-print-directory T16212'])
+test('T16212', [extra_files(['Test16212.hs']),
+ ignore_stderr], makefile_test)
More information about the ghc-commits
mailing list