Re: [PATCH] skip T2615 on Solaris which does not support GNUish linker scripts

2011-04-20 Thread Ian Lynagh
On Mon, Apr 18, 2011 at 09:54:56AM +0200, Karel Gardas wrote: > if_os('darwin', skip), > + # Solaris' linker does not support GNUish linker scripts > + if_os('solaris2', skip), Applied, thanks! Thanks Ian ___ Cvs-ghc mailing list

[PATCH] skip T2615 on Solaris which does not support GNUish linker scripts

2011-04-18 Thread Karel Gardas
--- 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',