This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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]

[PATCH] libffi: Remove XFAIL for MIPS from several testcases.


These six libffi test cases no longer fail.

See:
http://gcc.gnu.org/ml/gcc-testresults/2009-12/msg00762.html
http://gcc.gnu.org/ml/gcc-testresults/2009-11/msg01859.html

Tested on mips64-unknown-linux-gnu.

OK to commit?

2009-12-08 David Daney <ddaney@caviumnetworks.com>

	* testsuite/libffi.call/stret_medium.c: Remove xfail for mips*-*-*
	* testsuite/libffi.call/cls_align_longdouble_split2.c: Same.
	* testsuite/libffi.call/stret_large.c: Same.
	* testsuite/libffi.call/cls_align_longdouble_split.c: Same.
	* testsuite/libffi.call/stret_large2.c: Same.
	* testsuite/libffi.call/stret_medium2.c: Same.
Index: libffi/testsuite/libffi.call/stret_medium.c
===================================================================
--- libffi/testsuite/libffi.call/stret_medium.c	(revision 154987)
+++ libffi/testsuite/libffi.call/stret_medium.c	(working copy)
@@ -6,7 +6,7 @@
    PR:			none.
    Originator:	Blake Chaffin	6/21/2007	*/
 
-/* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-*  } } */
+/* { dg-do run { xfail arm*-*-* strongarm*-*-* xscale*-*-*  } } */
 #include "ffitest.h"
 
 typedef struct struct_72byte {
Index: libffi/testsuite/libffi.call/cls_align_longdouble_split2.c
===================================================================
--- libffi/testsuite/libffi.call/cls_align_longdouble_split2.c	(revision 154987)
+++ libffi/testsuite/libffi.call/cls_align_longdouble_split2.c	(working copy)
@@ -6,7 +6,7 @@
 */
 
 /* { dg-excess-errors "no long double format" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */
-/* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* } } */
+/* { dg-do run { xfail arm*-*-* strongarm*-*-* } } */
 /* { dg-options -mlong-double-128 { target powerpc64*-*-* } } */
 /* { dg-output "" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */
 
Index: libffi/testsuite/libffi.call/stret_large.c
===================================================================
--- libffi/testsuite/libffi.call/stret_large.c	(revision 154987)
+++ libffi/testsuite/libffi.call/stret_large.c	(working copy)
@@ -6,7 +6,7 @@
    PR:			none.
    Originator:	Blake Chaffin	6/21/2007	*/
 
-/* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-*  } } */
+/* { dg-do run { xfail arm*-*-* strongarm*-*-* xscale*-*-*  } } */
 #include "ffitest.h"
 
 // 13 FPRs: 104 bytes
Index: libffi/testsuite/libffi.call/cls_align_longdouble_split.c
===================================================================
--- libffi/testsuite/libffi.call/cls_align_longdouble_split.c	(revision 154987)
+++ libffi/testsuite/libffi.call/cls_align_longdouble_split.c	(working copy)
@@ -5,7 +5,7 @@
    Originator:	<hos@tamanegi.org> 20031203	 */
 
 /* { dg-excess-errors "no long double format" { xfail 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 x86_64-*-mingw* x86_64-*-cygwin* } } */
 
Index: libffi/testsuite/libffi.call/stret_large2.c
===================================================================
--- libffi/testsuite/libffi.call/stret_large2.c	(revision 154987)
+++ libffi/testsuite/libffi.call/stret_large2.c	(working copy)
@@ -6,7 +6,7 @@
    PR:			none.
    Originator:	Blake Chaffin	6/21/2007	*/
 
-/* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-*  } } */
+/* { dg-do run { xfail arm*-*-* strongarm*-*-* xscale*-*-*  } } */
 #include "ffitest.h"
 
 // 13 FPRs: 104 bytes
Index: libffi/testsuite/libffi.call/stret_medium2.c
===================================================================
--- libffi/testsuite/libffi.call/stret_medium2.c	(revision 154987)
+++ libffi/testsuite/libffi.call/stret_medium2.c	(working copy)
@@ -6,7 +6,7 @@
    PR:			none.
    Originator:	Blake Chaffin	6/21/2007	*/
 
-/* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-*  } } */
+/* { dg-do run { xfail arm*-*-* strongarm*-*-* xscale*-*-*  } } */
 #include "ffitest.h"
 
 typedef struct struct_72byte {

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