bitfield-1.mm: Expect failures.

* obj-c++.dg/bitfield-1.mm: Expect failures.
	* obj-c++.dg/bitfield-4.mm: Likewise.
	* obj-c++.dg/cxx-ivars-2.mm: Likewise.
	* obj-c++.dg/encode-8.mm: Likewise.
	* obj-c++.dg/isa-field-1.mm: Likewise.
	* obj-c++.dg/layout-1.mm: Likewise.
	* obj-c++.dg/lookup-2.mm: Likewise.
	* obj-c++.dg/try-catch-2.mm: Likewise.
	* obj-c++.dg/try-catch-9.mm: Likewise.

From-SVN: r132266
This commit is contained in:
Kaveh R. Ghazi 2008-02-12 19:54:56 +00:00 committed by Kaveh Ghazi
parent d9e38079c2
commit a1bd4be4e2
10 changed files with 36 additions and 2 deletions

View File

@ -1,3 +1,15 @@
2008-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* obj-c++.dg/bitfield-1.mm: Expect failures.
* obj-c++.dg/bitfield-4.mm: Likewise.
* obj-c++.dg/cxx-ivars-2.mm: Likewise.
* obj-c++.dg/encode-8.mm: Likewise.
* obj-c++.dg/isa-field-1.mm: Likewise.
* obj-c++.dg/layout-1.mm: Likewise.
* obj-c++.dg/lookup-2.mm: Likewise.
* obj-c++.dg/try-catch-2.mm: Likewise.
* obj-c++.dg/try-catch-9.mm: Likewise.
2008-02-12 Jakub Jelinek <jakub@redhat.com>
PR c++/35144

View File

@ -111,3 +111,13 @@ int main(void)
return 0;
}
/* { dg-excess-errors "In file included from" { target lp64 } } */
/* { dg-bogus "padding struct to align" "PR23610" { xfail lp64 } 1 } */
/* { dg-bogus "padding struct size" "PR23610" { xfail lp64 } 40 } */
/* { dg-bogus "padding struct size" "PR23610" { xfail lp64 } 43 } */
/* { dg-bogus "padding struct size" "PR23610" { xfail lp64 } 57 } */
/* { dg-bogus "padding struct size" "PR23610" { xfail lp64 } 60 } */
/* { dg-bogus "padding struct size" "PR23610" { xfail lp64 } 75 } */
/* { dg-bogus "padding struct size" "PR23610" { xfail lp64 } 76 } */

View File

@ -48,3 +48,9 @@ int main(void)
return 0;
}
/* { dg-excess-errors "In file included from" { target lp64 } } */
/* { dg-bogus "padding struct to align" "PR23610" { xfail lp64 } 1 } */
/* { dg-bogus "padding struct size" "PR23610" { xfail lp64 } 28 } */
/* { dg-bogus "padding struct size" "PR23610" { xfail lp64 } 34 } */

View File

@ -1,7 +1,7 @@
// Check if the '- .cxx_construct' and '-.cxx_destruct' methods get called
// and if they perform their desired function.
// { dg-do run }
// { dg-do run { xfail { "*-*-*" } } } PR27247/PR23681
// { dg-options "-fobjc-call-cxx-cdtors" }
#include <objc/Object.h>

View File

@ -3,7 +3,7 @@
should be encoded as '*'). */
/* Contributed by Ziemowit Laski <zlaski@apple.com>. */
/* { dg-options "-lobjc" } */
/* { dg-do run } */
/* { dg-do run { xfail { "*-*-*" } } } PR27249 */
#include <string.h>
#include <stdlib.h>

View File

@ -1,5 +1,6 @@
/* Ensure there are no bizarre difficulties with accessing the 'isa' field of objects. */
/* { dg-do compile } */
/* { dg-xfail-if "PR23613" { "*-*-*" } { "*" } { "" } } */
#include <objc/Object.h>

View File

@ -13,3 +13,5 @@
- (id) foo;
@end
/* { dg-excess-errors "In file included from" { target lp64 } } */
/* { dg-bogus "padding struct to align" "PR23610" { xfail lp64 } 1 } */

View File

@ -1,4 +1,5 @@
/* { dg-do run } */
/* { dg-xfail-if "PR23614" { "*-*-*" } { "*" } { "" } } */
#include <objc/Object.h>
#include <stdlib.h>

View File

@ -3,6 +3,7 @@
/* Developed by Ziemowit Laski <zlaski@apple.com>. */
/* { dg-options "-fobjc-exceptions" } */
/* { dg-xfail-if "PR23616" { "*-*-*" } { "*" } { "" } } */
/* { dg-do run } */
#include <objc/Object.h>

View File

@ -3,6 +3,7 @@
/* Developed by Ziemowit Laski <zlaski@apple.com>. */
/* { dg-options "-fobjc-exceptions -O2" } */
/* { dg-xfail-if "PR23616" { "*-*-*" } { "*" } { "" } } */
/* { dg-do run } */
#include <objc/Object.h>