summaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorsergiodj <sergiodj>2013-09-17 19:24:50 +0000
committersergiodj <sergiodj>2013-09-17 19:24:50 +0000
commitba63250261f323a471bd2bfbcf246741f86cdd0a (patch)
treebbf4315a0da91f0a07c5391602d63100583db76a /gdb/testsuite
parent6cf8ed1e3d02e706f390f6b767a85fa2cf7ea2ee (diff)
downloadgdb-ba63250261f323a471bd2bfbcf246741f86cdd0a.tar.gz
This commit fixes a regression introduced by the new $_isvoid convenience
function. It adds a check for $_isvoid during the test of "show convenience" output. gdb/testsuite/ 2013-09-17 Sergio Durigan Junior <sergiodj@redhat.com> * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid convenience function.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.base/default.exp1
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 446768d818f..ac3aed219d6 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
+
+ * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
+ convenience function.
+
2013-09-17 Pedro Alves <palves@redhat.com>
PR gdb/15911
diff --git a/gdb/testsuite/gdb.base/default.exp b/gdb/testsuite/gdb.base/default.exp
index a5f0a953c07..627aebad49f 100644
--- a/gdb/testsuite/gdb.base/default.exp
+++ b/gdb/testsuite/gdb.base/default.exp
@@ -621,6 +621,7 @@ set show_conv_list \
{$_probe_arg9 = <error: No frame selected>} \
{$_probe_arg10 = <error: No frame selected>} \
{$_probe_arg11 = <error: No frame selected>} \
+ {$_isvoid = <internal function _isvoid>} \
}
if ![skip_python_tests] {
append show_conv_list \