diff options
author | Andrew Haley <aph@redhat.com> | 2009-06-15 17:14:53 +0000 |
---|---|---|
committer | Andrew Haley <aph@gcc.gnu.org> | 2009-06-15 17:14:53 +0000 |
commit | 081b044b4964ad853f8eb7d6eefd7eb14d397844 (patch) | |
tree | 4391139c08c91ec55bf551bd0aa5a092a3fa2a06 /libffi | |
parent | b1b1734a7fe4c0259b338f65f481c381fe473240 (diff) | |
download | gcc-081b044b4964ad853f8eb7d6eefd7eb14d397844.tar.gz |
err_bad_typedef.c: xfail everywhere.
2009-06-15 Andrew Haley <aph@redhat.com>
* testsuite/libffi.call/err_bad_typedef.c: xfail everywhere.
* testsuite/libffi.call/err_bad_abi.c: Likewise.
From-SVN: r148499
Diffstat (limited to 'libffi')
-rw-r--r-- | libffi/ChangeLog | 5 | ||||
-rw-r--r-- | libffi/testsuite/libffi.call/err_bad_abi.c | 2 | ||||
-rw-r--r-- | libffi/testsuite/libffi.call/err_bad_typedef.c | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog index 9ac5cd84cbc..8d1f66dc791 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,8 @@ +2009-06-15 Andrew Haley <aph@redhat.com> + + * testsuite/libffi.call/err_bad_typedef.c: xfail everywhere. + * testsuite/libffi.call/err_bad_abi.c: Likewise. + 2009-06-12 Andrew Haley <aph@redhat.com> * Makefile.am: Remove info_TEXINFOS. diff --git a/libffi/testsuite/libffi.call/err_bad_abi.c b/libffi/testsuite/libffi.call/err_bad_abi.c index 4f121859dad..a21a3fddd04 100644 --- a/libffi/testsuite/libffi.call/err_bad_abi.c +++ b/libffi/testsuite/libffi.call/err_bad_abi.c @@ -4,7 +4,7 @@ PR: none. Originator: Blake Chaffin 6/6/2007 */ -/* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* i*86-*-linux-* x86_64-*-linux-* sh*-*-* } } */ +/* { dg-do run { xfail *-*-* } } */ #include "ffitest.h" static void diff --git a/libffi/testsuite/libffi.call/err_bad_typedef.c b/libffi/testsuite/libffi.call/err_bad_typedef.c index 7ec2728eb10..bd2fc54a0e8 100644 --- a/libffi/testsuite/libffi.call/err_bad_typedef.c +++ b/libffi/testsuite/libffi.call/err_bad_typedef.c @@ -4,7 +4,7 @@ PR: none. Originator: Blake Chaffin 6/6/2007 */ -/* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* i*86-*-linux-* x86_64-*-linux-* sh*-*-* } } */ +/* { dg-do run { xfail *-*-* } } */ #include "ffitest.h" int main (void) |