summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-07-15 10:41:03 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2015-07-15 10:41:03 +0200
commit8e6a50339a4a61d4f2cbec645c78abc85098a294 (patch)
tree15b75e126f0ab15db57ecd171611698bda79ea7e /testsuite/tests/plugins
parent0a402785c9c5ab4be9487518790d24af9d211a8b (diff)
downloadhaskell-8e6a50339a4a61d4f2cbec645c78abc85098a294.tar.gz
Mark test case for #10294 conditionally expect_broken on #10301
the hypothesis is that it only breaks with `DYNAMIC_GHC_PROGRAMS = NO`, so use `unless(have_dynamic(),expect_broken(10301))` to not break the Phabricator build.
Diffstat (limited to 'testsuite/tests/plugins')
-rw-r--r--testsuite/tests/plugins/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T
index 7c52e07f9c..473bed32d4 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'),
- expect_broken(10301)],
+ when(have_dynamic(),expect_broken(10301))],
run_command,
['$MAKE -s --no-print-directory T10294'])