This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch testsuite]: Set bessel_7.f90 for mingw targets to xfail


Hello,

As msvcrt's implementation of bessel-functions have a different
behavior in corner-cases then glibc's implementation, the test is for
now better to set to xfail.

ChangeLog

2010-10-18  Kai Tietz

          * gfortran.dg/bessel_7.f90: Set xfail for mingw targets.

Ok for apply?

Regards,
Kai

-- 
|? (\_/) This is Bunny. Copy and paste
| (='.'=) Bunny into your signature to help
| (")_(") him gain world domination

Index: bessel_7.f90
===================================================================
--- bessel_7.f90        (revision 165609)
+++ bessel_7.f90        (working copy)
@@ -1,8 +1,11 @@
-! { dg-do run }
+! { dg-do run { xfail *-*-mingw* } }
 !
 ! PR fortran/36158
 ! PR fortran/33197
 !
+! For mingw targets this test is disabled as the MS implementation
+! of Bessel has different results.
+!
 ! Run-time tests for transformations BESSEL_YN
 !
 implicit none


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]