From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15970 invoked by alias); 14 Oct 2013 10:57:12 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 15960 invoked by uid 89); 14 Oct 2013 10:57:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS,UNPARSEABLE_RELAY autolearn=ham version=3.3.2 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, 14 Oct 2013 10:57:09 +0000 Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r9EAv5mv025236 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 14 Oct 2013 10:57:06 GMT Received: from userz7021.oracle.com (userz7021.oracle.com [156.151.31.85]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r9EAv1nh009617 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 14 Oct 2013 10:57:03 GMT Received: from abhmt115.oracle.com (abhmt115.oracle.com [141.146.116.67]) by userz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r9EAv1p0014347; Mon, 14 Oct 2013 10:57:01 GMT Received: from termi.oracle.com (/10.175.3.195) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 14 Oct 2013 03:57:00 -0700 From: jose.marchesi@oracle.com (Jose E. Marchesi) To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] testsuite: skip morestack.exp in sparc targets References: <87d2nebocs.fsf@oracle.com> <87siw96kr3.fsf@fleche.redhat.com> Date: Mon, 14 Oct 2013 10:57:00 -0000 In-Reply-To: <87siw96kr3.fsf@fleche.redhat.com> (Tom Tromey's message of "Thu, 10 Oct 2013 12:31:12 -0600") Message-ID: <87mwmcf79r.fsf@oracle.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00430.txt.bz2 Jose> 2013-10-09 Jose E. Marchesi Jose> * gdb.base/morestack.exp: Skip test in sparc targets, where Jose> -fsplit-stack is not supported. What is the current failure mode? It is actually "untested". I wrongly thought it was counting as a failed test. At this point I think that the current behavior is good enough. Sorry for the noise!