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]

[Committed] xfail fortran tests on FreeBSD


I've committed the attached patch, which xfails 
the tests on *-*-freebsd*.

2007-10-19  Steven G. Kargl  <kargl@gcc.gnu.org>

        * gfortran.dg/default_format_denormal_2.f90: xfail on FreeBSD.
        * gfortran.dg/large_real_kind_2.F90: ditto.
        * gfortran.dg/default_format_2.f90: ditto.
        * gfortran.dg/default_format_denormal_1.f90: ditto.

-- 
Steve
Index: gfortran.dg/default_format_denormal_2.f90
===================================================================
--- gfortran.dg/default_format_denormal_2.f90	(revision 129498)
+++ 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* } }
+! { dg-do run { xfail powerpc*-apple-darwin* *-*-freebsd* } }
 ! Test XFAILed on these platforms because the system's printf() lacks
 ! proper support for denormalized long doubles.
 !
Index: gfortran.dg/large_real_kind_2.F90
===================================================================
--- gfortran.dg/large_real_kind_2.F90	(revision 129498)
+++ gfortran.dg/large_real_kind_2.F90	(working copy)
@@ -1,5 +1,6 @@
 ! { dg-do run }
 ! { dg-require-effective-target fortran_large_real }
+! { dg-xfail-if "" { "*-*-freebsd*" } { "*" }  { "" } }
 
 ! Testing library calls on large real kinds (larger than kind=8)
   implicit none
Index: gfortran.dg/default_format_2.f90
===================================================================
--- gfortran.dg/default_format_2.f90	(revision 129498)
+++ 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* } }
+! { dg-do run { xfail powerpc*-apple-darwin* *-*-freebsd* } }
 ! Test XFAILed on powerpc-darwin because the system's printf() lacks
 ! proper support for long doubles.
 !
Index: gfortran.dg/default_format_denormal_1.f90
===================================================================
--- gfortran.dg/default_format_denormal_1.f90	(revision 129498)
+++ gfortran.dg/default_format_denormal_1.f90	(working copy)
@@ -1,4 +1,4 @@
-! { dg-do run { xfail *-apple-darwin* } }
+! { dg-do run { xfail *-apple-darwin* *-*-freebsd* } }
 ! Test XFAILed on these platforms because the system's printf() lacks
 ! proper support for denormals.
 !

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