diff options
Diffstat (limited to 'gdb/testsuite/gdb.trace/trace-break.exp')
-rw-r--r-- | gdb/testsuite/gdb.trace/trace-break.exp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gdb/testsuite/gdb.trace/trace-break.exp b/gdb/testsuite/gdb.trace/trace-break.exp index a90d02d..b7b2ea1 100644 --- a/gdb/testsuite/gdb.trace/trace-break.exp +++ b/gdb/testsuite/gdb.trace/trace-break.exp @@ -28,7 +28,7 @@ if [prepare_for_testing $expfile $executable $srcfile \ } if ![runto_main] { - fail "Can't run to main to check for trace support" + fail "can't run to main to check for trace support" return -1 } @@ -48,7 +48,7 @@ proc break_trace_same_addr_1 { trace_type option } \ # Start with a fresh gdb. clean_restart ${executable} if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return -1 } @@ -83,7 +83,7 @@ proc break_trace_same_addr_2 { trace_type1 trace_type2 option } \ # Start with a fresh gdb. clean_restart ${executable} if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return -1 } @@ -122,7 +122,7 @@ proc break_trace_same_addr_3 { trace_type option } \ # Start with a fresh gdb. clean_restart ${executable} if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return -1 } @@ -160,7 +160,7 @@ proc break_trace_same_addr_4 { trace_type option } \ # Start with a fresh gdb. clean_restart ${executable} if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return -1 } @@ -204,7 +204,7 @@ proc break_trace_same_addr_5 { trace1 trace2 trace3 trace3_at_first_loc } \ # Start with a fresh gdb. clean_restart ${executable} if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return -1 } @@ -278,7 +278,7 @@ proc break_trace_same_addr_6 { trace1 enable1 trace2 enable2 } \ # Start with a fresh gdb. clean_restart ${executable} if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return -1 } @@ -363,13 +363,13 @@ if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \ clean_restart ${executable} if ![runto_main] { - fail "Can't run to main for ftrace tests" + fail "can't run to main for ftrace tests" return 0 } gdb_reinitialize_dir $srcdir/$subdir if { [gdb_test "info sharedlibrary" ".*${remote_libipa}.*" "IPA loaded"] != 0 } { - untested "Could not find IPA lib loaded" + untested "could not find IPA lib loaded" } else { foreach break_always_inserted { "on" "off" } { break_trace_same_addr_1 "ftrace" ${break_always_inserted} |