From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25504 invoked by alias); 7 Sep 2014 11:59:46 -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 25488 invoked by uid 89); 7 Sep 2014 11:59:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 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; Sun, 07 Sep 2014 11:59:43 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s87BxcTI027437 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Sun, 7 Sep 2014 07:59:39 -0400 Received: from host2.jankratochvil.net (ovpn-116-53.ams2.redhat.com [10.36.116.53]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s87BxYmr024083 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO); Sun, 7 Sep 2014 07:59:37 -0400 Date: Sun, 07 Sep 2014 11:59:00 -0000 From: Jan Kratochvil To: Doug Evans Cc: gdb-patches@sourceware.org, eliz@gnu.org Subject: Regression for gdb.base/default.exp [Re: [PATCH, doc RFA][PR 15276] Add $_caller_is, et. al.] Message-ID: <20140907115934.GA29000@host2.jankratochvil.net> References: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="GvXjxJ+pjyke8COw" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00169.txt.bz2 --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 452 On Sat, 06 Sep 2014 18:27:41 +0200, Doug Evans wrote: > Here is what I pushed. -PASS: gdb.base/default.exp: show convenience +FAIL: gdb.base/default.exp: show convenience ($_exception = not found) due to: commit faa42425cb1f5cd279fc8c91d0b75d37853a128a Author: Doug Evans Date: Sat Sep 6 09:15:44 2014 -0700 PR 15276: Add $_caller_is, $_caller_matches, $_any_caller_is, $_any_caller_matches Jan --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename=1 Content-length: 4166 (gdb) PASS: gdb.base/default.exp: show confirm python print ('test')^M test^M (gdb) python print (sys.version_info[0])^M 2^M (gdb) python print (sys.version_info[1])^M 7^M (gdb) show convenience^M +$_any_caller_matches = ^Mseen: $_any_caller_matches = ^M +extracted: $_any_caller_matches = + +$_any_caller_is = ^Mseen: $_any_caller_is = ^M +extracted: $_any_caller_is = + +$_caller_matches = ^Mseen: $_caller_matches = ^M +extracted: $_caller_matches = + +$_caller_is = ^Mseen: $_caller_is = ^M +extracted: $_caller_is = + $_regex = ^Mseen: $_regex = ^M extracted: $_regex = $_streq = ^Mseen: $_streq = ^M extracted: $_streq = $_strlen = ^Mseen: $_strlen = ^M extracted: $_strlen = $_memeq = ^Mseen: $_memeq = ^M extracted: $_memeq = $_thread = 0^Mseen: $_thread = 0^M extracted: $_thread = 0 $_siginfo = void^Mseen: $_siginfo = void^M extracted: $_siginfo = void $_isvoid = ^Mseen: $_isvoid = ^M extracted: $_isvoid = $_exception = ^Mseen: $_exception = ^M extracted: $_exception = $_probe_arg11 = ^Mseen: $_probe_arg11 = ^M extracted: $_probe_arg11 = $_probe_arg10 = ^Mseen: $_probe_arg10 = ^M extracted: $_probe_arg10 = $_probe_arg9 = ^Mseen: $_probe_arg9 = ^M extracted: $_probe_arg9 = $_probe_arg8 = ^Mseen: $_probe_arg8 = ^M extracted: $_probe_arg8 = $_probe_arg7 = ^Mseen: $_probe_arg7 = ^M extracted: $_probe_arg7 = $_probe_arg6 = ^Mseen: $_probe_arg6 = ^M extracted: $_probe_arg6 = $_probe_arg5 = ^Mseen: $_probe_arg5 = ^M extracted: $_probe_arg5 = $_probe_arg4 = ^Mseen: $_probe_arg4 = ^M extracted: $_probe_arg4 = $_probe_arg3 = ^Mseen: $_probe_arg3 = ^M extracted: $_probe_arg3 = $_probe_arg2 = ^Mseen: $_probe_arg2 = ^M extracted: $_probe_arg2 = $_probe_arg1 = ^Mseen: $_probe_arg1 = ^M extracted: $_probe_arg1 = $_probe_arg0 = ^Mseen: $_probe_arg0 = ^M extracted: $_probe_arg0 = $_probe_argc = ^Mseen: $_probe_argc = ^M extracted: $_probe_argc = $_sdata = void^Mseen: $_sdata = void^M extracted: $_sdata = void $_tlb = void^Mseen: $_tlb = void^M extracted: $_tlb = void -(gdb) PASS: gdb.base/default.exp: show convenience +(gdb) FAIL: gdb.base/default.exp: show convenience ($_exception = not found) --GvXjxJ+pjyke8COw--