From patchwork Wed Jun 9 17:54:06 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rainer Orth X-Patchwork-Id: 55115 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 1B5B01007D2 for ; Thu, 10 Jun 2010 03:54:25 +1000 (EST) Received: (qmail 31503 invoked by alias); 9 Jun 2010 17:54:24 -0000 Received: (qmail 31492 invoked by uid 22791); 9 Jun 2010 17:54:23 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL, BAYES_00, TW_CX, T_RP_MATCHES_RCVD 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; Wed, 09 Jun 2010 17:54:14 +0000 Received: from localhost (localhost.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 12B7C935 for ; Wed, 9 Jun 2010 19:54:09 +0200 (CEST) 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 5jaX6ls4TVPD for ; Wed, 9 Jun 2010 19:54:07 +0200 (CEST) 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 29B76934 for ; Wed, 9 Jun 2010 19:54:07 +0200 (CEST) Received: (from ro@localhost) by manam.CeBiTec.Uni-Bielefeld.DE (8.14.3+Sun/8.14.3/Submit) id o59Hs6Oa005570; Wed, 9 Jun 2010 19:54:06 +0200 (MEST) From: Rainer Orth To: gcc-patches@gcc.gnu.org Subject: [testsuite] Remove several XPASSes on Solaris 2 Date: Wed, 09 Jun 2010 19:54:06 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (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 The following patch removes some XPASSes on Solaris 2: i386-pc-solaris2*: XPASS: g++.old-deja/g++.oliva/dwarf2.C (test for excess errors) XPASS: g++.old-deja/g++.oliva/dwarf3.C (test for excess errors) They are present from Solaris 8 to 11 on x86, since the 4.4 branch up to trunk, so I'm removing the XFAIL. *-*-solaris2*: XPASS: g++.old-deja/g++.other/init19.C execution test Again, present from 4.4 branch to mainline, Solaris 8 to 11, both SPARC and x86. Installed mainline, 4.4 and 4.5 branches. Rainer diff -r 2b5c4cb5e70d gcc/testsuite/g++.old-deja/g++.oliva/dwarf2.C --- a/gcc/testsuite/g++.old-deja/g++.oliva/dwarf2.C Sat May 01 23:38:49 2010 +0200 +++ b/gcc/testsuite/g++.old-deja/g++.oliva/dwarf2.C Sun May 02 11:09:45 2010 +0200 @@ -1,5 +1,4 @@ // { dg-do assemble } -// { dg-xfail-if "" { i386-pc-solaris* } { "*" } { "" } } // Copyright (C) 1999 Free Software Foundation diff -r 2b5c4cb5e70d gcc/testsuite/g++.old-deja/g++.oliva/dwarf3.C --- a/gcc/testsuite/g++.old-deja/g++.oliva/dwarf3.C Sat May 01 23:38:49 2010 +0200 +++ b/gcc/testsuite/g++.old-deja/g++.oliva/dwarf3.C Sun May 02 11:09:45 2010 +0200 @@ -1,5 +1,4 @@ // { dg-do assemble } -// { dg-xfail-if "" { i386-pc-solaris* } { "*" } { "" } } // Copyright (C) 1999 Free Software Foundation diff -r 2b5c4cb5e70d gcc/testsuite/g++.old-deja/g++.other/init19.C --- a/gcc/testsuite/g++.old-deja/g++.other/init19.C Sat May 01 23:38:49 2010 +0200 +++ b/gcc/testsuite/g++.old-deja/g++.other/init19.C Sun May 02 11:09:45 2010 +0200 @@ -1,4 +1,4 @@ -// { dg-do run { xfail { ! cxa_atexit } } } +// { dg-do run { xfail { { ! cxa_atexit } && { ! *-*-solaris2* } } } } #include #define assert(x) do { if (! (x)) abort(); } while (0)