[commit: testsuite] master: mark 5250 as expect_fail on Windows (9f1420c)
Simon Marlow
marlowsd at gmail.com
Wed Nov 9 10:19:58 CET 2011
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/9f1420c560a50c4c427965fca35af259cf9e3714
>---------------------------------------------------------------
commit 9f1420c560a50c4c427965fca35af259cf9e3714
Author: Simon Marlow <marlowsd at gmail.com>
Date: Tue Nov 8 14:34:22 2011 +0000
mark 5250 as expect_fail on Windows
>---------------------------------------------------------------
tests/rts/all.T | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/rts/all.T b/tests/rts/all.T
index f66d3a3..80d4ec1 100644
--- a/tests/rts/all.T
+++ b/tests/rts/all.T
@@ -115,6 +115,8 @@ def config_5250(opts):
opts.skip = 1;
test('5250', [ config_5250,
+ # stack ptr is not 16-byte aligned on 32-bit Windows
+ if_os('mingw32', expect_fail),
extra_clean(['spalign.o']),
omit_ways(['ghci']) ],
compile_and_run, ['spalign.c'])
More information about the Cvs-ghc
mailing list