[commit: ghc] master: testsuite: mark T4945 as expect_broken (e283cec)
git at git.haskell.org
git at git.haskell.org
Fri Jun 19 17:29:20 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e283cecf6fd880aef3be2f3abe3936d0c06a250d/ghc
>---------------------------------------------------------------
commit e283cecf6fd880aef3be2f3abe3936d0c06a250d
Author: Austin Seipp <austin at well-typed.com>
Date: Fri Jun 19 12:28:14 2015 -0500
testsuite: mark T4945 as expect_broken
This was working, and then it started failing again; it's a pretty
fragile test anyway because it 'grep's the output of the compiler.
In the mean time, make the CI system quiet down by marking it
appropriately.
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
e283cecf6fd880aef3be2f3abe3936d0c06a250d
testsuite/tests/simplCore/should_compile/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/simplCore/should_compile/all.T b/testsuite/tests/simplCore/should_compile/all.T
index 3a8a6e1..f7ff85b 100644
--- a/testsuite/tests/simplCore/should_compile/all.T
+++ b/testsuite/tests/simplCore/should_compile/all.T
@@ -107,7 +107,7 @@ test('T4918',
['$MAKE -s --no-print-directory T4918'])
test('T4945',
- normal,
+ expect_broken(4945),
run_command,
['$MAKE -s --no-print-directory T4945'])
More information about the ghc-commits
mailing list