From: Tom de Vries <tdevries@suse.de>
To: gdb-patches@sourceware.org
Subject: [pushed] [gdb/testsuite] Fix tclint error in gdb.rocm/symbol-lookup.exp
Date: Fri, 4 Sep 2026 22:06:20 +0200 [thread overview]
Message-ID: <20260904200620.25831-1-tdevries@suse.de> (raw)
Fix:
...
tclint..................................................................Failed
- hook id: tclint
- exit code: 1
gdb/testsuite/gdb.rocm/symbol-lookup.exp:131:2: expected braced word or word \
without substitutions in argument interpreted as expr [command-args]
...
---
gdb/testsuite/gdb.rocm/symbol-lookup.exp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gdb/testsuite/gdb.rocm/symbol-lookup.exp b/gdb/testsuite/gdb.rocm/symbol-lookup.exp
index 1eb658a3e4c..ce74e74177a 100644
--- a/gdb/testsuite/gdb.rocm/symbol-lookup.exp
+++ b/gdb/testsuite/gdb.rocm/symbol-lookup.exp
@@ -128,7 +128,7 @@ proc do_test {} {
"set args"
with_rocm_gpu_lock {
- if ![runto_main] {
+ if {![runto_main]} {
return
}
base-commit: 822c4cd732ce0b6a76f5b4c3317f6aaa5dca09c6
--
2.51.0
reply other threads:[~2026-09-04 20:06 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=20260904200620.25831-1-tdevries@suse.de \
--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