OSDN Git Service

don't try to run Objective-C API=2 tests for Darwin < 9
authoriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Feb 2011 11:34:09 +0000 (11:34 +0000)
committeriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Feb 2011 11:34:09 +0000 (11:34 +0000)
commitbfc4f9aee6373550c3d71fac4bceba5a68c149b0
tree1d0864f1886b4557f470efbbcdb602fb83027e36
parent952f9aabc4659bd2a075ad5f3b3cb5030b793ff4
don't try to run Objective-C API=2 tests for Darwin < 9

testsuite:
* objc.dg/special/load-category-1.m: Remove unused header.
* objc.dg/special/load-category-1a.m: Likewise.
* objc.dg/special/load-category-2.m: Likewise.
* objc.dg/special/load-category-2a.m: Likewise.
* objc.dg/special/load-category-3.m: Likewise.
* objc.dg/special/load-category-3a.m: Likewise.
* objc.dg/attributes/proto-attribute-2.m: Likewise.
* objc.dg/attributes/proto-attribute-3.m: Likewise.
* objc.dg/attributes/class-attribute-1.m: Likewise.
* objc.dg/property/property.exp: Don't run for Darwin < 9.
* obj-c++.dg/property/property.exp: Likewise.
* objc.dg/attributes/method-sentinel-1.m: Update type header.
* obj-c++.dg/attributes/method-sentinel-1.mm: Likewise.
* obj-c++.dg/attributes/proto-attribute-2.mm: Skip for Darwin < 9.
* obj-c++.dg/attributes/class-attribute-1.mm: Likewise.
* obj-c++.dg/attributes/proto-attribute-3.mm: Likewise.
* obj-c++.dg/template-8.mm: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170001 138bc75d-0d04-0410-961f-82ee72b054a4
18 files changed:
gcc/testsuite/ChangeLog
gcc/testsuite/obj-c++.dg/attributes/class-attribute-1.mm
gcc/testsuite/obj-c++.dg/attributes/method-sentinel-1.mm
gcc/testsuite/obj-c++.dg/attributes/proto-attribute-2.mm
gcc/testsuite/obj-c++.dg/attributes/proto-attribute-3.mm
gcc/testsuite/obj-c++.dg/property/property.exp
gcc/testsuite/obj-c++.dg/template-8.mm
gcc/testsuite/objc.dg/attributes/class-attribute-1.m
gcc/testsuite/objc.dg/attributes/method-sentinel-1.m
gcc/testsuite/objc.dg/attributes/proto-attribute-2.m
gcc/testsuite/objc.dg/attributes/proto-attribute-3.m
gcc/testsuite/objc.dg/property/property.exp
gcc/testsuite/objc.dg/special/load-category-1.m
gcc/testsuite/objc.dg/special/load-category-1a.m
gcc/testsuite/objc.dg/special/load-category-2.m
gcc/testsuite/objc.dg/special/load-category-2a.m
gcc/testsuite/objc.dg/special/load-category-3.m
gcc/testsuite/objc.dg/special/load-category-3a.m