mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-04 22:20:10 +08:00
In gcc/testsuite/: 2010-12-26 Nicola Pero <nicola.pero@meta-innovation.com>
In gcc/testsuite/: 2010-12-26 Nicola Pero <nicola.pero@meta-innovation.com> * objc.dg/gnu-api-2-class.m: Xfail the test on Apple Darwin m64. * objc.dg/gnu-api-2-ivar.m: Same. * objc.dg/gnu-api-2-method.m: Same. * objc.dg/gnu-api-2-objc.m: Same. * objc.dg/gnu-api-2-object.m: Same. * objc.dg/gnu-api-2-protocol.m: Same. * obj-c++.dg/gnu-api-2-class.mm: Same. * obj-c++.dg/gnu-api-2-ivar.mm: Same. * obj-c++.dg/gnu-api-2-method.mm: Same. * obj-c++.dg/gnu-api-2-objc.mm: Same. * obj-c++.dg/gnu-api-2-object.mm: Same. * obj-c++.dg/gnu-api-2-protocol.mm: Same. From-SVN: r168256
This commit is contained in:
parent
f2f044864a
commit
8c893dd010
@ -1,3 +1,18 @@
|
||||
2010-12-26 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* objc.dg/gnu-api-2-class.m: Xfail the test on Apple Darwin m64.
|
||||
* objc.dg/gnu-api-2-ivar.m: Same.
|
||||
* objc.dg/gnu-api-2-method.m: Same.
|
||||
* objc.dg/gnu-api-2-objc.m: Same.
|
||||
* objc.dg/gnu-api-2-object.m: Same.
|
||||
* objc.dg/gnu-api-2-protocol.m: Same.
|
||||
* obj-c++.dg/gnu-api-2-class.mm: Same.
|
||||
* obj-c++.dg/gnu-api-2-ivar.mm: Same.
|
||||
* obj-c++.dg/gnu-api-2-method.mm: Same.
|
||||
* obj-c++.dg/gnu-api-2-objc.mm: Same.
|
||||
* obj-c++.dg/gnu-api-2-object.mm: Same.
|
||||
* obj-c++.dg/gnu-api-2-protocol.mm: Same.
|
||||
|
||||
2010-12-26 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* objc.dg/pr44509.m: New.
|
||||
|
@ -3,6 +3,7 @@
|
||||
This is test 'class', covering all functions starting with 'class'. */
|
||||
|
||||
/* { dg-do run } */
|
||||
/* { dg-xfail-run-if "Needs OBJC2 ABI" { *-*-darwin* && { lp64 && { ! objc2 } } } { "-fnext-runtime" } { "" } } */
|
||||
|
||||
/* To get the modern GNU Objective-C Runtime API, you include
|
||||
objc/runtime.h. */
|
||||
|
@ -3,6 +3,7 @@
|
||||
This is test 'ivar', covering all functions starting with 'ivar'. */
|
||||
|
||||
/* { dg-do run } */
|
||||
/* { dg-xfail-run-if "Needs OBJC2 ABI" { *-*-darwin* && { lp64 && { ! objc2 } } } { "-fnext-runtime" } { "" } } */
|
||||
|
||||
/* To get the modern GNU Objective-C Runtime API, you include
|
||||
objc/runtime.h. */
|
||||
|
@ -3,6 +3,7 @@
|
||||
This is test 'method', covering all functions starting with 'method'. */
|
||||
|
||||
/* { dg-do run } */
|
||||
/* { dg-xfail-run-if "Needs OBJC2 ABI" { *-*-darwin* && { lp64 && { ! objc2 } } } { "-fnext-runtime" } { "" } } */
|
||||
|
||||
/* To get the modern GNU Objective-C Runtime API, you include
|
||||
objc/runtime.h. */
|
||||
|
@ -3,6 +3,7 @@
|
||||
This is test 'objc', covering all functions starting with 'objc'. */
|
||||
|
||||
/* { dg-do run } */
|
||||
/* { dg-xfail-run-if "Needs OBJC2 ABI" { *-*-darwin* && { lp64 && { ! objc2 } } } { "-fnext-runtime" } { "" } } */
|
||||
|
||||
/* To get the modern GNU Objective-C Runtime API, you include
|
||||
objc/runtime.h. */
|
||||
|
@ -3,6 +3,7 @@
|
||||
This is test 'object', covering all functions starting with 'object'. */
|
||||
|
||||
/* { dg-do run } */
|
||||
/* { dg-xfail-run-if "Needs OBJC2 ABI" { *-*-darwin* && { lp64 && { ! objc2 } } } { "-fnext-runtime" } { "" } } */
|
||||
|
||||
/* To get the modern GNU Objective-C Runtime API, you include
|
||||
objc/runtime.h. */
|
||||
|
@ -3,6 +3,7 @@
|
||||
This is test 'protocol', covering all functions starting with 'protocol'. */
|
||||
|
||||
/* { dg-do run } */
|
||||
/* { dg-xfail-run-if "Needs OBJC2 ABI" { *-*-darwin* && { lp64 && { ! objc2 } } } { "-fnext-runtime" } { "" } } */
|
||||
|
||||
/* To get the modern GNU Objective-C Runtime API, you include
|
||||
objc/runtime.h. */
|
||||
|
@ -3,6 +3,7 @@
|
||||
This is test 'class', covering all functions starting with 'class'. */
|
||||
|
||||
/* { dg-do run } */
|
||||
/* { dg-xfail-run-if "Needs OBJC2 ABI" { *-*-darwin* && { lp64 && { ! objc2 } } } { "-fnext-runtime" } { "" } } */
|
||||
|
||||
/* To get the modern GNU Objective-C Runtime API, you include
|
||||
objc/runtime.h. */
|
||||
|
@ -3,6 +3,7 @@
|
||||
This is test 'ivar', covering all functions starting with 'ivar'. */
|
||||
|
||||
/* { dg-do run } */
|
||||
/* { dg-xfail-run-if "Needs OBJC2 ABI" { *-*-darwin* && { lp64 && { ! objc2 } } } { "-fnext-runtime" } { "" } } */
|
||||
|
||||
/* To get the modern GNU Objective-C Runtime API, you include
|
||||
objc/runtime.h. */
|
||||
|
@ -3,6 +3,7 @@
|
||||
This is test 'method', covering all functions starting with 'method'. */
|
||||
|
||||
/* { dg-do run } */
|
||||
/* { dg-xfail-run-if "Needs OBJC2 ABI" { *-*-darwin* && { lp64 && { ! objc2 } } } { "-fnext-runtime" } { "" } } */
|
||||
|
||||
/* To get the modern GNU Objective-C Runtime API, you include
|
||||
objc/runtime.h. */
|
||||
|
@ -3,6 +3,7 @@
|
||||
This is test 'objc', covering all functions starting with 'objc'. */
|
||||
|
||||
/* { dg-do run } */
|
||||
/* { dg-xfail-run-if "Needs OBJC2 ABI" { *-*-darwin* && { lp64 && { ! objc2 } } } { "-fnext-runtime" } { "" } } */
|
||||
|
||||
/* To get the modern GNU Objective-C Runtime API, you include
|
||||
objc/runtime.h. */
|
||||
|
@ -3,6 +3,7 @@
|
||||
This is test 'object', covering all functions starting with 'object'. */
|
||||
|
||||
/* { dg-do run } */
|
||||
/* { dg-xfail-run-if "Needs OBJC2 ABI" { *-*-darwin* && { lp64 && { ! objc2 } } } { "-fnext-runtime" } { "" } } */
|
||||
|
||||
/* To get the modern GNU Objective-C Runtime API, you include
|
||||
objc/runtime.h. */
|
||||
|
@ -3,6 +3,7 @@
|
||||
This is test 'protocol', covering all functions starting with 'protocol'. */
|
||||
|
||||
/* { dg-do run } */
|
||||
/* { dg-xfail-run-if "Needs OBJC2 ABI" { *-*-darwin* && { lp64 && { ! objc2 } } } { "-fnext-runtime" } { "" } } */
|
||||
|
||||
/* To get the modern GNU Objective-C Runtime API, you include
|
||||
objc/runtime.h. */
|
||||
|
Loading…
Reference in New Issue
Block a user