===================================================================
@@ -4,7 +4,6 @@
#include <stdlib.h>
#include <objc/objc.h>
-#include <objc/runtime.h>
#include "load-category-1.h"
===================================================================
@@ -2,7 +2,6 @@
#include <stdlib.h>
#include <objc/objc.h>
-#include <objc/runtime.h>
#include "load-category-1.h"
===================================================================
@@ -5,7 +5,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <objc/objc.h>
-#include <objc/runtime.h>
#include "load-category-2.h"
===================================================================
@@ -3,7 +3,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <objc/objc.h>
-#include <objc/runtime.h>
#include "load-category-2.h"
===================================================================
@@ -10,7 +10,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <objc/objc.h>
-#include <objc/runtime.h>
#include "load-category-3.h"
===================================================================
@@ -8,7 +8,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <objc/objc.h>
-#include <objc/runtime.h>
#include "load-category-3.h"
===================================================================
@@ -33,8 +33,9 @@ set tests [lsort [glob -nocomplain $srcdir/$subdir
# Main loop.
dg-runtest $tests "-fgnu-runtime" $DEFAULT_CFLAGS
-# darwin targets can also run code with the NeXT runtime.
-if [istarget "*-*-darwin*" ] {
+# Darwin targets can also run code with the NeXT runtime.
+# but Properties are not supported by the runtime lib before Darwin 9.
+if [istarget "*-*-darwin\[9123\]*" ] {
dg-runtest $tests "-fnext-runtime" $DEFAULT_CFLAGS
}
===================================================================
@@ -4,6 +4,7 @@
#include <objc/objc.h>
#include <stdlib.h>
+#include "../../objc-obj-c++-shared/objc-test-suite-types.h"
@interface NSArray
{
===================================================================
@@ -6,7 +6,6 @@
#include <stdlib.h>
#include <objc/objc.h>
-#include <objc/runtime.h>
__attribute__ ((deprecated))
@protocol DeprecatedProtocol1;
===================================================================
@@ -6,7 +6,6 @@
#include <stdlib.h>
#include <objc/objc.h>
-#include <objc/runtime.h>
__attribute__ ((deprecated))
@protocol DeprecatedProtocol1
===================================================================
@@ -3,7 +3,6 @@
/* Test deprecate attribute with an @interface declaration. */
#include <objc/objc.h>
-#include <objc/runtime.h>
__attribute__ ((deprecated))
@interface DeprecatedClass
===================================================================
@@ -33,9 +33,10 @@ set tests [lsort [glob -nocomplain $srcdir/$subdir
# Main loop.
dg-runtest $tests "-fgnu-runtime" $DEFAULT_OBJCXXFLAGS
-# darwin targets can also run code with the NeXT runtime.
-if [istarget "*-*-darwin*" ] {
-dg-runtest $tests "-fnext-runtime" $DEFAULT_OBJCXXFLAGS
+# Darwin targets can also run code with the NeXT runtime.
+# but Properties are not supported by the runtime lib before Darwin 9.
+if [istarget "*-*-darwin\[9123\]*" ] {
+ dg-runtest $tests "-fnext-runtime" $DEFAULT_OBJCXXFLAGS
}
# All done.
===================================================================
@@ -4,6 +4,8 @@
#include <objc/objc.h>
#include <stdlib.h>
+/* Ensure a compatible definition of nil. */
+#include "../../objc-obj-c++-shared/objc-test-suite-types.h"
@interface NSArray
{
===================================================================
@@ -1,5 +1,6 @@
/* Contributed by Nicola Pero <nicola.pero@meta-innovation.com>, November 2010. */
/* { dg-do compile } */
+/* { dg-skip-if "No API#2 pre-Darwin9" { *-*-darwin[5-8]* } { "-fnext-runtime" } { "" } } */
/* Test deprecate attribute with a forward declarations of
@protocol. */
===================================================================
@@ -1,4 +1,5 @@
/* { dg-do compile } */
+/* { dg-skip-if "No API#2 pre-Darwin9" { *-*-darwin[5-8]* } { "-fnext-runtime" } { "" } } */
/* Test deprecate attribute with an @interface declaration. */
===================================================================
@@ -1,6 +1,8 @@
/* Contributed by Nicola Pero <nicola.pero@meta-innovation.com>, November 2010. */
/* { dg-do compile } */
+/* { dg-skip-if "No API#2 pre-Darwin9" { *-*-darwin[5-8]* } { "-fnext-runtime" } { "" } } */
+
/* Test deprecate attribute with normal @protocol declarations. */
===================================================================
@@ -3,6 +3,7 @@
/* Author: Fariborz Jahanian <fjahanian@apple.com> */
/* Adapted by Nicola Pero <nicola.pero@meta-innovation.com> */
/* { dg-do run } */
+/* { dg-skip-if "No API#2 pre-Darwin9" { *-*-darwin[5-8]* } { "-fnext-runtime" } { "" } } */
/* { dg-xfail-run-if "Needs OBJC2 ABI" { *-*-darwin* && { lp64 && { ! objc2 } } } { "-fnext-runtime" } { "" } } */
#include <objc/objc.h>