diff --git a/tests/test/tlibrary1.pp b/tests/test/tlibrary1.pp index 3e3d03a648..53ff05c497 100644 --- a/tests/test/tlibrary1.pp +++ b/tests/test/tlibrary1.pp @@ -1,4 +1,5 @@ { %NORUN } +{ %SKIPTARGET=macos } { The .so of the library needs to be in the current dir when testing the loading at runtime } diff --git a/tests/webtbs/tw0755.pp b/tests/webtbs/tw0755.pp index f9c21238c1..410aba0a50 100644 --- a/tests/webtbs/tw0755.pp +++ b/tests/webtbs/tw0755.pp @@ -1,4 +1,6 @@ -{ %SKIPTARGET=macos Crashes when assembling, linking or running} +{ %SKIPTARGET=macos } +{ On macos, PPCAsm chokes on this and crashes} + type de10_eqn_vector = array [1..10] of double; de10_func = function : double;