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

Re: [PATCH, committed] Remove XFAIL for FreeBSD on fortran tests


On Sun, Apr 25, 2010 at 02:48:13PM -0700, Steve Kargl wrote:
> These tests have been passing on i686-*-freebsd and 
> x86_64-*-freebsd for a very long time.  Remove the 
> XFAIL for FreeBSD.  Tested with 'gmake check-fortran'
> on i686-*freebsd and x86_64-*-freebsd.
> 
> 2010-04-25  Steven G. Kargl  <kargl@gcc.gnu.org>
> 
>    * gfortran.dg/default_format_denormal_2.f90: Remove XFAIL for FreeBSD.
>    * gfortran.dg/default_format_denormal_1.f90: ditto
>    * gfortran.dg/default_format_2.f90: ditto
> 

Forgot to append the diff.

-- 
Steve
Index: gfortran.dg/default_format_denormal_2.f90
===================================================================
--- gfortran.dg/default_format_denormal_2.f90	(revision 158708)
+++ gfortran.dg/default_format_denormal_2.f90	(working copy)
@@ -1,5 +1,5 @@
 ! { dg-require-effective-target fortran_large_real }
-! { dg-do run { xfail powerpc*-apple-darwin* *-*-freebsd* powerpc*-*-linux* } }
+! { dg-do run { xfail powerpc*-apple-darwin* powerpc*-*-linux* } }
 ! Test XFAILed on these platforms because the system's printf() lacks
 ! proper support for denormalized long doubles. See PR24685
 !
Index: gfortran.dg/default_format_denormal_1.f90
===================================================================
--- gfortran.dg/default_format_denormal_1.f90	(revision 158708)
+++ gfortran.dg/default_format_denormal_1.f90	(working copy)
@@ -1,4 +1,4 @@
-! { dg-do run { xfail *-*-darwin[89]* *-*-freebsd* *-*-cygwin* spu-*-* } }
+! { dg-do run { xfail *-*-darwin[89]* *-*-cygwin* spu-*-* } }
 ! Test XFAILed on these platforms because the system's printf() lacks
 ! proper support for denormals.
 !
Index: gfortran.dg/default_format_2.f90
===================================================================
--- gfortran.dg/default_format_2.f90	(revision 158708)
+++ gfortran.dg/default_format_2.f90	(working copy)
@@ -1,5 +1,5 @@
 ! { dg-require-effective-target fortran_large_real }
-! { dg-do run { xfail powerpc*-apple-darwin* *-*-freebsd* powerpc*-*-linux* } }
+! { dg-do run { xfail powerpc*-apple-darwin* powerpc*-*-linux* } }
 ! Test XFAILed on these platforms because the system's printf() lacks
 ! proper support for denormalized long doubles. See PR24685
 !

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