From fda72fd3c1516012ff9d04fb260037fd1bc16abc Mon Sep 17 00:00:00 2001 From: Russel Winder Date: Sun, 18 Jun 2017 19:04:54 +0100 Subject: Remove DMD from the tests on OSX till the correct rpath option is discovered. --- test/D/Issues/2940_Ariovistus/Common/correctLinkOptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/D/Issues/2940_Ariovistus/Common/correctLinkOptions.py b/test/D/Issues/2940_Ariovistus/Common/correctLinkOptions.py index 2bcff1e..5acd26a 100644 --- a/test/D/Issues/2940_Ariovistus/Common/correctLinkOptions.py +++ b/test/D/Issues/2940_Ariovistus/Common/correctLinkOptions.py @@ -50,7 +50,7 @@ def testForTool(tool): libraryname = 'libstuff.so' filename = 'stuff.os' elif platform == 'darwin': - if tool == 'gdc': + if tool == 'dmd' or tool == 'gdc': test.skip_test('Dynamic libraries not yet supported by dmd and gdc on OSX.\n') libraryname = 'libstuff.dylib' filename = 'stuff.os' -- cgit v0.12