From b3c1a8d197c0353206f14782921e27d3534ec1e3 Mon Sep 17 00:00:00 2001 From: Russel Winder Date: Sun, 18 Jun 2017 17:35:47 +0100 Subject: LDC shared libraries work on OSX. --- test/D/Issues/2940_Ariovistus/Common/correctLinkOptions.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/D/Issues/2940_Ariovistus/Common/correctLinkOptions.py b/test/D/Issues/2940_Ariovistus/Common/correctLinkOptions.py index 8060add..2bcff1e 100644 --- a/test/D/Issues/2940_Ariovistus/Common/correctLinkOptions.py +++ b/test/D/Issues/2940_Ariovistus/Common/correctLinkOptions.py @@ -50,11 +50,10 @@ def testForTool(tool): libraryname = 'libstuff.so' filename = 'stuff.os' elif platform == 'darwin': + if tool == 'gdc': + test.skip_test('Dynamic libraries not yet supported by dmd and gdc on OSX.\n') libraryname = 'libstuff.dylib' filename = 'stuff.os' - # As at 2014-09-14, DMD 2.066, LDC master head, and GDC 4.9.1 do not support - # shared libraries on OSX. - test.skip_test('Dynamic libraries not yet supported on OSX.\n') elif platform == 'win32': libraryname = 'stuff.dll' filename = 'stuff.obj' -- cgit v0.12