From patchwork Tue Sep 9 06:03:48 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Doug Evans X-Patchwork-Id: 2701 Received: (qmail 7608 invoked by alias); 9 Sep 2014 06:04:34 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 7599 invoked by uid 89); 9 Sep 2014 06:04:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f172.google.com Received: from mail-pd0-f172.google.com (HELO mail-pd0-f172.google.com) (209.85.192.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 09 Sep 2014 06:04:32 +0000 Received: by mail-pd0-f172.google.com with SMTP id v10so9465869pde.3 for ; Mon, 08 Sep 2014 23:04:30 -0700 (PDT) X-Received: by 10.68.162.3 with SMTP id xw3mr11382591pbb.142.1410242670460; Mon, 08 Sep 2014 23:04:30 -0700 (PDT) Received: from seba.sebabeach.org.gmail.com (173-13-178-50-sfba.hfc.comcastbusiness.net. [173.13.178.50]) by mx.google.com with ESMTPSA id zr6sm10453545pbc.50.2014.09.08.23.04.29 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 08 Sep 2014 23:04:29 -0700 (PDT) From: Doug Evans To: Jan Kratochvil Cc: gdb-patches@sourceware.org, eliz@gnu.org Subject: Re: Regression for gdb.base/default.exp [Re: [PATCH, doc RFA][PR 15276] Add $_caller_is, et. al.] References: <20140907115934.GA29000@host2.jankratochvil.net> Date: Mon, 08 Sep 2014 23:03:48 -0700 In-Reply-To: <20140907115934.GA29000@host2.jankratochvil.net> (Jan Kratochvil's message of "Sun, 7 Sep 2014 13:59:34 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 X-IsSubscribed: yes Jan Kratochvil writes: > 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 Thanks. I committed the following. 2014-09-09 Doug Evans * gdb.base/default.exp (show_conv_list): Add _caller_is, _caller_matches, _any_caller_is, _any_caller_matches. diff --git a/gdb/testsuite/gdb.base/default.exp b/gdb/testsuite/gdb.base/default.exp index 6674df3..ab74bdb 100644 --- a/gdb/testsuite/gdb.base/default.exp +++ b/gdb/testsuite/gdb.base/default.exp @@ -630,6 +630,10 @@ if ![skip_python_tests] { {$_regex = } \ {$_streq = } \ {$_strlen = } \ + {$_caller_is = } \ + {$_caller_matches = } \ + {$_any_caller_is = } \ + {$_any_caller_matches = } \ } } gdb_test_list_exact "show convenience" "show convenience" \