File tree 1 file changed +5
-2
lines changed
src/tests/Interop/DllImportAttribute/DllImportPath
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -174,11 +174,14 @@ public static int Main(string[] args)
174
174
{
175
175
TestNativeLibraryProbingOnLocalPath ( ) ;
176
176
TestNativeLibraryProbingOnRelativePath ( ) ;
177
- if ( ! OperatingSystem . IsMacOS ( ) ) // This test fails due to a bug in OSX 10.12 combined with the weird way that HFS+ handles unicode file names
177
+ if ( ! OperatingSystem . IsMacOS ( ) )
178
178
{
179
+ // This test fails due to a bug in OSX 10.12 combined with the weird way that HFS+ handles unicode file names
179
180
TestNativeLibraryProbingUnicode ( ) ;
181
+
182
+ // Propagating LD_LIBRARY_PATH/DYLD_LIBRARY_PATH may blocked on Mac due to System Integrity Protection
183
+ TestNativeLibraryProbingOnPathEnv ( ) ;
180
184
}
181
- TestNativeLibraryProbingOnPathEnv ( ) ;
182
185
if ( OperatingSystem . IsWindows ( ) )
183
186
{
184
187
TestNativeExeProbing ( ) ;
You can’t perform that action at this time.
0 commit comments