This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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,committed] XFAIL read_dir.f90 on DragonflyBSD


I've committed the following patch.

Index: gcc/testsuite/ChangeLog
===================================================================
--- gcc/testsuite/ChangeLog	(revision 227831)
+++ gcc/testsuite/ChangeLog	(working copy)
@@ -1,3 +1,7 @@
+2015-09-16  John Marino  <gnugcc@marino.st>
+
+	* gfortran.dg/read_dir.f90: XFAIL this testcase on DragonFly.
+
 2015-09-16  Richard Biener  <rguenther@suse.de>
 
 	PR middle-end/67253
Index: gcc/testsuite/gfortran.dg/read_dir.f90
===================================================================
--- gcc/testsuite/gfortran.dg/read_dir.f90	(revision 227831)
+++ gcc/testsuite/gfortran.dg/read_dir.f90	(working copy)
@@ -1,4 +1,4 @@
-! { dg-do run { xfail *-*-freebsd* } }
+! { dg-do run { xfail *-*-freebsd* *-*-dragonfly* } }
 ! PR67367
 program bug
    implicit none

-- 
Steve


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