[commit: testsuite] ghc-7.6: 5313(dyn) is broken on Windows (#5987) (ce2f18d)

Ian Lynagh igloo at earth.li
Sat Jan 26 00:37:04 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : ghc-7.6

http://hackage.haskell.org/trac/ghc/changeset/ce2f18ddf8db84e571aeccbce84ab8763cd5cc84

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

commit ce2f18ddf8db84e571aeccbce84ab8763cd5cc84
Author: Ian Lynagh <igloo at earth.li>
Date:   Fri Jan 25 21:38:13 2013 +0000

    5313(dyn) is broken on Windows (#5987)

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

 tests/driver/all.T |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/tests/driver/all.T b/tests/driver/all.T
index 3440f9a..6011fd3 100644
--- a/tests/driver/all.T
+++ b/tests/driver/all.T
@@ -311,7 +311,11 @@ test('dynHelloWorld',
      compile_and_run,
      [''])
 
-test('5313', extra_run_opts('"' + config.libdir + '"'), compile_and_run, ['-package ghc'])
+test('5313',
+     [extra_run_opts('"' + config.libdir + '"'),
+      if_os('mingw32', expect_broken_for(5987, ['dyn']))],
+     compile_and_run,
+     ['-package ghc'])
 
 test('2464', normal, compile, [''])
 test('3674',





More information about the ghc-commits mailing list