* gdb.trace/backtrace.exp: Fix a typo.
authorMaciej W. Rozycki <macro@linux-mips.org>
Thu, 22 Nov 2007 16:03:00 +0000 (16:03 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Thu, 22 Nov 2007 16:03:00 +0000 (16:03 +0000)
* 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.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.trace/backtrace.exp
gdb/testsuite/gdb.trace/circ.exp
gdb/testsuite/gdb.trace/collection.exp
gdb/testsuite/gdb.trace/limits.exp
gdb/testsuite/gdb.trace/report.exp
gdb/testsuite/gdb.trace/tfind.exp
gdb/testsuite/gdb.trace/while-dyn.exp

index 0d41413998ed3b5243f0d66b79f2541544c969fe..e58ac5cdab154f6a5540588d8cd502d8c6dc2872 100644 (file)
@@ -1,3 +1,13 @@
+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.
+
 2007-11-21  Nick Roberts  <nickrob@snap.net.nz>
 
        * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
index 42408acecee36755d9948ef4bb71fe54be3a6c1f..8435633fcab57133b08fc09ec71dea00d405b23f 100644 (file)
@@ -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 e8f60a90e6ac70306fddb9cfa15e9b4c13bf7529..af024afde824cc15a3a3f408cf1ff695de830cdb 100644 (file)
@@ -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 b4af11a386fcb6ceec7820cf0f9f406d914ca31f..0441e0d352fbf787a8cff62e52d95f7c2a9f477d 100644 (file)
@@ -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 a5ea1f0a15180ad64f9d7342c13d1458c8a4e0c7..f425a0460bdf57b4a14705250b01a66660a952ea 100644 (file)
@@ -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 91b5a0b264ef4984487617fc03e55b61de45392b..079413770c53f64e7a8a402a596607ddc89c4984 100644 (file)
@@ -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 d45763250e0bfd51ef60c47572d1e149f99ddbdf..e52527a4c00b3899a7dcab9c2e45db1967215453 100644 (file)
@@ -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 d1099dcd5c6a3602987495a3e2c9d14a00df3008..6847202faec1ae802ad1fb0785ba4fcb7cbd0a0a 100644 (file)
@@ -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;
 
 }
This page took 0.037178 seconds and 4 git commands to generate.