summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-12-17 21:42:04 +0100
committerThomas Miedema <thomasmiedema@gmail.com>2015-12-17 21:42:47 +0100
commitbc436f9ec51eb54aaebfbcd7de9c10543d629917 (patch)
tree6547ee0531af7766b5ee61c945d47ed6ddb5aa08 /testsuite/tests/plugins
parentf1fa3839047925c75278f0a83835478e3aa437da (diff)
downloadhaskell-bc436f9ec51eb54aaebfbcd7de9c10543d629917.tar.gz
Testsuite: mark frontend01 conditionally expect_broken on #10301
This should fix validate on Travis.
Diffstat (limited to 'testsuite/tests/plugins')
-rw-r--r--testsuite/tests/plugins/all.T5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T
index 2e4aacf29c..1f9ec3b3b8 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'])