[commit: ghc] master: Testsuite: T3333 still fails on non-linux statically linked ghci (#3333) (614ce4b)

git at git.haskell.org git at git.haskell.org
Sat Oct 10 16:31:45 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/614ce4b0b93ec1f9c308589b956b725535c57111/ghc

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

commit 614ce4b0b93ec1f9c308589b956b725535c57111
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Sat Oct 10 18:28:20 2015 +0200

    Testsuite: T3333 still fails on non-linux statically linked ghci (#3333)


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

614ce4b0b93ec1f9c308589b956b725535c57111
 testsuite/tests/ghci/linking/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/ghci/linking/all.T b/testsuite/tests/ghci/linking/all.T
index fc3516a..e823f88 100644
--- a/testsuite/tests/ghci/linking/all.T
+++ b/testsuite/tests/ghci/linking/all.T
@@ -43,7 +43,7 @@ test('ghcilink006',
 test('T3333',
      [extra_clean(['T3333.o']),
      unless(doing_ghci, skip),
-     unless(ghci_dynamic(), expect_broken(3333))],
+     unless(opsys('linux') or ghci_dynamic(), expect_broken(3333))],
      run_command,
      ['$MAKE -s --no-print-directory T3333'])
 



More information about the ghc-commits mailing list