default_format_denormal_2.f90: Remove XFAIL for FreeBSD.

2010-04-25  Steven G. Kargl  <kargl@gcc.gnu.org>

   * gfortran.dg/default_format_denormal_2.f90: Remove XFAIL for FreeBSD.
   * gfortran.dg/default_format_denormal_1.f90: ditto
   * gfortran.dg/default_format_2.f90: ditto

From-SVN: r158709
This commit is contained in:
Steven G. Kargl 2010-04-25 21:45:21 +00:00
parent 211b04406b
commit d64ad42ba4
4 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2010-04-25 Steven G. Kargl <kargl@gcc.gnu.org>
* gfortran.dg/default_format_denormal_2.f90: Remove XFAIL for FreeBSD.
* gfortran.dg/default_format_denormal_1.f90: ditto
* gfortran.dg/default_format_2.f90: ditto
2010-04-25 Steven G. Kargl <kargl@gcc.gnu.org>
*gfortran.dg/pr43505.f90: Clean up .mod file.

View file

@ -1,5 +1,5 @@
! { dg-require-effective-target fortran_large_real }
! { dg-do run { xfail powerpc*-apple-darwin* *-*-freebsd* powerpc*-*-linux* } }
! { dg-do run { xfail powerpc*-apple-darwin* powerpc*-*-linux* } }
! Test XFAILed on these platforms because the system's printf() lacks
! proper support for denormalized long doubles. See PR24685
!

View file

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

View file

@ -1,5 +1,5 @@
! { dg-require-effective-target fortran_large_real }
! { dg-do run { xfail powerpc*-apple-darwin* *-*-freebsd* powerpc*-*-linux* } }
! { dg-do run { xfail powerpc*-apple-darwin* powerpc*-*-linux* } }
! Test XFAILed on these platforms because the system's printf() lacks
! proper support for denormalized long doubles. See PR24685
!