public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] gdb/testsuite: Ensure constant test name in gdb.base/break-interp.exp
@ 2022-01-19 11:48 Lancelot SIX
  2022-01-21 19:21 ` Tom Tromey
  0 siblings, 1 reply; 3+ messages in thread
From: Lancelot SIX @ 2022-01-19 11:48 UTC (permalink / raw)
  To: gdb-patches; +Cc: Lancelot SIX

When running the testsuite, I have lines similar to the following in the
gdb.sum file:

~~~
PASS: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: first backtrace: p /x 0x7f283d2f0fd1
...
PASS: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=NO: binpie=NO: INNER: first backtrace: p /x 0x7f00de0317a5
...
~~~

The address part of the command might change between execution of the
test, which adds noise to a diff between two .sum files.

This patch changes to test name to "p /x $pc" in order to have constant
test name.

Tested on x86_64-Linux.

Change-Id: I973c1237a084dd6d424276443cbf0920533c9a21
---
 gdb/testsuite/gdb.base/break-interp.exp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/testsuite/gdb.base/break-interp.exp b/gdb/testsuite/gdb.base/break-interp.exp
index 87778679274..be1a212ec72 100644
--- a/gdb/testsuite/gdb.base/break-interp.exp
+++ b/gdb/testsuite/gdb.base/break-interp.exp
@@ -437,7 +437,7 @@ proc test_ld {file ifmain trynosym displacement} {
 		} else {
 		    set pc $expect_out(1,string)
 		    regsub "0x0*" $pc "" pc
-		    gdb_test "p /x 0x$pc" ".*"
+		    gdb_test "p /x 0x$pc" ".*" "p /x \$pc"
 		    gdb_test_multiple "info probes stap rtld" $gdb_test_name {
 			-re -wrap "(?:init_start|init_complete) +0x0*$pc .*" {
 			    pass $gdb_test_name
-- 
2.25.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] gdb/testsuite: Ensure constant test name in gdb.base/break-interp.exp
  2022-01-19 11:48 [PATCH] gdb/testsuite: Ensure constant test name in gdb.base/break-interp.exp Lancelot SIX
@ 2022-01-21 19:21 ` Tom Tromey
  2022-01-26  9:46   ` Six, Lancelot
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Tromey @ 2022-01-21 19:21 UTC (permalink / raw)
  To: Lancelot SIX via Gdb-patches; +Cc: Lancelot SIX

>>>>> "Lancelot" == Lancelot SIX via Gdb-patches <gdb-patches@sourceware.org> writes:

Lancelot> The address part of the command might change between execution of the
Lancelot> test, which adds noise to a diff between two .sum files.

Lancelot> This patch changes to test name to "p /x $pc" in order to have constant
Lancelot> test name.

Lancelot> Tested on x86_64-Linux.

Thank you.  This is ok.

Tom

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH] gdb/testsuite: Ensure constant test name in gdb.base/break-interp.exp
  2022-01-21 19:21 ` Tom Tromey
@ 2022-01-26  9:46   ` Six, Lancelot
  0 siblings, 0 replies; 3+ messages in thread
From: Six, Lancelot @ 2022-01-26  9:46 UTC (permalink / raw)
  To: Tom Tromey, Lancelot SIX via Gdb-patches

[AMD Official Use Only]

> Thank you.  This is ok.
>
> Tom

Thanks. I just pushed this.

Lancelot.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-26  9:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-19 11:48 [PATCH] gdb/testsuite: Ensure constant test name in gdb.base/break-interp.exp Lancelot SIX
2022-01-21 19:21 ` Tom Tromey
2022-01-26  9:46   ` Six, Lancelot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).