diff options
author | David Billinghurst <billingd@gcc.gnu.org> | 2009-05-16 10:39:53 +0000 |
---|---|---|
committer | David Billinghurst <billingd@gcc.gnu.org> | 2009-05-16 10:39:53 +0000 |
commit | 29409321e04684c2de0f1191afff9a37b2509a70 (patch) | |
tree | 38c63435f61b728c389514b77f6235989a2a77e8 /gcc | |
parent | 5c645750962f287f0911c3a78a7b1678971e8f06 (diff) | |
download | gcc-29409321e04684c2de0f1191afff9a37b2509a70.zip gcc-29409321e04684c2de0f1191afff9a37b2509a70.tar.gz gcc-29409321e04684c2de0f1191afff9a37b2509a70.tar.bz2 |
default_format_denormal_1.f90: XFAIL on cygwin.
2009-05-16 David Billinghurst <billingd@gcc.gnu.org>
* gfortran.dg/default_format_denormal_1.f90: XFAIL on cygwin.
* gfortran.dg/default_format_1.f90: Revert change of 2009-05-12
Correct accidental commit of wrong file.
From-SVN: r147610
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/default_format_1.f90 | 5 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/default_format_denormal_1.f90 | 2 |
3 files changed, 8 insertions, 4 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b82f472..b0c5866 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2009-05-16 David Billinghurst <billingd@gcc.gnu.org> + + * gfortran.dg/default_format_denormal_1.f90: XFAIL on cygwin. + * gfortran.dg/default_format_1.f90: Revert change of 2009-05-12 + 2009-05-15 Ian Lance Taylor <iant@google.com> * gcc.dg/Wcxx-compat-10.c: New testcase. diff --git a/gcc/testsuite/gfortran.dg/default_format_1.f90 b/gcc/testsuite/gfortran.dg/default_format_1.f90 index 75f08af..e374f1b 100644 --- a/gcc/testsuite/gfortran.dg/default_format_1.f90 +++ b/gcc/testsuite/gfortran.dg/default_format_1.f90 @@ -1,7 +1,6 @@ -! { dg-do run { xfail spu-*-* *-*-cygwin* } } +! { dg-do run { xfail spu-*-* } } ! Test XFAILed on Darwin because the system's printf() lacks -! proper support for denormals. XFAILed on cygwin as the result -! is off by one bit in some cases. +! 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 diff --git a/gcc/testsuite/gfortran.dg/default_format_denormal_1.f90 b/gcc/testsuite/gfortran.dg/default_format_denormal_1.f90 index adecd50..debc113 100644 --- a/gcc/testsuite/gfortran.dg/default_format_denormal_1.f90 +++ b/gcc/testsuite/gfortran.dg/default_format_denormal_1.f90 @@ -1,4 +1,4 @@ -! { dg-do run { xfail alpha*-*-* *-*-darwin[89]* *-*-freebsd* *-*-mingw* spu-*-* } } +! { dg-do run { xfail alpha*-*-* *-*-darwin[89]* *-*-freebsd* *-*-mingw* *-*-cygwin* spu-*-* } } ! Test XFAILed on these platforms because the system's printf() lacks ! proper support for denormals. ! |