From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4944 invoked by alias); 23 Apr 2015 16:25:04 -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 4935 invoked by uid 89); 23 Apr 2015 16:25:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: usevmg21.ericsson.net Received: from usevmg21.ericsson.net (HELO usevmg21.ericsson.net) (198.24.6.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 23 Apr 2015 16:25:02 +0000 Received: from EUSAAHC007.ericsson.se (Unknown_Domain [147.117.188.93]) by usevmg21.ericsson.net (Symantec Mail Security) with SMTP id 1D.26.17241.D69B8355; Thu, 23 Apr 2015 11:20:45 +0200 (CEST) Received: from [142.133.110.95] (147.117.188.8) by smtp-am.internal.ericsson.com (147.117.188.95) with Microsoft SMTP Server id 14.3.210.2; Thu, 23 Apr 2015 12:25:00 -0400 Message-ID: <55391CDB.7000903@ericsson.com> Date: Thu, 23 Apr 2015 16:25:00 -0000 From: Antoine Tremblay User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Pedro Alves , Subject: Re: [PATCH 08/24] Make gdb.base/sizeof.exp use gdb_test_stdio References: <1429639711-16459-1-git-send-email-palves@redhat.com> <1429639711-16459-9-git-send-email-palves@redhat.com> <5539116D.9070905@ericsson.com> <553911DD.8060607@ericsson.com> <55391497.9090504@redhat.com> <553917F8.1040909@redhat.com> In-Reply-To: <553917F8.1040909@redhat.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00900.txt.bz2 On 04/23/2015 12:04 PM, Pedro Alves wrote: > On 04/23/2015 04:49 PM, Pedro Alves wrote: >> On 04/23/2015 04:38 PM, Antoine Tremblay wrote: >> >>>> It's not part of the patch but should we replace : >>>> >>>> # Test depends on printf, which the sparclet stub doesn't support. >>>> if { [istarget "sparclet-*-*"] } { >>>> return 0 >>>> } >>>> >>>> With :if [target_info exists gdb,noinferiorio] { ? >>>> >> >> Yes, though... > > TBC, the tests in question already check gdb_skip_stdio_test, > so adding a gdb,noinferiorio check would not be necessary. > Indeed, the whole test doesn't always need to be skipped.. Thanks! Antoine