From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id A1076385B52B for ; Tue, 28 May 2024 17:51:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A1076385B52B Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org A1076385B52B Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1716918675; cv=none; b=Es0bDx4pMozVblEpQp5FjcagRx95WbHPJMd1jggeQ4wA7mAADxSwOoaalXzZMmQGJ4kIDgaWrDDLtPlFoPpirCXK0vZb8Ee7DiBaiTh0K7atQZfY9BEVcdY5aWmQe1n2LVDXPz3kf7wJEvuhr1kCYH+5l0djH9WnGTN+1erzQt8= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1716918675; c=relaxed/simple; bh=d8TXSX/mEx6JXDJ5nDVo9c4AtEV6zP+clsVym9t6G50=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=jEkegv+pHtZgr9FHus5jYlP2fPp8RbIF8DaR9gTaxSw25BAPIQicfAJXSKVPjdOzleMPUEK9TSxPj9Niv58pUFeHPibnyB0lMDS6JITTcnXHfdsOqlu9OLPSPfiMuRq7x3ZdbvTpHHQ4JR+ir/FSxZ0Ah9SN2hxU7vHz/QG7FKs= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1716918673; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references; bh=vuZbnJRF8JP0IfGa/hDZjnhMWBT4ktR3+FhFZU2xtkk=; b=eZvlcP5nwhkcVuSR9zUQHMNbOankkNrHz6Nk5+2PF5gepNQUJ6c8Wg9NLn18gV6AarzojE rM/uj3rRJIogyTJ2wi9TybZCLOh7k7NdQoyIVmapiwSj5rYNq0Pg+F/yG7nURHMOrZ8L91 vCbdr/3XoBFVXVZ4vq7JIOOMY5lsiH4= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-615-EwIUAdqhNdiTASIzJq367A-1; Tue, 28 May 2024 13:51:09 -0400 X-MC-Unique: EwIUAdqhNdiTASIzJq367A-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 5CA85185A780; Tue, 28 May 2024 17:51:09 +0000 (UTC) Received: from tucnak.zalov.cz (unknown [10.45.224.7]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 10B97492BC6; Tue, 28 May 2024 17:51:08 +0000 (UTC) Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.17.1/8.17.1) with ESMTPS id 44SHp7gP3398268 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Tue, 28 May 2024 19:51:07 +0200 Received: (from jakub@localhost) by tucnak.zalov.cz (8.17.1/8.17.1/Submit) id 44SHp7U83398267; Tue, 28 May 2024 19:51:07 +0200 Date: Tue, 28 May 2024 19:51:07 +0200 From: Jakub Jelinek To: Tobias Burnus Cc: gcc-patches Subject: Re: [Patch] testsuite/*/gomp: Remove 'dg-prune-output "not supported yet"' Message-ID: Reply-To: Jakub Jelinek References: MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.9 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Tue, May 28, 2024 at 07:43:00PM +0200, Tobias Burnus wrote: > Improve test coverage by removing 'prune-output' given that the features are > implemented in the meanwhile. > > Comments, suggestions? Otherwise I will commit the patch as obvious. > > Tobias > testsuite/*/gomp: Remove 'dg-prune-output "not supported yet"' > > gcc/testsuite/ChangeLog: > > * c-c++-common/gomp/lastprivate-conditional-1.c: Remove > '{ dg-prune-output "not supported yet" }'. > * c-c++-common/gomp/requires-1.c: Likewise. > * c-c++-common/gomp/requires-2.c: Likewise. > * c-c++-common/gomp/reverse-offload-1.c: Likewise. > * g++.dg/gomp/requires-1.C: Likewise. > * gfortran.dg/gomp/requires-1.f90: Likewise. > * gfortran.dg/gomp/requires-2.f90: Likewise. > * gfortran.dg/gomp/requires-4.f90: Likewise. > * gfortran.dg/gomp/requires-5.f90: Likewise. > * gfortran.dg/gomp/requires-6.f90: Likewise. > * gfortran.dg/gomp/requires-7.f90: Likewise. LGTM. Jakub