OSDN Git Service

* objc.dg/isa-field-1.m: Only run on darwin.
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 May 2005 03:36:42 +0000 (03:36 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 May 2005 03:36:42 +0000 (03:36 +0000)
        * objc.dg/lookup-1.m: Likewise.
        * objc.dg/try-catch-8.m: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100242 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/objc.dg/isa-field-1.m
gcc/testsuite/objc.dg/lookup-1.m
gcc/testsuite/objc.dg/try-catch-8.m

index 00185e8..e5b3507 100644 (file)
@@ -1,3 +1,9 @@
+2005-05-26  Mike Stump  <mrs@apple.com>
+
+       * objc.dg/isa-field-1.m: Only run on darwin.
+       * objc.dg/lookup-1.m: Likewise.
+       * objc.dg/try-catch-8.m: Likewise.
+
 2005-05-26  Roger Sayle  <roger@eyesopen.com>
 
        PR tree-optimization/9814
index 70edd0e..6398b60 100644 (file)
@@ -1,5 +1,5 @@
 /* Ensure there are no bizarre difficulties with accessing the 'isa' field of objects.  */
-/* { dg-do compile } */
+/* { dg-do compile { target *-*-darwin* } } */
 
 #include <objc/Object.h>
 
index eaabcb2..71fc61e 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do run } */
+/* { dg-do run { target *-*-darwin* } } */
 
 #include <objc/Object.h>
 #include <stdlib.h>
index 384faa3..1e5230e 100644 (file)
@@ -3,7 +3,7 @@
 /* Developed by Ziemowit Laski <zlaski@apple.com>.  */
 
 /* { dg-options "-fobjc-exceptions -O2" } */
-/* { dg-do run } */
+/* { dg-do run { target *-*-darwin* } } */
 
 #include <objc/Object.h>
 #include <stdlib.h>