public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [RFA] Add xfails to new libffi tests for SH
@ 2009-06-11 21:41 Kaz Kojima
  2009-06-11 21:59 ` Andreas Tobler
  0 siblings, 1 reply; 3+ messages in thread
From: Kaz Kojima @ 2009-06-11 21:41 UTC (permalink / raw)
  To: gcc-patches; +Cc: java-patches, andreast

Hi,

The attached patch adds xfails to a few new libffi tests for SH
like as the other targets.  It's tested also on i686-pc-linux-gnu.
OK for trunk?

Regards,
	kaz
--
2009-06-11  Kaz Kojima  <kkojima@gcc.gnu.org>

	* testsuite/libffi.call/cls_longdouble_va.c: Add xfail sh*-*-linux-*.
	* testsuite/libffi.call/err_bad_abi.c: Add xfail sh*-*-*.
	* testsuite/libffi.call/err_bad_typedef.c: Likewise.

diff -uprN ORIG/trunk/libffi/testsuite/libffi.call/cls_longdouble_va.c trunk/libffi/testsuite/libffi.call/cls_longdouble_va.c
--- ORIG/trunk/libffi/testsuite/libffi.call/cls_longdouble_va.c	2009-06-10 13:01:23.000000000 +0900
+++ trunk/libffi/testsuite/libffi.call/cls_longdouble_va.c	2009-06-11 09:34:22.000000000 +0900
@@ -49,9 +49,9 @@ int main (void)
 	args[2] = NULL;
 
 	ffi_call(&cif, FFI_FN(printf), &res, args);
-	// { dg-output "7.0" { xfail i*86-*-linux-* x86_64-*-linux-* } }
+	// { dg-output "7.0" { xfail i*86-*-linux-* x86_64-*-linux-* sh*-*-linux-* } }
 	printf("res: %d\n", (int) res);
-	// { dg-output "\nres: 4" { xfail i*86-*-linux-* x86_64-*-linux-* } }
+	// { dg-output "\nres: 4" { xfail i*86-*-linux-* x86_64-*-linux-* sh*-*-linux-* } }
 
 	CHECK(ffi_prep_closure(pcl, &cif, cls_longdouble_va_fn, NULL) == FFI_OK);
 
diff -uprN ORIG/trunk/libffi/testsuite/libffi.call/err_bad_abi.c trunk/libffi/testsuite/libffi.call/err_bad_abi.c
--- ORIG/trunk/libffi/testsuite/libffi.call/err_bad_abi.c	2009-06-10 13:01:23.000000000 +0900
+++ trunk/libffi/testsuite/libffi.call/err_bad_abi.c	2009-06-11 08:39:54.000000000 +0900
@@ -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-* } } */
+/* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* i*86-*-linux-* x86_64-*-linux-* sh*-*-* } } */
 #include "ffitest.h"
 
 static void
diff -uprN ORIG/trunk/libffi/testsuite/libffi.call/err_bad_typedef.c trunk/libffi/testsuite/libffi.call/err_bad_typedef.c
--- ORIG/trunk/libffi/testsuite/libffi.call/err_bad_typedef.c	2009-06-10 13:01:23.000000000 +0900
+++ trunk/libffi/testsuite/libffi.call/err_bad_typedef.c	2009-06-11 08:40:13.000000000 +0900
@@ -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-* } } */
+/* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* i*86-*-linux-* x86_64-*-linux-* sh*-*-* } } */
 #include "ffitest.h"
 
 int main (void)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [RFA] Add xfails to new libffi tests for SH
  2009-06-11 21:41 [RFA] Add xfails to new libffi tests for SH Kaz Kojima
@ 2009-06-11 21:59 ` Andreas Tobler
  2009-06-11 23:24   ` Kaz Kojima
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Tobler @ 2009-06-11 21:59 UTC (permalink / raw)
  To: Kaz Kojima; +Cc: gcc-patches, java-patches, andreast

Hi,

Kaz Kojima wrote:

> The attached patch adds xfails to a few new libffi tests for SH
> like as the other targets.  It's tested also on i686-pc-linux-gnu.
> OK for trunk?
> 

I would say yes.

Andreas


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [RFA] Add xfails to new libffi tests for SH
  2009-06-11 21:59 ` Andreas Tobler
@ 2009-06-11 23:24   ` Kaz Kojima
  0 siblings, 0 replies; 3+ messages in thread
From: Kaz Kojima @ 2009-06-11 23:24 UTC (permalink / raw)
  To: andreast; +Cc: gcc-patches, java-patches

Andreas Tobler <andreast@fgznet.ch> wrote:
>> The attached patch adds xfails to a few new libffi tests for SH
>> like as the other targets.  It's tested also on i686-pc-linux-gnu.
>> OK for trunk?
>> 
> 
> I would say yes.

Thanks!  I've applied it as revision 148402.

Regards,
	kaz

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-06-11 23:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-11 21:41 [RFA] Add xfails to new libffi tests for SH Kaz Kojima
2009-06-11 21:59 ` Andreas Tobler
2009-06-11 23:24   ` Kaz Kojima

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).