2
0
olle 20 жил өмнө
parent
commit
24833fe874

+ 1 - 0
tests/test/tlibrary1.pp

@@ -1,4 +1,5 @@
 { %NORUN }
 { %NORUN }
+{ %SKIPTARGET=macos }
 
 
 { The .so of the library needs to be in the current dir when
 { The .so of the library needs to be in the current dir when
   testing the loading at runtime }
   testing the loading at runtime }

+ 3 - 1
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
 type
   de10_eqn_vector = array [1..10] of double;
   de10_eqn_vector = array [1..10] of double;
   de10_func = function : double;
   de10_func = function : double;