From 2ecaba47e1ee3fe3071a0ae5e1103f904341cbe6 Mon Sep 17 00:00:00 2001 From: olle Date: Tue, 23 Nov 2004 19:55:59 +0000 Subject: [PATCH] + Better comment on %SKIPTARGET=macos --- tests/tbs/tb0241.pp | 4 +++- tests/tbs/tb0241b.pp | 4 +++- tests/test/tinterface1.pp | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/tests/tbs/tb0241.pp b/tests/tbs/tb0241.pp index d2a062c3c2..c695bd4a4c 100644 --- a/tests/tbs/tb0241.pp +++ b/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) } diff --git a/tests/tbs/tb0241b.pp b/tests/tbs/tb0241b.pp index 5d65800b15..f59ac32630 100644 --- a/tests/tbs/tb0241b.pp +++ b/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) } diff --git a/tests/test/tinterface1.pp b/tests/test/tinterface1.pp index cda5de4026..871b22244e 100644 --- a/tests/test/tinterface1.pp +++ b/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)