Commit 29409321 by David Billinghurst

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
parent 5c645750
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> 2009-05-15 Ian Lance Taylor <iant@google.com>
* gcc.dg/Wcxx-compat-10.c: New testcase. * gcc.dg/Wcxx-compat-10.c: New testcase.
......
! { dg-do run { xfail spu-*-* *-*-cygwin* } } ! { dg-do run { xfail spu-*-* } }
! Test XFAILed on Darwin because the system's printf() lacks ! Test XFAILed on Darwin because the system's printf() lacks
! proper support for denormals. XFAILed on cygwin as the result ! proper support for denormals.
! is off by one bit in some cases.
! !
! This tests that the default formats for formatted I/O of reals are ! This tests that the default formats for formatted I/O of reals are
! wide enough and have enough precision, by checking that values can ! wide enough and have enough precision, by checking that values can
......
! { 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 ! Test XFAILed on these platforms because the system's printf() lacks
! proper support for denormals. ! proper support for denormals.
! !
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment