From patchwork Sun Feb 14 16:34:57 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John David Anglin X-Patchwork-Id: 582505 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 70B75140321 for ; Mon, 15 Feb 2016 03:35:20 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=wVqTi9/u; 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:from :content-type:date:subject:to:message-id:mime-version; q=dns; s= default; b=d+CkoWRKmkMQvdkBER4vZoBYBSv08GcGHbCDcAhPh2UMvlFz+eJ1l XQbdSLe+tNtNKqVd7bY8Fl2PmT0DNKfyrO3khbpoxuBUaQSh/R9jas52R8ciQt0r 2y3zHC6QC59ZruVgamR4tqgj0aMFqHAEAbJxRu0+7iLRRdRNX4AMho= 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:from :content-type:date:subject:to:message-id:mime-version; s= default; bh=MNx5XVUtl4j08lFsvk/bgQ/gsDQ=; b=wVqTi9/uXwbITydNOX46 /8JMkcYdI8+HJSHjF2+h4Kxgj0pJT4CifpUgmeTAHXl4et67taQsik2bY5A84h+3 BFEFj8nUzZrCRnYVLZ90OviR/jBiCAnejtMWzc9w6A6YTbAIMT1SMktSekoqLYoF u7A9VosPOrA7wlwTJCVqYE4= Received: (qmail 98427 invoked by alias); 14 Feb 2016 16:35:07 -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 98218 invoked by uid 89); 14 Feb 2016 16:35:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS, UNPARSEABLE_RELAY autolearn=ham version=3.3.2 spammy= X-HELO: torfep01.bell.net Received: from simcoe207srvr.owm.bell.net (HELO torfep01.bell.net) (184.150.200.207) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 14 Feb 2016 16:35:02 +0000 Received: from bell.net torfep01 184.150.200.158 by torfep01.bell.net with ESMTP id <20160214163459.ZGCD22640.torfep01.bell.net@torspm01.bell.net> for ; Sun, 14 Feb 2016 11:34:59 -0500 Received: from [192.168.2.10] (really [70.53.62.195]) by torspm01.bell.net with ESMTP id <20160214163459.EUB24553.torspm01.bell.net@[192.168.2.10]>; Sun, 14 Feb 2016 11:34:59 -0500 From: John David Anglin Date: Sun, 14 Feb 2016 11:34:57 -0500 Subject: [committed] Xfail gfortran.dg/read_dir.f90 on hppa*-*-hpux* To: GCC Patches Message-Id: Mime-Version: 1.0 (Apple Message framework v1085) X-Opwv-CommTouchExtSvcRefID: str=0001.0A020204.56C0ACB3.00B8, ss=1, re=0.000, fgs=0 The "call system" call doesn't work on hppa-hpux, so xfailing. Dave --- John David Anglin dave.anglin@bell.net 2016-02-14 John David Anglin PR fortran/68746 * gfortran.dg/read_dir.f90: Xfail on hppa*-*-hpux*. Index: gfortran.dg/read_dir.f90 =================================================================== --- gfortran.dg/read_dir.f90 (revision 233398) +++ gfortran.dg/read_dir.f90 (working copy) @@ -1,4 +1,4 @@ -! { dg-do run { xfail *-*-freebsd* *-*-dragonfly* powerpc-ibm-aix* } } +! { dg-do run { xfail *-*-freebsd* *-*-dragonfly* hppa*-*-hpux* powerpc-ibm-aix* } } ! PR67367 program bug implicit none