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]

gdb.trace/*.exp: Fix a typo


Hi,

 Committed as obvious.

2007-11-22  Maciej W. Rozycki  <macro@mips.com>

	* gdb.trace/backtrace.exp: Fix a typo.
	* gdb.trace/circ.exp: Likewise.
	* gdb.trace/collection.exp: Likewise.
	* gdb.trace/limits.exp: Likewise.
	* gdb.trace/report.exp: Likewise.
	* gdb.trace/tfind.exp: Likewise.
	* gdb.trace/while-dyn.exp: Likewise.

  Maciej

Index: gdb/testsuite/gdb.trace/backtrace.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.trace/backtrace.exp,v
retrieving revision 1.6
diff -u -p -r1.6 backtrace.exp
--- gdb/testsuite/gdb.trace/backtrace.exp	23 Aug 2007 18:14:19 -0000	1.6
+++ gdb/testsuite/gdb.trace/backtrace.exp	22 Nov 2007 15:57:49 -0000
@@ -68,7 +68,7 @@ gdb_reinitialize_dir $srcdir/$subdir
 # We generously give ourselves one "pass" if we successfully 
 # detect that this test cannot be run on this target!
 if { ![gdb_target_supports_trace] } then {
-    pass "Current target does not supporst trace"
+    pass "Current target does not support trace"
     return 1;
 
 }
Index: gdb/testsuite/gdb.trace/circ.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.trace/circ.exp,v
retrieving revision 1.6
diff -u -p -r1.6 circ.exp
--- gdb/testsuite/gdb.trace/circ.exp	23 Aug 2007 18:14:19 -0000	1.6
+++ gdb/testsuite/gdb.trace/circ.exp	22 Nov 2007 15:57:49 -0000
@@ -121,7 +121,7 @@ proc gdb_trace_circular_tests { } {
     # We generously give ourselves one "pass" if we successfully 
     # detect that this test cannot be run on this target!
     if { ![gdb_target_supports_trace] } then { 
-	pass "Current target does not supporst trace"
+	pass "Current target does not support trace"
 	return 1;
     }
 
Index: gdb/testsuite/gdb.trace/collection.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.trace/collection.exp,v
retrieving revision 1.8
diff -u -p -r1.8 collection.exp
--- gdb/testsuite/gdb.trace/collection.exp	23 Aug 2007 18:14:19 -0000	1.8
+++ gdb/testsuite/gdb.trace/collection.exp	22 Nov 2007 15:57:49 -0000
@@ -502,7 +502,7 @@ proc gdb_trace_collection_test { } {
     # We generously give ourselves one "pass" if we successfully 
     # detect that this test cannot be run on this target!
     if { ![gdb_target_supports_trace] } then { 
-	pass "Current target does not supporst trace"
+	pass "Current target does not support trace"
 	return 1;
     }
 
Index: gdb/testsuite/gdb.trace/limits.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.trace/limits.exp,v
retrieving revision 1.6
diff -u -p -r1.6 limits.exp
--- gdb/testsuite/gdb.trace/limits.exp	23 Aug 2007 18:14:19 -0000	1.6
+++ gdb/testsuite/gdb.trace/limits.exp	22 Nov 2007 15:57:49 -0000
@@ -275,7 +275,7 @@ proc gdb_trace_limits_tests { } {
     # detect that this test cannot be run on this target!
 
     if { ![gdb_target_supports_trace] } then { 
-	pass "Current target does not supporst trace"
+	pass "Current target does not support trace"
 	return 1;
     }
 
Index: gdb/testsuite/gdb.trace/report.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.trace/report.exp,v
retrieving revision 1.6
diff -u -p -r1.6 report.exp
--- gdb/testsuite/gdb.trace/report.exp	23 Aug 2007 18:14:19 -0000	1.6
+++ gdb/testsuite/gdb.trace/report.exp	22 Nov 2007 15:57:50 -0000
@@ -68,7 +68,7 @@ gdb_reinitialize_dir $srcdir/$subdir
 # We generously give ourselves one "pass" if we successfully 
 # detect that this test cannot be run on this target!
 if { ![gdb_target_supports_trace] } then {
-    pass "Current target does not supporst trace"
+    pass "Current target does not support trace"
     return 1;
 
 }
Index: gdb/testsuite/gdb.trace/tfind.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.trace/tfind.exp,v
retrieving revision 1.9
diff -u -p -r1.9 tfind.exp
--- gdb/testsuite/gdb.trace/tfind.exp	23 Aug 2007 18:14:19 -0000	1.9
+++ gdb/testsuite/gdb.trace/tfind.exp	22 Nov 2007 15:57:50 -0000
@@ -69,7 +69,7 @@ gdb_reinitialize_dir $srcdir/$subdir
 # We generously give ourselves one "pass" if we successfully 
 # detect that this test cannot be run on this target!
 if { ![gdb_target_supports_trace] } then {
-    pass "Current target does not supporst trace"
+    pass "Current target does not support trace"
     return 1;
 
 }
Index: gdb/testsuite/gdb.trace/while-dyn.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.trace/while-dyn.exp,v
retrieving revision 1.6
diff -u -p -r1.6 while-dyn.exp
--- gdb/testsuite/gdb.trace/while-dyn.exp	23 Aug 2007 18:14:19 -0000	1.6
+++ gdb/testsuite/gdb.trace/while-dyn.exp	22 Nov 2007 15:57:50 -0000
@@ -69,7 +69,7 @@ gdb_reinitialize_dir $srcdir/$subdir
 # We generously give ourselves one "pass" if we successfully 
 # detect that this test cannot be run on this target!
 if { ![gdb_target_supports_trace] } then {
-    pass "Current target does not supporst trace"
+    pass "Current target does not support trace"
     return 1;
 
 }


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