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] Partial fix to PR gdb/13443


Hi,
I happen to see the test messages in gdb.trace/actions.exp are not unique,
shown as below,

 PASS: gdb.trace/actions.exp: 5.1e: verify actions set for second tracepoint
 PASS: gdb.trace/actions.exp: 5.2a: set actions for last (default) tracepoint
 PASS: gdb.trace/actions.exp: 5.1e: verify actions set for second tracepoint

This patch is to replace the second '5.1e' with '5.2b'.  I'll check it
in.

gdb/testsuite:

2012-12-03  Yao Qi  <yao@codesourcery.com>

	PR gdb/13443
	* gdb.trace/actions.exp: Make test messages unique.
---
 gdb/testsuite/gdb.trace/actions.exp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gdb/testsuite/gdb.trace/actions.exp b/gdb/testsuite/gdb.trace/actions.exp
index 4400dbc..5e2cb12 100644
--- a/gdb/testsuite/gdb.trace/actions.exp
+++ b/gdb/testsuite/gdb.trace/actions.exp
@@ -109,7 +109,7 @@ gdb_test "info tracepoints" \
 \[\t \]+collect gdb_short_test.
 \[0-9\]+\[\t \]+tracepoint     keep y.* in gdb_recursion_test at .*$srcfile:\[0-9\]+.
 \[\t \]+collect gdb_long_test." \
-		"5.1e: verify actions set for second tracepoint"
+		"5.2b: verify actions set for second tracepoint"
 
 # 5.3 replace actions set earlier
 
-- 
1.7.7.6


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