From: Tom de Vries <tdevries@suse.de>
To: gdb-patches@sourceware.org
Subject: [committed][gdb/testsuite] Fix gdb.cp/cplusfuncs.exp with check-read1
Date: Thu, 10 Jun 2021 07:36:49 +0200 [thread overview]
Message-ID: <20210610053648.GA24229@delia> (raw)
Hi,
When running check-read1, we run into:
...
FAIL: gdb.cp/cplusfuncs.exp: info function for "operator=(" (timeout)
...
Fix this by using using gdb_test_lines in info_func_regexp.
Tested on x86_64-linux.
Committed to trunk.
Thanks,
- Tom
[gdb/testsuite] Fix gdb.cp/cplusfuncs.exp with check-read1
gdb/testsuite/ChangeLog:
2021-06-09 Tom de Vries <tdevries@suse.de>
* gdb.cp/cplusfuncs.exp (info_func_regexp): Use gdb_test_lines.
---
gdb/testsuite/gdb.cp/cplusfuncs.exp | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gdb/testsuite/gdb.cp/cplusfuncs.exp b/gdb/testsuite/gdb.cp/cplusfuncs.exp
index f1c2ff4907f..19be8abc2ac 100644
--- a/gdb/testsuite/gdb.cp/cplusfuncs.exp
+++ b/gdb/testsuite/gdb.cp/cplusfuncs.exp
@@ -287,13 +287,16 @@ proc probe_demangler { } {
#
proc info_func_regexp { name demangled } {
- global gdb_prompt
+ global srcfile decimal
regsub {\\\(void\\\)} $demangled {\(\)} demangled
- gdb_test "info function $name" \
- "File .*:\t(class|)${demangled}.*" \
- "info function for \"$name\""
+ set file_re "File .*[string_to_regexp $srcfile]:"
+
+ gdb_test_lines "info function $name" "info function for \"$name\"" \
+ [list \
+ "$file_re" \
+ "$decimal:\t(class|)${demangled}.*"]
}
#
reply other threads:[~2021-06-10 5:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210610053648.GA24229@delia \
--to=tdevries@suse.de \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox