[commit: ghc] master: testsuite: Mark T10294 as fixed (0cad52d)

git at git.haskell.org git at git.haskell.org
Thu Dec 15 23:17:31 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/0cad52d6395487b617edef2b131909d3b4085be4/ghc

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

commit 0cad52d6395487b617edef2b131909d3b4085be4
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Thu Dec 15 15:26:39 2016 -0500

    testsuite: Mark T10294 as fixed
    
    It seems that c3c702441137dc8f7ee0dd5ac313be96d625459a resolved #10301.
    It took a while to notice this since it only broke when tested against a
    statically linked GHC, a configuration which Harbormaster doesn't test.
    
    Test Plan: Validate
    
    Reviewers: angerman, austin
    
    Subscribers: thomie, nomeata
    
    Differential Revision: https://phabricator.haskell.org/D2856
    
    GHC Trac Issues: #10294, #10301


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

0cad52d6395487b617edef2b131909d3b4085be4
 testsuite/tests/plugins/all.T | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T
index cca03bc..26f377c 100644
--- a/testsuite/tests/plugins/all.T
+++ b/testsuite/tests/plugins/all.T
@@ -48,8 +48,7 @@ test('T10420',
 
 test('T10294',
      [pre_cmd('$MAKE -s --no-print-directory -C annotation-plugin package.T10294 TOP={top}'),
-      clean_cmd('$MAKE -s --no-print-directory -C annotation-plugin clean.T10294'),
-      unless(have_dynamic(),expect_broken(10301))],
+      clean_cmd('$MAKE -s --no-print-directory -C annotation-plugin clean.T10294')],
      run_command,
      ['$MAKE -s --no-print-directory T10294'])
 



More information about the ghc-commits mailing list