[commit: base] ghc-7.6: stableptr003(dyn) fails on Win32 with 7.4.1 and 7.6 branch (05abdc9)

Ian Lynagh igloo at earth.li
Sat Jan 26 00:35:07 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/packages/base

On branch  : ghc-7.6

http://hackage.haskell.org/trac/ghc/changeset/05abdc9a2863b1e0b0f41a42ccb5718899c0080d

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

commit 05abdc9a2863b1e0b0f41a42ccb5718899c0080d
Author: Ian Lynagh <igloo at earth.li>
Date:   Fri Jan 25 22:15:13 2013 +0000

    stableptr003(dyn) fails on Win32 with 7.4.1 and 7.6 branch

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

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

diff --git a/tests/all.T b/tests/all.T
index b7a1629..b4bf789 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -102,7 +102,10 @@ test('packedstring001', reqlib('packedstring'), compile_and_run, ['-package pack
 test('stableptr001',
      [skip_if_fast, extra_run_opts('+RTS -K8m -RTS')],
      compile_and_run, [''])
-test('stableptr003', normal, compile_and_run, [''])
+test('stableptr003',
+     # This fails on Win32 for unknown reasons
+     if_platform('i386-unknown-mingw32', expect_fail_for(['dyn'])),
+     compile_and_run, [''])
 test('stableptr004', extra_run_opts('+RTS -K4m -RTS'), compile_and_run, [''])
 test('stableptr005', normal, compile_and_run, [''])
 





More information about the ghc-commits mailing list