Regression for gdb.base/default.exp [Re: [PATCH, doc RFA][PR 15276] Add $_caller_is, et. al.]

Message ID m3sik1s52z.fsf@sspiff.org
State New, archived
Headers

Commit Message

Doug Evans Sept. 9, 2014, 6:03 a.m. UTC
  Jan Kratochvil <jan.kratochvil@redhat.com> 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 = <error: No frame selected> not found)
>
> due to:
>
> commit faa42425cb1f5cd279fc8c91d0b75d37853a128a
> Author: Doug Evans <xdje42@gmail.com>
> 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  <xdje42@gmail.com>

	* gdb.base/default.exp (show_conv_list): Add _caller_is,
	_caller_matches, _any_caller_is, _any_caller_matches.
  

Patch

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 = <internal function _regex>} \
 	    {$_streq = <internal function _streq>} \
 	    {$_strlen = <internal function _strlen>} \
+	    {$_caller_is = <internal function _caller_is>} \
+	    {$_caller_matches = <internal function _caller_matches>} \
+	    {$_any_caller_is = <internal function _any_caller_is>} \
+	    {$_any_caller_matches = <internal function _any_caller_matches>} \
 	}
 }
 gdb_test_list_exact "show convenience" "show convenience" \