]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 be26f5c2525d1cf1631e8bc29c2c98734ad56aaf..498259dc4fb8ac7e094e2530c8f0603cc0a9bfad 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 6183a345725395e1255c2031d64ee2ff04dadf64..f9ae47568642faa815dd31a1ca025c673f06cddf 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 af6d4a666f8344e2045da34cfb7edeff6ab2aa7b..85742223386fdabe959db2f3edc6fa594f99b5f5 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