From: Francois-Xavier Coudert Date: Wed, 3 Oct 2007 17:08:19 +0000 (+0000) Subject: * gfortran.dg/default_format_1.f90: XFAIL on all darwin targets. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=53f8671f979fce37896147392d9602559afe1f58;p=gcc.git * gfortran.dg/default_format_1.f90: XFAIL on all darwin targets. From-SVN: r128989 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 498259dc4fb..c6aec50eae7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-10-03 Francois-Xavier Coudert + + * gfortran.dg/default_format_1.f90: XFAIL on all darwin targets. + 2007-10-03 Francois-Xavier Coudert * gfortran.dg/default_format_1.f90: XFAIL on ppc-darwin. diff --git a/gcc/testsuite/gfortran.dg/default_format_1.f90 b/gcc/testsuite/gfortran.dg/default_format_1.f90 index f9ae4756864..e63f1752dd2 100644 --- a/gcc/testsuite/gfortran.dg/default_format_1.f90 +++ b/gcc/testsuite/gfortran.dg/default_format_1.f90 @@ -1,5 +1,5 @@ -! { dg-do run { xfail powerpc*-apple-darwin* } } -! Test XFAILed on powerpc-darwin because the system's printf() lacks +! { dg-do run { xfail *-apple-darwin* } } +! Test XFAILed on Darwin because the system's printf() lacks ! proper support for denormals. ! ! This tests that the default formats for formatted I/O of reals are