From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12398 invoked by alias); 10 Feb 2014 16:05:54 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 12381 invoked by uid 89); 10 Feb 2014 16:05:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: aserp1040.oracle.com Received: from aserp1040.oracle.com (HELO aserp1040.oracle.com) (141.146.126.69) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 10 Feb 2014 16:05:53 +0000 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s1AG5l27007283 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 10 Feb 2014 16:05:48 GMT Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s1AG5kpc021931 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 10 Feb 2014 16:05:47 GMT Received: from abhmp0018.oracle.com (abhmp0018.oracle.com [141.146.116.24]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s1AG5k5E021926; Mon, 10 Feb 2014 16:05:46 GMT Received: from [192.168.1.4] (/79.36.30.143) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 10 Feb 2014 08:05:46 -0800 Message-ID: <52F8F8D8.6030906@oracle.com> Date: Mon, 10 Feb 2014 16:05:00 -0000 From: Paolo Carlini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Rainer Orth , gcc-patches@gcc.gnu.org CC: libstdc++@gcc.gnu.org Subject: Re: [v3] Don't xfail 22_locale/num_put/put/char/14220.cc etc. on Solaris 9/x86 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-02/txt/msg00603.txt.bz2 Hi, On 02/10/2014 04:59 PM, Rainer Orth wrote: > Two libstdc++ testcases have been XPASSing on Solaris 9/x86 since > ca. 20130522: > > XPASS: 22_locale/num_put/put/char/14220.cc execution test > XPASS: 22_locale/num_put/put/wchar_t/14220.cc execution test > > Therefore I'd like to remove the xfails since the issue documented there > doesn't seem to trigger anymore. > > Bootstrapped without regressions on i386-pc-solaris2.{9, 10, 11}. Ok > for mainline? Yes, thanks. Paolo.