public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [RFA] Fix scm-ports.exp regression
@ 2018-01-03 18:20 Tom Tromey
  2018-01-05 17:01 ` Pedro Alves
  0 siblings, 1 reply; 9+ messages in thread
From: Tom Tromey @ 2018-01-03 18:20 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tom Tromey

In https://sourceware.org/ml/gdb-patches/2017-12/msg00215.html, Jan
pointed out that the scalar printing patches caused a regression in
scm-ports.exp on x86.

I think the simplest fix is to use "print/u" rather than "print/d" to
get the value of sp_reg in the test case.

Tested on x86-64 Fedora 26 using an ordinary build and also a -m32
build.

2018-01-03  Tom Tromey  <tom@tromey.com>

	* gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
	compute sp_reg.
---
 gdb/testsuite/ChangeLog               | 5 +++++
 gdb/testsuite/gdb.guile/scm-ports.exp | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 500dbddf1c..e3903cca6b 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2018-01-03  Tom Tromey  <tom@tromey.com>
+
+	* gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
+	compute sp_reg.
+
 2018-01-03  Xavier Roirand  <roirand@adacore.com>
 
 	* gdb.ada/excep_handle.exp: New testcase.
diff --git a/gdb/testsuite/gdb.guile/scm-ports.exp b/gdb/testsuite/gdb.guile/scm-ports.exp
index 48af5e30e1..04170ef4b8 100644
--- a/gdb/testsuite/gdb.guile/scm-ports.exp
+++ b/gdb/testsuite/gdb.guile/scm-ports.exp
@@ -104,7 +104,7 @@ proc test_mem_port_rw { kind } {
 	    "get sp reg"
 	# Note: Only use $sp_reg for gdb_test result matching, don't use it in
 	# gdb commands.  Otherwise transcript.N becomes unusable.
-	set sp_reg [get_integer_valueof "\$sp" 0]
+	set sp_reg [get_valueof /u "\$sp" 0]
 	gdb_test_no_output "guile (define byte-at-sp (parse-and-eval \"*(char*) \$sp\"))" \
 	    "save current value at sp"
 	# Pass the result of parse-and-eval through value-fetch-lazy!,
-- 
2.13.6

^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: [RFA] Fix scm-ports.exp regression
@ 2018-01-05 17:59 Doug Evans via gdb-patches
  0 siblings, 0 replies; 9+ messages in thread
From: Doug Evans via gdb-patches @ 2018-01-05 17:59 UTC (permalink / raw)
  To: Tom Tromey; +Cc: gdb-patches

Tom Tromey writes:
 > In https://sourceware.org/ml/gdb-patches/2017-12/msg00215.html, Jan
 > pointed out that the scalar printing patches caused a regression in
 > scm-ports.exp on x86.
 > 
 > I think the simplest fix is to use "print/u" rather than "print/d" to
 > get the value of sp_reg in the test case.
 > 
 > Tested on x86-64 Fedora 26 using an ordinary build and also a -m32
 > build.
 > 
 > 2018-01-03  Tom Tromey  <tom@tromey.com>
 > 
 > 	* gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
 > 	compute sp_reg.

LGTM

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

end of thread, other threads:[~2018-01-16  7:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-03 18:20 [RFA] Fix scm-ports.exp regression Tom Tromey
2018-01-05 17:01 ` Pedro Alves
2018-01-09 18:27   ` Tom Tromey
2018-01-15 16:51     ` Pedro Alves
2018-01-15 18:17       ` Tom Tromey
2018-01-15 20:59         ` Sergio Durigan Junior
2018-01-15 22:10           ` Tom Tromey
2018-01-16  7:39             ` Joel Brobecker
2018-01-05 17:59 Doug Evans via gdb-patches

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).