summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins/all.T
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-07-15 10:26:05 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2015-07-15 10:26:05 +0200
commit4ee658a02ccc6d3aa0b6a0a5f2f5934a593f1356 (patch)
treefce73d95a7617100b7c4cb85dac0608363f577af /testsuite/tests/plugins/all.T
parentab5257b90b16c6403f73f26fb3381545bb2e75c4 (diff)
downloadhaskell-4ee658a02ccc6d3aa0b6a0a5f2f5934a593f1356.tar.gz
Mark test case for #10294 expect_broken on #10301
as it is broken on Travis, and in #10301 others have reported the same error.
Diffstat (limited to 'testsuite/tests/plugins/all.T')
-rw-r--r--testsuite/tests/plugins/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T
index 62e69239b4..7c52e07f9c 100644
--- a/testsuite/tests/plugins/all.T
+++ b/testsuite/tests/plugins/all.T
@@ -52,7 +52,8 @@ 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')],
+ clean_cmd('$MAKE -s --no-print-directory -C annotation-plugin clean.T10294'),
+ expect_broken(10301)],
run_command,
['$MAKE -s --no-print-directory T10294'])