[commit: testsuite] master: dynCompileExpr(dyn) fails on Windows as ghc isn't built the dyn way (e00e0dd)
Ian Lynagh
igloo at earth.li
Sat Jan 26 02:45:26 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e00e0ddb6fec558e0e4c881f3314eca125db5656
>---------------------------------------------------------------
commit e00e0ddb6fec558e0e4c881f3314eca125db5656
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