[commit: ghc] master: Testsuite: mark frontend01 conditionally expect_broken on #10301 (bc436f9)
git at git.haskell.org
git at git.haskell.org
Thu Dec 17 20:42:06 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/bc436f9ec51eb54aaebfbcd7de9c10543d629917/ghc
>---------------------------------------------------------------
commit bc436f9ec51eb54aaebfbcd7de9c10543d629917
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Thu Dec 17 21:42:04 2015 +0100
Testsuite: mark frontend01 conditionally expect_broken on #10301
This should fix validate on Travis.
>---------------------------------------------------------------
bc436f9ec51eb54aaebfbcd7de9c10543d629917
testsuite/tests/plugins/all.T | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T
index 2e4aacf..1f9ec3b 100644
--- a/testsuite/tests/plugins/all.T
+++ b/testsuite/tests/plugins/all.T
@@ -63,5 +63,8 @@ test('T10294a',
run_command,
['$MAKE -s --no-print-directory T10294a'])
-test('frontend01', [ extra_clean(['FrontendPlugin.hi', 'FrontendPlugin.o', 'frontend01', 'frontend01.o', 'frontend01.hi']) ],
+test('frontend01',
+ [extra_clean(['FrontendPlugin.hi', 'FrontendPlugin.o',
+ 'frontend01', 'frontend01.o', 'frontend01.hi']),
+ unless(have_dynamic(), expect_broken(10301))],
run_command, ['$MAKE -s --no-print-directory frontend01'])
More information about the ghc-commits
mailing list