Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [obv] testsuite: Fix `help thread find`
@ 2011-03-05 13:17 Jan Kratochvil
  2011-03-05 19:55 ` Michael Snyder
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kratochvil @ 2011-03-05 13:17 UTC (permalink / raw)
  To: gdb-patches

Hi,

I do not know why but it was causing random:

 PASS: gdb.base/help.exp: help
-FAIL: gdb.base/help.exp: help thread name
+PASS: gdb.base/help.exp: help thread name

In the common case it will:
-PASS: gdb.base/help.exp: help
+PASS: gdb.base/help.exp: help thread find

Checked in.

It was not a regression, it is a new test since:
	862811ac870a3f8c35e70319fc0e566c79e4c528


Thanks,
Jan


http://sourceware.org/ml/gdb-cvs/2011-03/msg00078.html

--- src/gdb/testsuite/ChangeLog	2011/03/03 16:57:54	1.2618
+++ src/gdb/testsuite/ChangeLog	2011/03/05 13:15:01	1.2619
@@ -1,3 +1,7 @@
+2011-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+	* gdb.base/help.exp (help thread find): Fix one forgotten quote.
+
 2011-03-03  Tom Tromey  <tromey@redhat.com>
 
 	* gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
--- src/gdb/testsuite/gdb.base/help.exp	2011/02/23 19:20:39	1.50
+++ src/gdb/testsuite/gdb.base/help.exp	2011/03/05 13:15:02	1.51
@@ -655,7 +655,7 @@
 # test help thread apply
 gdb_test "help thread apply" "Apply a command to a list of threads.*" "help thread apply"
 # test help thread find
-gdb_test "help thread find" "Find threads that match a regular.*" help thread find"
+gdb_test "help thread find" "Find threads that match a regular.*" "help thread find"
 # test help thread name
 gdb_test "help thread name" "Set the current thread's name.*" "help thread name"
 # test help tty


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

end of thread, other threads:[~2011-03-05 19:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-05 13:17 [obv] testsuite: Fix `help thread find` Jan Kratochvil
2011-03-05 19:55 ` Michael Snyder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox