Browse Source

+ Better comment on %SKIPTARGET=macos

olle 21 years ago
parent
commit
2ecaba47e1
3 changed files with 9 additions and 3 deletions
  1. 3 1
      tests/tbs/tb0241.pp
  2. 3 1
      tests/tbs/tb0241b.pp
  3. 3 1
      tests/test/tinterface1.pp

+ 3 - 1
tests/tbs/tb0241.pp

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

+ 3 - 1
tests/tbs/tb0241b.pp

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

+ 3 - 1
tests/test/tinterface1.pp

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