* gfortran.dg/dev_null.f90: Run test only on linux and solaris.
From-SVN: r101379
This commit is contained in:
parent
0a0a8cf7f5
commit
8234b3bdf8
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-06-28 Francois-Xavier Coudert <coudert@clipper.ens.fr>
|
||||
|
||||
* gfortran.dg/dev_null.f90: Run test only on linux and solaris.
|
||||
|
||||
2005-06-28 Francois-Xavier Coudert <coudert@clipper.ens.fr>
|
||||
|
||||
PR libfortran/22170
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
! { dg-do run }
|
||||
! { dg-do run { target *-*-linux* *-*-solaris* } }
|
||||
! This test currently only runs on systems where using ftruncate on
|
||||
! /dev/null fails (errno set to EINVAL). See PR 21593 for details.
|
||||
!
|
||||
! pr19478 read from /dev/null
|
||||
! Thomas.Koenig@online.de
|
||||
character*20 foo
|
||||
|
|
Loading…
Add table
Reference in a new issue