浏览代码

+ added SKIPTARGET=macos

olle 20 年之前
父节点
当前提交
24833fe874
共有 2 个文件被更改,包括 4 次插入1 次删除
  1. 1 0
      tests/test/tlibrary1.pp
  2. 3 1
      tests/webtbs/tw0755.pp

+ 1 - 0
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 }

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