[commit: testsuite] master: skip T2615 on Solaris which does not support GNUish linker scripts (991fabe)
Ian Lynagh
igloo at earth.li
Thu Apr 21 00:46:26 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/991fabecbfbccc8c8882805f4a66889f4484945c
>---------------------------------------------------------------
commit 991fabecbfbccc8c8882805f4a66889f4484945c
Author: Karel Gardas <karel.gardas at centrum.cz>
Date: Mon Apr 18 09:54:56 2011 +0200
skip T2615 on Solaris which does not support GNUish linker scripts
>---------------------------------------------------------------
tests/ghc-regress/rts/all.T | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/ghc-regress/rts/all.T b/tests/ghc-regress/rts/all.T
index 3adc725..a008e3b 100644
--- a/tests/ghc-regress/rts/all.T
+++ b/tests/ghc-regress/rts/all.T
@@ -77,6 +77,8 @@ test('T2615',
[ if_platform('i386-unknown-mingw32',skip),
# OS X doesn't seem to support linker scripts
if_os('darwin', skip),
+ # Solaris' linker does not support GNUish linker scripts
+ if_os('solaris2', skip),
cmd_prefix('$MAKE T2615-prep && ' +
# Add current directory to dlopen search path
'LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. '),
More information about the Cvs-ghc
mailing list