* gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
authorUlrich Weigand <uweigand@de.ibm.com>
Fri, 11 Jun 2010 23:25:59 +0000 (23:25 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Fri, 11 Jun 2010 23:25:59 +0000 (23:25 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.trace/packetlen.exp

index 9a8ca24be2970deab2cede5381d0e66e60d82378..6bfe3531ecfbb2de34c0f15db98ae2f1f727978f 100644 (file)
@@ -1,3 +1,7 @@
+2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
+
 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
index be89ee6edcc9b631f13c5304c9dedbb611618d2d..16be2a00e22c79e4b965cba69983a25242bce711 100644 (file)
@@ -39,6 +39,14 @@ gdb_test "tfind none"  ".*" ""
 runto_main
 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 support trace"
+    return 1;
+
+}
+
 # If testing on a remote host, download the source file.
 # remote_download host $srcdir/$subdir/$srcfile