diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2015-07-15 10:26:05 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-07-15 10:26:05 +0200 |
commit | 4ee658a02ccc6d3aa0b6a0a5f2f5934a593f1356 (patch) | |
tree | fce73d95a7617100b7c4cb85dac0608363f577af /testsuite | |
parent | ab5257b90b16c6403f73f26fb3381545bb2e75c4 (diff) | |
download | haskell-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')
-rw-r--r-- | testsuite/tests/plugins/all.T | 3 |
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']) |