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]

[commit] use unique test names in valgrind-db-attach.exp


Hi.

I noticed a test in valgrind-db-attach.exp using the same name
as a previous test.

Committed.

2010-07-30  Doug Evans  <dje@google.com>

	* gdb.base/valgrind-db-attach.exp: Use unique test name for
	attach-to-debugger handling.

Index: gdb.base/valgrind-db-attach.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/valgrind-db-attach.exp,v
retrieving revision 1.5
diff -u -p -r1.5 valgrind-db-attach.exp
--- gdb.base/valgrind-db-attach.exp	11 Jun 2010 23:27:22 -0000	1.5
+++ gdb.base/valgrind-db-attach.exp	30 Jul 2010 17:21:58 -0000
@@ -65,6 +65,7 @@ gdb_test_multiple "" $test {
 
 set double_free [gdb_get_line_number "double-free"]
 
+set test "attach to debugger"
 gdb_test_multiple "" $test {
     -re "Invalid free\\(\\) / delete / delete\\\[\\\]\r\n.*: main \\(${srcfile}:$double_free\\)\r\n.*---- Attach to debugger \\? --- \[^\r\n\]* ---- " {
 	send_gdb "y\r"


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