[fortran,testsuite,committed] Skip the STAT testcases on mingw

FX fxcoudert@gmail.com
Sun May 18 17:56:00 GMT 2008


Committed after confirmation by NightStrike that it does show these  
testcases as UNSUPPORTED on mingw (while they were FAILing before).

FX



2008-05-18  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>

         * gfortran.dg/stat_1.f90: Skip on mingw.
         * gfortran.dg/stat_2.f90: Skip on mingw.


Index: gfortran.dg/stat_1.f90
===================================================================
--- gfortran.dg/stat_1.f90      (revision 135505)
+++ gfortran.dg/stat_1.f90      (working copy)
@@ -1,4 +1,5 @@
  ! { dg-do run { target fd_truncate } }
+! { dg-skip-if "" { *-*-mingw* } { "*" } { "" } }
  ! { dg-options "-std=gnu" }
    character(len=*), parameter :: f = "testfile"
    integer :: s1(13), r1, s2(13), r2, s3(13), r3
Index: gfortran.dg/stat_2.f90
===================================================================
--- gfortran.dg/stat_2.f90      (revision 135505)
+++ gfortran.dg/stat_2.f90      (working copy)
@@ -1,4 +1,5 @@
  ! { dg-do run { target fd_truncate } }
+! { dg-skip-if "" { *-*-mingw* } { "*" } { "" } }
  ! { dg-options "-std=gnu" }
    character(len=*), parameter :: f = "testfile"
    integer :: s1(13), r1, s2(13), r2, s3(13), r3


-- 
François-Xavier Coudert
http://www.homepages.ucl.ac.uk/~uccafco/



More information about the Fortran mailing list