public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix typo in vsx-regs.exp test
@ 2021-06-15 18:48 Carl Love
  2021-06-15 20:10 ` Tom Tromey
  0 siblings, 1 reply; 2+ messages in thread
From: Carl Love @ 2021-06-15 18:48 UTC (permalink / raw)
  To: gdb-patches, Ulrich Weigand
  Cc: cel, Pedro Franco de Carvalho, Rogerio Alves, Will Schmidt

GDB maintainers:

The following patch fixes a typo in the vsx-regs.exp test.  The
specification for the set vs register has an extra "]" in it that
results in a  tcl error sourcing error on the expect file.  The
following patch fixes the issue and the test no runs without errors.

The patch has been tested on a Power 9 LE system.

Please let me know if the patch is acceptable for mainline.  Thanks.

                    Carl Love

------------------------------------------------------------------
Fix typo in vsx-regs.exp test

gdb/ChangeLog
2021-06-15  Carl Love  <cel@us.ibm.com>

	* testsuite/gdb.arch/vsx-regs.exp (gdb_test_no_output): Fix typo
	in set \$vs$i.v2_double.
---
 gdb/testsuite/gdb.arch/vsx-regs.exp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/testsuite/gdb.arch/vsx-regs.exp b/gdb/testsuite/gdb.arch/vsx-regs.exp
index 0b0d2fa4d53..44ed993f127 100644
--- a/gdb/testsuite/gdb.arch/vsx-regs.exp
+++ b/gdb/testsuite/gdb.arch/vsx-regs.exp
@@ -99,7 +99,7 @@ set float_register ".raw 0xdeadbeefdeadbeef."
 
 # 0: Initialize the (doubleword 1) portion of the VS0-VS31 registers.
 for {set i 0} {$i < 32} {incr i 1} {
-    gdb_test_no_output "set \$vs$i.v2_double\][0\] = 0"
+    gdb_test_no_output "set \$vs$i.v2_double\[0\] = 0"
 }
 
 # 1: Set F0~F31 registers and check if it reflects on VS0~VS31.
-- 
2.17.1



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

* Re: [PATCH] Fix typo in vsx-regs.exp test
  2021-06-15 18:48 [PATCH] Fix typo in vsx-regs.exp test Carl Love
@ 2021-06-15 20:10 ` Tom Tromey
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Tromey @ 2021-06-15 20:10 UTC (permalink / raw)
  To: Carl Love via Gdb-patches; +Cc: Ulrich Weigand, Carl Love, Rogerio Alves

>>>>> "Carl" == Carl Love via Gdb-patches <gdb-patches@sourceware.org> writes:

Carl> The following patch fixes a typo in the vsx-regs.exp test.  The
Carl> specification for the set vs register has an extra "]" in it that
Carl> results in a  tcl error sourcing error on the expect file.  The
Carl> following patch fixes the issue and the test no runs without errors.

Thank you.

Carl> The patch has been tested on a Power 9 LE system.

Carl> Please let me know if the patch is acceptable for mainline.  Thanks.

Yes.  This kind of patch falls under the "obvious" rule, so review isn't
needed.

Tom

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

end of thread, other threads:[~2021-06-15 20:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15 18:48 [PATCH] Fix typo in vsx-regs.exp test Carl Love
2021-06-15 20:10 ` Tom Tromey

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