Browse Source

+ added MacOS to SKIPTARGETS

olle 21 years ago
parent
commit
b564b4751f

+ 1 - 0
tests/tbs/tb0241.pp

@@ -1,4 +1,5 @@
 { %OPT=-al }
 { %OPT=-al }
+{ %SKIPTARGET=macos Crashes when assembling, linking or running}
 { this forces use of GNU as }
 { this forces use of GNU as }
 { Old file: tbs0282.pp }
 { Old file: tbs0282.pp }
 { long mangledname problem with -Aas                   OK 0.99.13 (PFV) }
 { long mangledname problem with -Aas                   OK 0.99.13 (PFV) }

+ 1 - 0
tests/tbs/tb0241b.pp

@@ -1,4 +1,5 @@
 { %OPT=-al }
 { %OPT=-al }
+{ %SKIPTARGET=macos Crashes when assembling, linking or running}
 { this forces use of GNU as }
 { this forces use of GNU as }
 { Old file: tbs0282.pp }
 { Old file: tbs0282.pp }
 { long mangledname problem with -Aas                   OK 0.99.13 (PFV) }
 { long mangledname problem with -Aas                   OK 0.99.13 (PFV) }

+ 1 - 0
tests/test/cg/cdecl/taoc6.pp

@@ -1,3 +1,4 @@
+{ %SKIPTARGET=macos Crashes when assembling, linking or running}
 
 
 { sixth simple array of const test
 { sixth simple array of const test
   for int64 values }
   for int64 values }

+ 1 - 1
tests/test/tinterface1.pp

@@ -1,5 +1,5 @@
 { %VERSION=1.1 }
 { %VERSION=1.1 }
-
+{ %SKIPTARGET=macos Crashes when assembling, linking or running}
 {$mode objfpc}
 {$mode objfpc}
 type
 type
   IInterface = interface(IUnknown)
   IInterface = interface(IUnknown)

+ 1 - 0
tests/webtbs/tw0755.pp

@@ -1,3 +1,4 @@
+{ %SKIPTARGET=macos Crashes when assembling, linking or running}
 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;

+ 1 - 1
tests/webtbs/tw2242.pp

@@ -1,4 +1,4 @@
-{ %skiptarget=go32v2 }
+{ %skiptarget=go32v2,macos Crashes on MacOS when assembling, linking or running }
 { %opt=-Sc }
 { %opt=-Sc }
 VAR s : ansistring;
 VAR s : ansistring;
 BEGIN
 BEGIN