Updated some mips XFAILs

This commit is contained in:
Anthony Green
2009-12-25 09:50:36 -05:00
parent 26e9509c9b
commit 1d04af52e3
10 changed files with 34 additions and 9 deletions

View File

@@ -2,16 +2,22 @@ Index: libffi/ChangeLog.libffi
===================================================================
--- libffi.orig/ChangeLog.libffi
+++ libffi/ChangeLog.libffi
@@ -1,3 +1,8 @@
@@ -1,3 +1,14 @@
+2009-12-24 Anthony Green <green@redhat.com>
+
+ * testsuite/libffi.call/huge_struct.c: Fix printf format, and
+ don't xfail x86 Linux.
+ * testsuite/libffi.call/huge_struct.c: Don't xfail mips.
+ * testsuite/libffi.call/cls_pointer.c: Ditto.
+ * testsuite/libffi.call/cls_pointer_stack.c: Ditto.
+ * testsuite/libffi.call/cls_longdouble_va.c: Ditto.
+ * testsuite/libffi.call/cls_longdouble.c: Ditto.
+ * testsuite/libffi.call/cls_double_va.c: Ditto.
+
2009-10-11 Matthias Klose <doko@ubuntu.com>
* man/ffi_call.3: Fix #include in examples.
@@ -213,20 +218,20 @@
@@ -213,20 +224,20 @@
2008-12-22 Timothy Wall <twall@users.sf.net>
* testsuite/libffi.call/closure_fn0.c,
@@ -52,8 +58,9 @@ Index: libffi/testsuite/libffi.call/huge_struct.c
*/
-/* { dg-excess-errors "" { target avr32-*-* x86_64-*-mingw* x86_64-*-cygwin* i*86-*-linux-* x86_64-*-linux-* } } */
-/* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
+/* { dg-excess-errors "" { target avr32-*-* x86_64-*-mingw* x86_64-*-cygwin* } } */
/* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
+/* { dg-do run { xfail arm*-*-* strongarm*-*-* xscale*-*-* } } */
/* { dg-options -mlong-double-128 { target powerpc64*-*-* } } */
-/* { dg-output "" { xfail avr32-*-* x86_64-*-mingw* x86_64-*-cygwin* i*86-*-linux-* x86_64-*-linux-* } } */
+/* { dg-output "" { xfail avr32-*-* x86_64-*-mingw* x86_64-*-cygwin* } } */