[commit: testsuite] master: 5250 is expected to pass on Win64 (69e84e5)

Ian Lynagh igloo at earth.li
Sat Mar 24 13:23:17 CET 2012


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/69e84e5d95d9b401631f3a0aa8adb13d2ecb19bb

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

commit 69e84e5d95d9b401631f3a0aa8adb13d2ecb19bb
Author: Ian Lynagh <igloo at earth.li>
Date:   Sat Mar 24 01:54:05 2012 +0000

    5250 is expected to pass on Win64

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

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

diff --git a/tests/rts/all.T b/tests/rts/all.T
index 38cb7a1..d79b62e 100644
--- a/tests/rts/all.T
+++ b/tests/rts/all.T
@@ -119,7 +119,7 @@ def config_5250(opts):
 
 test('5250', [ config_5250,
                # stack ptr is not 16-byte aligned on 32-bit Windows
-               if_os('mingw32', expect_fail),
+               if_platform('i386-unknown-mingw32', expect_fail),
                extra_clean(['spalign.o']),
                omit_ways(['ghci']) ],
              compile_and_run, ['spalign.c'])





More information about the Cvs-ghc mailing list