OSDN Git Service

2009-05-16 David Billinghurst <billingd@gcc.gnu.org>
authorbillingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 May 2009 10:39:53 +0000 (10:39 +0000)
committerbillingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 May 2009 10:39:53 +0000 (10:39 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147610 138bc75d-0d04-0410-961f-82ee72b054a4

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

index b82f472..b0c5866 100644 (file)
@@ -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.
index 75f08af..e374f1b 100644 (file)
@@ -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
index adecd50..debc113 100644 (file)
@@ -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.
 !