default_format_denormal_1.f90: XFAIL on darwin8 and darwin9 subversions.

2008-11-24  Jack Howarth  <howarth@bromo.med.uc.edu>

	* gfortran.dg/default_format_denormal_1.f90: XFAIL on darwin8
	and darwin9 subversions.

From-SVN: r142162
This commit is contained in:
Jack Howarth 2008-11-24 18:00:50 +00:00 committed by Janis Johnson
parent 5ad2f1a5f2
commit 968b910556
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-11-24 Jack Howarth <howarth@bromo.med.uc.edu>
* gfortran.dg/default_format_denormal_1.f90: XFAIL on darwin8
and darwin9 subversions.
2008-11-24 Maxim Kuvyrkov <maxim@codesourcery.com>
PR target/35018

View File

@ -1,4 +1,4 @@
! { dg-do run { xfail *-*-darwin[1-9] *-*-freebsd* *-*-mingw* } }
! { dg-do run { xfail *-*-darwin[89] *-*-freebsd* *-*-mingw* } }
! Test XFAILed on these platforms because the system's printf() lacks
! proper support for denormals.
!