Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
cdd6afcb
Commit
cdd6afcb
authored
Apr 18, 2011
by
kgardas
Committed by
Ian Lynagh
Apr 20, 2011
Browse files
skip T2615 on Solaris which does not support GNUish linker scripts
parent
9ce49f6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/rts/all.T
View file @
cdd6afcb
...
...
@@ -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:.
'),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment