This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

XFAILs


err_bad_typedef.c and err_bad_abi.c seem to fail everywhere, so I'm XFAILing
them everywhere.

Andrew.


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.
	
Index: testsuite/libffi.call/err_bad_abi.c
===================================================================
--- testsuite/libffi.call/err_bad_abi.c (revision 148497)
+++ testsuite/libffi.call/err_bad_abi.c (working copy)
@@ -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
Index: testsuite/libffi.call/err_bad_typedef.c
===================================================================
--- testsuite/libffi.call/err_bad_typedef.c     (revision 148497)
+++ testsuite/libffi.call/err_bad_typedef.c     (working copy)
@@ -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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]