From 8ce718667e6409fc1a48bd5240894a6c73efafc2 Mon Sep 17 00:00:00 2001 From: David Billinghurst Date: Tue, 12 May 2009 11:55:20 +0000 Subject: [PATCH] default_format_1.f90: XFAIL on cygwin. 2009-05-12 David Billinghurst * gfortran.dg/default_format_1.f90: XFAIL on cygwin. From-SVN: r147430 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gfortran.dg/default_format_1.f90 | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index fc377f7cefb..a14f6ff41d6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-05-12 David Billinghurst + + * gfortran.dg/default_format_1.f90: XFAIL on cygwin. + 2009-05-12 David Billinghurst * lib/target-supports.exp (check_profiling_available): Return diff --git a/gcc/testsuite/gfortran.dg/default_format_1.f90 b/gcc/testsuite/gfortran.dg/default_format_1.f90 index 1c6e71ebc71..75f08af0f8d 100644 --- a/gcc/testsuite/gfortran.dg/default_format_1.f90 +++ b/gcc/testsuite/gfortran.dg/default_format_1.f90 @@ -1,6 +1,7 @@ -! { dg-do run { xfail spu-*-* } } +! { dg-do run { xfail spu-*-* *-*-cygwin* } } ! Test XFAILed on Darwin because the system's printf() lacks -! proper support for denormals. +! proper support for denormals. XFAILed on cygwin as the result +! is off by one bit in some cases. ! ! This tests that the default formats for formatted I/O of reals are ! wide enough and have enough precision, by checking that values can