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

On branch  : master

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

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

commit df3a9dae1d195cb35b81c66307486628ed27f804
Author: Ian Lynagh <[email protected]>
Date:   Tue May 1 21:45:54 2012 +0100

    Fix some more tests on Win64

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

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

diff --git a/tests/rts/all.T b/tests/rts/all.T
index d9594f6..3f77146 100644
--- a/tests/rts/all.T
+++ b/tests/rts/all.T
@@ -78,7 +78,7 @@ test('rtsflags002', [ only_ways(['normal']) ], 
compile_and_run, ['-with-rtsopts=
 
 # Test to see if linker scripts link properly to real ELF files
 test('T2615',
-     [ if_platform('i386-unknown-mingw32',skip),
+     [ if_os('mingw32', skip),
        # OS X doesn't seem to support linker scripts
        if_os('darwin', skip),
        # Solaris' linker does not support GNUish linker scripts
@@ -103,7 +103,7 @@ test('T4059',
 
 # Test for #4274
 test('exec_signals', [
-     if_platform('i386-unknown-mingw32',skip),
+     if_os('mingw32', skip),
      cmd_prefix('$MAKE exec_signals-prep && ./exec_signals_prepare'),
      extra_clean(['exec_signals_child', 'exec_signals_prepare'])
     ], compile_and_run, [''])



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to