From patchwork Mon Jan 16 17:14:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rainer Orth X-Patchwork-Id: 136323 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]) by ozlabs.org (Postfix) with SMTP id 20EF41007D2 for ; Tue, 17 Jan 2012 04:14:59 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1327338900; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:Received:From:To:Cc:Subject:Date:Message-ID:User-Agent: MIME-Version:Content-Type:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=KNNB6DTedXpO8yMgo9e2QfzYz4c=; b=kdwiUf0Fpew9aew KVFKicC56N/Er6ClUASGHJsS9Q9J0q+dE+Z/2wpfwweFjT4mDqFBnWhv/z1hWVod w2Sn83s6OtW9asi8xx5pOf8dQdTZObTSvEeV3s2SWFZOowTcdmrncP8K7wBKF70D eQO5rqR8RFoC9X/QuJcgfEjUQFEw= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:Received:Received:From:To:Cc:Subject:Date:Message-ID:User-Agent:MIME-Version:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=aK9LoDwhL3w8JbVkGkdmAzU+8S8U3mmR5lbKBSM4KDANDrHBPVEvB2iLV96MiR U2JHFKq+d1kzoqNY1zRicoBM6EZNGXug8hIO/h9cAXZXK7LKWartFHCzZ7XAPohN tYRxsuWIHoeI+erecTZjMA2dXpOX4uCKjVFAqto9Edxsc=; Received: (qmail 6783 invoked by alias); 16 Jan 2012 17:14:56 -0000 Received: (qmail 6769 invoked by uid 22791); 16 Jan 2012 17:14:55 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD, T_TVD_MIME_NO_HEADERS X-Spam-Check-By: sourceware.org Received: from snape.CeBiTec.Uni-Bielefeld.DE (HELO smtp-relay.CeBiTec.Uni-Bielefeld.DE) (129.70.160.84) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 16 Jan 2012 17:14:43 +0000 Received: from localhost (localhost.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 3D432190; Mon, 16 Jan 2012 18:14:42 +0100 (CET) Received: from smtp-relay.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (malfoy.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) (amavisd-new, port 10024) with LMTP id klPG-XSRZD18; Mon, 16 Jan 2012 18:14:40 +0100 (CET) Received: from manam.CeBiTec.Uni-Bielefeld.DE (manam.CeBiTec.Uni-Bielefeld.DE [129.70.161.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPS id C629918F; Mon, 16 Jan 2012 18:14:40 +0100 (CET) Received: (from ro@localhost) by manam.CeBiTec.Uni-Bielefeld.DE (8.14.5+Sun/8.14.5/Submit) id q0GHEe0A012854; Mon, 16 Jan 2012 18:14:40 +0100 (MET) From: Rainer Orth To: gcc-patches@gcc.gnu.org Cc: Aldy Hernandez Subject: [libitm] Skip static_ctor.C test (PR libitm/51173) Date: Mon, 16 Jan 2012 18:14:40 +0100 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (usg-unix-v) MIME-Version: 1.0 X-IsSubscribed: yes 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 As suggested in the PR, it would be better to just skip the test to avoid noise in mail-report.log: WARNING: libitm.c++/static_ctor.C compilation failed to produce executable The following patch does just that, and simplifies the dg-skip-if on the way. Bootstrapped without regressions on i386-pc-solaris2.11. Ok for mainline? Rainer 2012-01-15 Rainer Orth PR libitm/51173 * testsuite/libitm.c++/static_ctor.C: Skip test, note PR, remove include, exclude options. # HG changeset patch # Parent c013b883e9b76d625eab175a405af3115e16708c Skip static_ctor.C test (PR libitm/???) diff --git a/libitm/testsuite/libitm.c++/static_ctor.C b/libitm/testsuite/libitm.c++/static_ctor.C --- a/libitm/testsuite/libitm.c++/static_ctor.C +++ b/libitm/testsuite/libitm.c++/static_ctor.C @@ -1,6 +1,6 @@ /* { dg-do run } */ /* { dg-options "-pthread" } */ -/* { dg-xfail-if "" { *-*-* } { "*" } { "" } } */ +/* { dg-skip-if "PR libitm/51822" { *-*-* } } */ /* Tests static constructors inside of transactional code. */ #include