default_format_1.f90: XFAIL on ppc-darwin.
authorFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Wed, 3 Oct 2007 14:57:39 +0000 (14:57 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Wed, 3 Oct 2007 14:57:39 +0000 (14:57 +0000)
* gfortran.dg/default_format_1.f90: XFAIL on ppc-darwin.
* gfortran.dg/default_format_2.f90: XFAIL on ppc-darwin.

From-SVN: r128983

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/default_format_1.f90
gcc/testsuite/gfortran.dg/default_format_2.f90

index be26f5c..498259d 100644 (file)
@@ -1,4 +1,9 @@
-2007-09-28  Tobias Schlüter  <tobi@gcc.gnu.org>
+2007-10-03  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       * gfortran.dg/default_format_1.f90: XFAIL on ppc-darwin.
+       * gfortran.dg/default_format_2.f90: XFAIL on ppc-darwin.
+
+2007-10-03  Tobias Schlüter  <tobi@gcc.gnu.org>
 
        PR fortran/33198
        * gfortran.dg/common_errors_1.f90: New.
index 6183a34..f9ae475 100644 (file)
@@ -1,4 +1,6 @@
-! { dg-do run }
+! { dg-do run { xfail powerpc*-apple-darwin* } }
+! Test XFAILed on powerpc-darwin because the system's printf() lacks
+! proper support for denormals.
 !
 ! This tests that the default formats for formatted I/O of reals are
 ! wide enough and have enough precision, by checking that values can
index af6d4a6..8574222 100644 (file)
@@ -1,5 +1,7 @@
-! { dg-do run }
 ! { dg-require-effective-target fortran_large_real }
+! { dg-do run { xfail powerpc*-apple-darwin* } }
+! Test XFAILed on powerpc-darwin because the system's printf() lacks
+! proper support for long doubles.
 !
 ! This tests that the default formats for formatted I/O of reals are
 ! wide enough and have enough precision, by checking that values can