From patchwork Wed Sep 16 17:33:48 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Kargl X-Patchwork-Id: 518524 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id A32641413C8 for ; Thu, 17 Sep 2015 03:33:59 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=Wv2rituC; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=rrVTOtNxGCPZxShFdWkn5n64Zrr6Dp2Lun2mEAXqZ9GjkFfVhmWE8 E5z6P2QPY8wyp0QDi+IHYHRJAYLsTLfQRcV1zcaZQ+bjw33stQocaRiPU+RZKkka E2v0sCMcEz9/9SMEGjg8Kx+xG2ScAdePOHZI5wlZJUA99L36gc0mmo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=61quGnq3dqi8LjmZAiFeYu18gH4=; b=Wv2rituCO80NCM/aCG/q Cc8WVbcCFyUpnwLM3dgaQqANSZ+jnNCWAzYIqcKZJtLN/RFKtlpzbjgvLMhk06pU /XBZomL04Kwerm+3Z6LB9R8lxwq0ihj/GgMojXe4LZFBx49dtTjj1zgvWT6U5DmR 15ImpUFLSM+M9QwvHua9WwQ= Received: (qmail 8919 invoked by alias); 16 Sep 2015 17:33:52 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 8878 invoked by uid 89); 16 Sep 2015 17:33:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL, BAYES_00, KAM_ASCII_DIVIDERS, KAM_LAZY_DOMAIN_SECURITY, T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: troutmask.apl.washington.edu Received: from troutmask.apl.washington.edu (HELO troutmask.apl.washington.edu) (128.95.76.21) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 16 Sep 2015 17:33:51 +0000 Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id t8GHXmMv023234 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 16 Sep 2015 10:33:49 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id t8GHXma7023233; Wed, 16 Sep 2015 10:33:48 -0700 (PDT) (envelope-from sgk) Date: Wed, 16 Sep 2015 10:33:48 -0700 From: Steve Kargl To: fortran@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [PATCH,committed] XFAIL read_dir.f90 on DragonflyBSD Message-ID: <20150916173348.GA23214@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) 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 + + * gfortran.dg/read_dir.f90: XFAIL this testcase on DragonFly. + 2015-09-16 Richard Biener 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