From patchwork Fri Oct 9 15:12:20 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Thomas Schwinge X-Patchwork-Id: 528246 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 B910A140321 for ; Sat, 10 Oct 2015 02:12:46 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=Y0jpiJPQ; 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 :to:subject:in-reply-to:references:date:message-id:mime-version :content-type; q=dns; s=default; b=NabNSfT2yzxz6lpjlu7QFxdEE9hPF 2KFcJJtZJGJbEetnst3nq/spF/807iU1KaIWlrNtkCXGWHYZYqDUgtPbccmwhIw/ NBlahO1sMT4v5Yf//0k1Ztj17F47WGhcZj4RA6K8AWcAYUvT5h/mBmdTa3xcyZSV 0rpgT/k1LSoeAE= 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 :to:subject:in-reply-to:references:date:message-id:mime-version :content-type; s=default; bh=A8uOePXKDk1Omc0Z7utAtmnI3Jk=; b=Y0j piJPQfd+fgI1Dsw9UPBZuClmC3sEyxGOuRgnslgfcrtIbFCxIaITTALS4371AIIb pnFCqwecpAQmzggUItasRFhXaEFcHfNIxN7McyARDUWAAIC03oD85he8s5AF5iVR gA9fh+GnuVFiTVBpQCfNEkSeORuKjuc9Ebru2Xmc= Received: (qmail 112010 invoked by alias); 9 Oct 2015 15:12:39 -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 111431 invoked by uid 89); 9 Oct 2015 15:12:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, SPF_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: fencepost.gnu.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (208.118.235.10) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 09 Oct 2015 15:12:34 +0000 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39626) by fencepost.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ZkZLT-0002ju-Sz for gcc-patches@gnu.org; Fri, 09 Oct 2015 11:12:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZkZLP-0006d5-NF for gcc-patches@gnu.org; Fri, 09 Oct 2015 11:12:31 -0400 Received: from relay1.mentorg.com ([192.94.38.131]:34719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkZLP-0006d1-H0 for gcc-patches@gnu.org; Fri, 09 Oct 2015 11:12:27 -0400 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-01.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1ZkZLO-0004y9-Mc from Thomas_Schwinge@mentor.com ; Fri, 09 Oct 2015 08:12:27 -0700 Received: from feldtkeller.schwinge.homeip.net (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.3.224.2; Fri, 9 Oct 2015 16:12:25 +0100 From: Thomas Schwinge To: Jakub Jelinek , Subject: [libgomp/66518] Resolve XFAIL in libgomp.oacc-c-c++-common/lib-3.c In-Reply-To: <87380g1cwe.fsf@schwinge.name> References: <5593CBFE.8070609@mentor.com> <87380g1cwe.fsf@schwinge.name> User-Agent: Notmuch/0.9-125-g4686d11 (http://notmuchmail.org) Emacs/24.5.1 (i586-pc-linux-gnu) Date: Fri, 9 Oct 2015 17:12:20 +0200 Message-ID: <87k2qwm5yj.fsf@kepler.schwinge.homeip.net> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Windows NT kernel [generic] [fuzzy] X-Received-From: 192.94.38.131 Hi! On Wed, 22 Jul 2015 16:32:17 +0200, I wrote: > [...] in r226070, I committed the > following to gomp-4_0-branch: [...] OK for trunk? commit 8ba8b058417afc2e7979ef25fdb943ae4e8838dd Author: Thomas Schwinge Date: Fri Oct 9 13:20:52 2015 +0200 [libgomp/66518] Resolve XFAIL in libgomp.oacc-c-c++-common/lib-3.c libgomp/ PR libgomp/66518 * testsuite/libgomp.oacc-c-c++-common/lib-3.c: Resolve XFAIL. --- libgomp/testsuite/libgomp.oacc-c-c++-common/lib-3.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Grüße, Thomas diff --git libgomp/testsuite/libgomp.oacc-c-c++-common/lib-3.c libgomp/testsuite/libgomp.oacc-c-c++-common/lib-3.c index 7118797..f9a73397 100644 --- libgomp/testsuite/libgomp.oacc-c-c++-common/lib-3.c +++ libgomp/testsuite/libgomp.oacc-c-c++-common/lib-3.c @@ -1,4 +1,6 @@ -/* { dg-do run } */ +/* Expect an error message when shutting down a device different from the one + that has been initialized. */ +/* { dg-do run { target { ! openacc_host_selected } } } */ #include #include @@ -15,6 +17,5 @@ main (int argc, char **argv) } /* { dg-output "CheCKpOInT(\n|\r\n|\r).*" } */ -/* TODO: currently prints: "libgomp: no device found". */ -/* { dg-output "device \[0-9\]+\\\(\[0-9\]+\\\) is initialized" { xfail *-*-* } } */ +/* { dg-output "no device initialized" } */ /* { dg-shouldfail "" } */