This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[obv] testsuite: Fix `help thread find`


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]