Commit 8ce71866 by David Billinghurst

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
parent fbdf817d
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.
......
! { 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
......
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