diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2015-07-15 10:41:03 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-07-15 10:41:03 +0200 |
commit | 8e6a50339a4a61d4f2cbec645c78abc85098a294 (patch) | |
tree | 15b75e126f0ab15db57ecd171611698bda79ea7e /testsuite/tests/plugins | |
parent | 0a402785c9c5ab4be9487518790d24af9d211a8b (diff) | |
download | haskell-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.T | 2 |
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']) |