From: Francois-Xavier Coudert Date: Tue, 28 Jun 2005 12:51:09 +0000 (+0200) Subject: * gfortran.dg/dev_null.f90: Run test only on linux and solaris. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8234b3bdf8257852544dcc24812532d2ebf00df5;p=gcc.git * gfortran.dg/dev_null.f90: Run test only on linux and solaris. From-SVN: r101379 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f100e45c8fa..39a5c27821d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-06-28 Francois-Xavier Coudert + + * gfortran.dg/dev_null.f90: Run test only on linux and solaris. + 2005-06-28 Francois-Xavier Coudert PR libfortran/22170 diff --git a/gcc/testsuite/gfortran.dg/dev_null.f90 b/gcc/testsuite/gfortran.dg/dev_null.f90 index edf93dbd1fc..f9703bc44aa 100644 --- a/gcc/testsuite/gfortran.dg/dev_null.f90 +++ b/gcc/testsuite/gfortran.dg/dev_null.f90 @@ -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