From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31651 invoked by alias); 7 Apr 2016 18:30:40 -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 31634 invoked by uid 89); 7 Apr 2016 18:30:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1433 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 07 Apr 2016 18:30:38 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A9867ED247 for ; Thu, 7 Apr 2016 18:30:37 +0000 (UTC) Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u37IUaCG002522; Thu, 7 Apr 2016 14:30:36 -0400 Subject: Re: [testsuite patch] Fix false FAILs with .bashrc GDBHISTFILE=... To: Jan Kratochvil , gdb-patches@sourceware.org References: <20160407162728.GA1979@host1.jankratochvil.net> From: Pedro Alves Message-ID: <5706A74C.2090307@redhat.com> Date: Thu, 07 Apr 2016 18:30:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <20160407162728.GA1979@host1.jankratochvil.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-04/txt/msg00164.txt.bz2 On 04/07/2016 05:27 PM, Jan Kratochvil wrote: > Hi, > > $ GDBHISTFILE=/tmp/gdbhistfile runtest gdb.base/gdbhistsize-history.exp gdb.base/gdbinit-history.exp > Running ./gdb.base/gdbinit-history.exp ... > FAIL: gdb.base/gdbinit-history.exp: home=gdbinit-history/unlimited gdbhistsize=1000: show commands > FAIL: gdb.base/gdbinit-history.exp: home=gdbinit-history/unlimited gdbhistsize=foo: show commands > Running ./gdb.base/gdbhistsize-history.exp ... > FAIL: gdb.base/gdbhistsize-history.exp: histsize=: show commands > FAIL: gdb.base/gdbhistsize-history.exp: histsize=20: show commands > FAIL: gdb.base/gdbhistsize-history.exp: histsize= 20 : show commands > FAIL: gdb.base/gdbhistsize-history.exp: histsize=-5: show commands > FAIL: gdb.base/gdbhistsize-history.exp: histsize=not_an_integer: show commands > FAIL: gdb.base/gdbhistsize-history.exp: histsize=10zab: show commands > FAIL: gdb.base/gdbhistsize-history.exp: histsize=-5ab: show commands > FAIL: gdb.base/gdbhistsize-history.exp: histsize=99999999999999999999999999999999999: show commands > FAIL: gdb.base/gdbhistsize-history.exp: histsize=50: show commands > > This happens in my setup due to my: > $ grep GDB ~/.bashrc > export GDBHISTFILE="$HOME/.gdb_history" > > Maybe it is a testsuite regression gdb 7.10->7.11 but I have not checked that > more. > > OK for check-in? OK. Thanks, Pedro Alves