[commit: testsuite] ghc-7.6: dynCompileExpr(dyn) fails on Windows as ghc isn't built the dyn way (d2fcc38)

Ian Lynagh igloo at earth.li
Sat Jan 26 00:36:54 CET 2013


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

On branch  : ghc-7.6

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

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

commit d2fcc381ca85c4d4290abac863bc8c805884404f
Author: Ian Lynagh <igloo at earth.li>
Date:   Fri Jan 25 20:55:09 2013 +0000

    dynCompileExpr(dyn) fails on Windows as ghc isn't built the dyn way

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

 tests/ghc-api/dynCompileExpr/all.T |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/ghc-api/dynCompileExpr/all.T b/tests/ghc-api/dynCompileExpr/all.T
index 108b964..b466a3a 100644
--- a/tests/ghc-api/dynCompileExpr/all.T
+++ b/tests/ghc-api/dynCompileExpr/all.T
@@ -1,4 +1,5 @@
 test('dynCompileExpr',
      [ extra_run_opts('"' + config.libdir + '"'),
+       if_os('mingw32', expect_broken_for(5987, ['dyn'])),
        omit_ways(prof_ways) ], # cannot run interpreted code with -prof
      compile_and_run, ['-package ghc'])





More information about the ghc-commits mailing list