public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: XFAIL gfortran.dg/f2003_io tests on SPARC
@ 2008-11-19 10:55 Dominique Dhumieres
  0 siblings, 0 replies; 2+ messages in thread
From: Dominique Dhumieres @ 2008-11-19 10:55 UTC (permalink / raw)
  To: gcc-patches; +Cc: ebotcazou

> They were already XFAILed on SPARC/Solaris but same problem on Linux.

As said before, these tests are not failing on powerpc-apple-darwin*
(see for instance:

http://gcc.gnu.org/ml/gcc-testresults/2008-11/msg01605.html).

Dominique

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

* XFAIL gfortran.dg/f2003_io tests on SPARC
@ 2008-11-19  9:25 Eric Botcazou
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Botcazou @ 2008-11-19  9:25 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 382 bytes --]

They were already XFAILed on SPARC/Solaris but same problem on Linux.

Applied on the mainline.


2008-11-19  Eric Botcazou  <ebotcazou@adacore.com>

	* gfortran.dg/f2003_io_1.f03: XFAIL for all SPARC targets.
	* gfortran.dg/f2003_io_4.f03: Ditto.
	* gfortran.dg/f2003_io_5.f03: Ditto.
	* gfortran.dg/f2003_io_6.f03: Ditto.
	* gfortran.dg/f2003_io_7.f03: Ditto.


-- 
Eric Botcazou

[-- Attachment #2: p.diff --]
[-- Type: text/x-diff, Size: 3033 bytes --]

Index: gfortran.dg/f2003_io_1.f03
===================================================================
--- gfortran.dg/f2003_io_1.f03	(revision 141915)
+++ gfortran.dg/f2003_io_1.f03	(working copy)
@@ -1,6 +1,6 @@
 ! { dg-do run { target fd_truncate } }
 ! { dg-options "-std=gnu" }
-! { dg-xfail-run-if "PR37839" { { ia64-*-hpux* hppa*-*-* powerpc*-*-* sparc*-sun-solaris2.* } && ilp32 } { "*" }  { "" } }
+! { dg-xfail-run-if "PR37839" { { ia64-*-hpux* hppa*-*-* powerpc*-*-* sparc*-*-* } && ilp32 } { "*" }  { "" } }
 ! Test case prepared by Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 real :: a(4), b(4)
 real :: c
Index: gfortran.dg/f2003_io_4.f03
===================================================================
--- gfortran.dg/f2003_io_4.f03	(revision 141915)
+++ gfortran.dg/f2003_io_4.f03	(working copy)
@@ -1,5 +1,5 @@
 ! { dg-do run { target fd_truncate } }
-! { dg-xfail-run-if "PR37839" { { ia64-*-hpux* hppa*-*-* powerpc*-*-* sparc*-sun-solaris2.* } && ilp32 } { "*" }  { "" } }
+! { dg-xfail-run-if "PR37839" { { ia64-*-hpux* hppa*-*-* powerpc*-*-* sparc*-*-* } && ilp32 } { "*" }  { "" } }
 ! Test case prepared by Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 ! Test of decimal= feature
 
Index: gfortran.dg/f2003_io_5.f03
===================================================================
--- gfortran.dg/f2003_io_5.f03	(revision 141915)
+++ gfortran.dg/f2003_io_5.f03	(working copy)
@@ -1,5 +1,5 @@
 ! { dg-do run { target fd_truncate } }
-! { dg-xfail-run-if "PR37839" { { ia64-*-hpux* hppa*-*-* powerpc*-*-* sparc*-sun-solaris2.* } && ilp32 } { "*" }  { "" } }
+! { dg-xfail-run-if "PR37839" { { ia64-*-hpux* hppa*-*-* powerpc*-*-* sparc*-*-* } && ilp32 } { "*" }  { "" } }
 ! Test case prepared by Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 ! Test of decimal="comma" in namelist and complex
 integer :: i
Index: gfortran.dg/f2003_io_6.f03
===================================================================
--- gfortran.dg/f2003_io_6.f03	(revision 141915)
+++ gfortran.dg/f2003_io_6.f03	(working copy)
@@ -1,5 +1,5 @@
 ! { dg-do run }
-! { dg-xfail-run-if "PR37839" { { ia64-*-hpux* hppa*-*-* powerpc*-*-* sparc*-sun-solaris2.* } && ilp32 } { "*" }  { "" } }
+! { dg-xfail-run-if "PR37839" { { ia64-*-hpux* hppa*-*-* powerpc*-*-* sparc*-*-* } && ilp32 } { "*" }  { "" } }
 ! Test case prepared by Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 ! Test of decimal="comma" in namelist, checks separators
 implicit none
Index: gfortran.dg/f2003_io_7.f03
===================================================================
--- gfortran.dg/f2003_io_7.f03	(revision 141915)
+++ gfortran.dg/f2003_io_7.f03	(working copy)
@@ -1,5 +1,5 @@
 ! { dg-do run { target fd_truncate } }
-! { dg-xfail-run-if "PR37839" { { ia64-*-hpux* hppa*-*-* powerpc*-*-* sparc*-sun-solaris2.* } && ilp32 } { "*" }  { "" } }
+! { dg-xfail-run-if "PR37839" { { ia64-*-hpux* hppa*-*-* powerpc*-*-* sparc*-*-* } && ilp32 } { "*" }  { "" } }
 ! Test case prepared by Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 ! Test of sign=, decimal=, and blank= .
 program iotests

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

end of thread, other threads:[~2008-11-19  9:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-19 10:55 XFAIL gfortran.dg/f2003_io tests on SPARC Dominique Dhumieres
  -- strict thread matches above, loose matches on Subject: below --
2008-11-19  9:25 Eric Botcazou

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).