[commit: ghc] master: Mark test case for #10294 expect_broken on #10301 (4ee658a0)

git at git.haskell.org git at git.haskell.org
Wed Jul 15 08:27:10 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/4ee658a02ccc6d3aa0b6a0a5f2f5934a593f1356/ghc

>---------------------------------------------------------------

commit 4ee658a02ccc6d3aa0b6a0a5f2f5934a593f1356
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Jul 15 10:26:05 2015 +0200

    Mark test case for #10294 expect_broken on #10301
    
    as it is broken on Travis, and in #10301 others have reported the same
    error.


>---------------------------------------------------------------

4ee658a02ccc6d3aa0b6a0a5f2f5934a593f1356
 testsuite/tests/plugins/all.T | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T
index 62e6923..7c52e07 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'])
 



More information about the ghc-commits mailing list