diff options
author | David Billinghurst <billingd@gcc.gnu.org> | 2009-05-12 11:55:20 +0000 |
---|---|---|
committer | David Billinghurst <billingd@gcc.gnu.org> | 2009-05-12 11:55:20 +0000 |
commit | 8ce718667e6409fc1a48bd5240894a6c73efafc2 (patch) | |
tree | a71606dfaaaed9237d69e56fa4df1cd6ca7ed25d | |
parent | fbdf817d6bfa399f6e6c87b4e097f2081233121d (diff) | |
download | gcc-8ce718667e6409fc1a48bd5240894a6c73efafc2.zip gcc-8ce718667e6409fc1a48bd5240894a6c73efafc2.tar.gz gcc-8ce718667e6409fc1a48bd5240894a6c73efafc2.tar.bz2 |
default_format_1.f90: XFAIL on cygwin.
2009-05-12 David Billinghurst <billingd@gcc.gnu.org>
* gfortran.dg/default_format_1.f90: XFAIL on cygwin.
From-SVN: r147430
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | 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 fc377f7..a14f6ff 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2009-05-12 David Billinghurst <billingd@gcc.gnu.org> + * gfortran.dg/default_format_1.f90: XFAIL on cygwin. + +2009-05-12 David Billinghurst <billingd@gcc.gnu.org> + * lib/target-supports.exp (check_profiling_available): Return false for -p on *-*-cygwin* targets. diff --git a/gcc/testsuite/gfortran.dg/default_format_1.f90 b/gcc/testsuite/gfortran.dg/default_format_1.f90 index 1c6e71e..75f08af 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 |