X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.trace%2Ftrace-enable-disable.exp;h=43891fa99c89fa6678c4617033b43de55acbb3ed;hb=bc6c7af4a2f23c48a38139fc7e0ed2ac7b12bb69;hp=0c35c92e14eb6cb60ca2c0f40c52db7d4be73fda;hpb=88256e713c707aeb850688071150d32f9cca5a91;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/gdb.trace/trace-enable-disable.exp b/gdb/testsuite/gdb.trace/trace-enable-disable.exp index 0c35c92e14..43891fa99c 100644 --- a/gdb/testsuite/gdb.trace/trace-enable-disable.exp +++ b/gdb/testsuite/gdb.trace/trace-enable-disable.exp @@ -23,14 +23,14 @@ set options [list debug [gdb_target_symbol_prefix_flags]] # Check that the target supports trace. if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } { - untested "Couldn't compile test program" + untested "couldn't compile test program" return -1 } clean_restart ${testfile} 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 } @@ -46,7 +46,7 @@ gdb_load_shlib $libipa lappend options shlib=$libipa if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } { - untested "Couldn't compile test program with in-process agent library" + untested "couldn't compile test program with in-process agent library" return -1 } @@ -62,7 +62,7 @@ proc test_tracepoint_enable_disable { tracepoint_cmd } { set expected 0 if ![runto_main] { - fail "Can't run to main." + fail "can't run to main." return -1 }