[commit: ghc] master: Testsuite: mark T10294 conditionally expect_broken on #10301 (b1063b1)
git at git.haskell.org
git at git.haskell.org
Wed Jul 15 11:30:29 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b1063b1b64989749292d156b189eb64a73fb329a/ghc
>---------------------------------------------------------------
commit b1063b1b64989749292d156b189eb64a73fb329a
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Wed Jul 15 13:27:59 2015 +0200
Testsuite: mark T10294 conditionally expect_broken on #10301
Fix 8e6a50339a4a61d4f2cbec645c78abc85098a294.
>---------------------------------------------------------------
b1063b1b64989749292d156b189eb64a73fb329a
testsuite/tests/plugins/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T
index 473bed3..bc3bcfa 100644
--- a/testsuite/tests/plugins/all.T
+++ b/testsuite/tests/plugins/all.T
@@ -53,7 +53,7 @@ test('T10420',
test('T10294',
[pre_cmd('$MAKE -s --no-print-directory -C annotation-plugin package.T10294'),
clean_cmd('$MAKE -s --no-print-directory -C annotation-plugin clean.T10294'),
- when(have_dynamic(),expect_broken(10301))],
+ unless(have_dynamic(),expect_broken(10301))],
run_command,
['$MAKE -s --no-print-directory T10294'])
More information about the ghc-commits
mailing list