From 10010058f222196d4dbc3866f33fbaf0bb5de3e2 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Wed, 15 Feb 2012 18:09:20 +0000 Subject: 2012-02-15 Pedro Alves * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when the target doesn't support tracepoints. * gdb.trace/circ.exp: Ditto. * gdb.trace/collection.exp: Ditto. * gdb.trace/packetlen.exp: Ditto. * gdb.trace/passc-dyn.exp: Ditto. * gdb.trace/report.exp: Ditto. * gdb.trace/tfind.exp: Ditto. * gdb.trace/tspeed.exp: Ditto. * gdb.trace/tsv.exp: Ditto. * gdb.trace/unavailable.exp: Ditto. * gdb.trace/while-dyn.exp: Ditto. --- gdb/testsuite/gdb.trace/packetlen.exp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gdb/testsuite/gdb.trace/packetlen.exp') diff --git a/gdb/testsuite/gdb.trace/packetlen.exp b/gdb/testsuite/gdb.trace/packetlen.exp index ccc43841b99..4ce13e660f0 100644 --- a/gdb/testsuite/gdb.trace/packetlen.exp +++ b/gdb/testsuite/gdb.trace/packetlen.exp @@ -35,10 +35,8 @@ 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" + unsupported "Current target does not support trace" return 1; } -- cgit v1.2.1