diff options
Diffstat (limited to 'gdb/testsuite/gdb.base')
138 files changed, 217 insertions, 217 deletions
diff --git a/gdb/testsuite/gdb.base/advance.exp b/gdb/testsuite/gdb.base/advance.exp index 1dceb0d..ce8a98c 100644 --- a/gdb/testsuite/gdb.base/advance.exp +++ b/gdb/testsuite/gdb.base/advance.exp @@ -23,7 +23,7 @@ if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} { } if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/annota-input-while-running.exp b/gdb/testsuite/gdb.base/annota-input-while-running.exp index fc2e608..2c9b675 100644 --- a/gdb/testsuite/gdb.base/annota-input-while-running.exp +++ b/gdb/testsuite/gdb.base/annota-input-while-running.exp @@ -25,7 +25,7 @@ if {[prepare_for_testing "failed to prepare" $testfile $srcfile debug] == -1} { # Because runto_main doesn't know how to handle the prompt with annotations, # run to main before we set the annotation level. if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 1 } diff --git a/gdb/testsuite/gdb.base/arrayidx.exp b/gdb/testsuite/gdb.base/arrayidx.exp index 3f244d0..a2253e9 100644 --- a/gdb/testsuite/gdb.base/arrayidx.exp +++ b/gdb/testsuite/gdb.base/arrayidx.exp @@ -20,7 +20,7 @@ standard_testfile .c if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } { - untested "Couldn't compile ${srcfile}" + untested "couldn't compile ${srcfile}" return -1 } diff --git a/gdb/testsuite/gdb.base/asmlabel.exp b/gdb/testsuite/gdb.base/asmlabel.exp index 09ea845..6d9a681 100644 --- a/gdb/testsuite/gdb.base/asmlabel.exp +++ b/gdb/testsuite/gdb.base/asmlabel.exp @@ -38,7 +38,7 @@ if {[prepare_for_testing "failed to prepare" $testfile $srcfile debug]} { } if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/async.exp b/gdb/testsuite/gdb.base/async.exp index f688423..3adb156 100644 --- a/gdb/testsuite/gdb.base/async.exp +++ b/gdb/testsuite/gdb.base/async.exp @@ -63,7 +63,7 @@ proc test_background {command before_prompt after_prompt {message ""}} { fail "$message" } -re ".*Asynchronous execution not supported on this target\..*" { - unsupported "Asynchronous execution not supported: $message" + unsupported "asynchronous execution not supported: $message" } timeout { fail "$message (timeout)" diff --git a/gdb/testsuite/gdb.base/attach-wait-input.exp b/gdb/testsuite/gdb.base/attach-wait-input.exp index 394c293..07142af1 100644 --- a/gdb/testsuite/gdb.base/attach-wait-input.exp +++ b/gdb/testsuite/gdb.base/attach-wait-input.exp @@ -48,7 +48,7 @@ proc start_program {binfile} { clean_restart $binfile if ![runto setup_done] then { - fail "Can't run to setup_done" + fail "can't run to setup_done" return 0 } diff --git a/gdb/testsuite/gdb.base/auto-connect-native-target.exp b/gdb/testsuite/gdb.base/auto-connect-native-target.exp index 191f85c..504708c 100644 --- a/gdb/testsuite/gdb.base/auto-connect-native-target.exp +++ b/gdb/testsuite/gdb.base/auto-connect-native-target.exp @@ -36,7 +36,7 @@ gdb_test_multiple $test $test { } if { !$have_native } { - unsupported "No \"target native\" support." + unsupported "no \"target native\" support." return } @@ -62,14 +62,14 @@ set topmost [get_topmost_target "check whether a target is already connected"] # Testing against the extended-remote board, for example? if { $topmost != "exec" } { - unsupported "Already connected to target $topmost." + unsupported "already connected to target $topmost." return } # Check which target this board connects to. If testing with a native # target board, this should cause the native target to auto connect. if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } @@ -94,7 +94,7 @@ proc check_native_target {test} { # Testing against a remote board, for example? if { ![check_native_target "check whether board tests the native target"] } { - unsupported "Not testing the native target." + unsupported "not testing the native target." return } diff --git a/gdb/testsuite/gdb.base/batch-preserve-term-settings.exp b/gdb/testsuite/gdb.base/batch-preserve-term-settings.exp index a2de2c0..e7e3d7e 100644 --- a/gdb/testsuite/gdb.base/batch-preserve-term-settings.exp +++ b/gdb/testsuite/gdb.base/batch-preserve-term-settings.exp @@ -37,7 +37,7 @@ proc spawn_shell {} { set res [remote_spawn host "/bin/sh"] if { $res < 0 || $res == "" } { - unsupported "Spawning shell failed." + unsupported "spawning shell failed." return 0 } diff --git a/gdb/testsuite/gdb.base/bfp-test.exp b/gdb/testsuite/gdb.base/bfp-test.exp index 9725331..4b39d39 100644 --- a/gdb/testsuite/gdb.base/bfp-test.exp +++ b/gdb/testsuite/gdb.base/bfp-test.exp @@ -19,7 +19,7 @@ standard_testfile .c if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } { - untested "Couldn't compile ${srcfile}" + untested "couldn't compile ${srcfile}" return -1 } diff --git a/gdb/testsuite/gdb.base/bigcore.exp b/gdb/testsuite/gdb.base/bigcore.exp index ae00d0a..62ca2b1 100644 --- a/gdb/testsuite/gdb.base/bigcore.exp +++ b/gdb/testsuite/gdb.base/bigcore.exp @@ -21,7 +21,7 @@ # mechanism that would let it efficiently access a remote corefile. if ![isnative] then { - untested "Remote system" + untested "remote system" return } @@ -34,7 +34,7 @@ if { [istarget "*-*-*bsd*"] || [istarget "*-*-solaris*"] || [istarget "*-*-darwin*"] || [istarget "*-*-cygwin*"] } { - untested "Kernel lacks sparse corefile support (PR gdb/1551)" + untested "kernel lacks sparse corefile support (PR gdb/1551)" return } @@ -146,7 +146,7 @@ foreach pat [list core.${inferior_pid} ${testfile}.core core] { } if { $file == "" } { - untested "Can't generate a core file" + untested "can't generate a core file" return 0 } diff --git a/gdb/testsuite/gdb.base/bp-permanent.exp b/gdb/testsuite/gdb.base/bp-permanent.exp index 57e36ed..64d0171 100644 --- a/gdb/testsuite/gdb.base/bp-permanent.exp +++ b/gdb/testsuite/gdb.base/bp-permanent.exp @@ -110,7 +110,7 @@ proc test {always_inserted sw_watchpoint} { # Some targets (QEMU for one) will disallow writes to the # .text section under certain circumstances. It is no use # continuing with the test at this point. Just return. - unsupported "Cannot modify memory" + unsupported "cannot modify memory" return } -re " = .*$gdb_prompt $" { diff --git a/gdb/testsuite/gdb.base/break-always.exp b/gdb/testsuite/gdb.base/break-always.exp index 409fdcc..a1a4165 100644 --- a/gdb/testsuite/gdb.base/break-always.exp +++ b/gdb/testsuite/gdb.base/break-always.exp @@ -77,7 +77,7 @@ foreach test_value {0 1} { # Some targets do not allow manually writing a breakpoint to a # certain memory address, like QEMU. In that case, just bail out. - unsupported "Cannot write to address $bp_address" + unsupported "cannot write to address $bp_address" return -1 } -re " = .*$gdb_prompt $" { diff --git a/gdb/testsuite/gdb.base/break-fun-addr.exp b/gdb/testsuite/gdb.base/break-fun-addr.exp index e8bed3f..938ec87 100644 --- a/gdb/testsuite/gdb.base/break-fun-addr.exp +++ b/gdb/testsuite/gdb.base/break-fun-addr.exp @@ -36,7 +36,7 @@ set srcfile1 ${testfile1}.c set binfile1 [standard_output_file ${testfile1}] if { [gdb_compile "${srcdir}/${subdir}/${srcfile1}" "${binfile1}" executable {debug}] != "" } { - untested "Couldn't compile ${srcfile1}" + untested "couldn't compile ${srcfile1}" return -1 } @@ -65,7 +65,7 @@ set srcfile2 ${testfile2}.c set binfile2 [standard_output_file ${testfile2}] if { [gdb_compile "${srcdir}/${subdir}/${srcfile2}" "${binfile2}" executable {debug}] != "" } { - untested "Couldn't compile ${srcfile2}" + untested "couldn't compile ${srcfile2}" return -1 } diff --git a/gdb/testsuite/gdb.base/break-idempotent.exp b/gdb/testsuite/gdb.base/break-idempotent.exp index 5f25fe0..eab03c4 100644 --- a/gdb/testsuite/gdb.base/break-idempotent.exp +++ b/gdb/testsuite/gdb.base/break-idempotent.exp @@ -41,7 +41,7 @@ if {[prepare_for_testing "failed to prepare" $testfile $srcfile debug]} { } if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } @@ -127,7 +127,7 @@ proc test_break { always_inserted break_command } { delete_breakpoints if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return } diff --git a/gdb/testsuite/gdb.base/break-main-file-remove-fail.exp b/gdb/testsuite/gdb.base/break-main-file-remove-fail.exp index f21bbc3..2fe6676 100644 --- a/gdb/testsuite/gdb.base/break-main-file-remove-fail.exp +++ b/gdb/testsuite/gdb.base/break-main-file-remove-fail.exp @@ -56,7 +56,7 @@ proc test_remove_bp { initial_load } { set GDBFLAGS $saved_gdbflags if ![runto start] { - fail "Can't run to start" + fail "can't run to start" return } diff --git a/gdb/testsuite/gdb.base/break-probes.exp b/gdb/testsuite/gdb.base/break-probes.exp index ddadc8b..bb8eee0 100644 --- a/gdb/testsuite/gdb.base/break-probes.exp +++ b/gdb/testsuite/gdb.base/break-probes.exp @@ -28,7 +28,7 @@ set probes_bp "dl_main" if { [gdb_compile_shlib $srcfile_lib $binfile_lib \ [list additional_flags=-fPIC]] != "" } { - untested "Could not compile $binfile_lib." + untested "could not compile $binfile_lib." return -1 } diff --git a/gdb/testsuite/gdb.base/break-unload-file.exp b/gdb/testsuite/gdb.base/break-unload-file.exp index 68690c0..a395cde 100644 --- a/gdb/testsuite/gdb.base/break-unload-file.exp +++ b/gdb/testsuite/gdb.base/break-unload-file.exp @@ -60,7 +60,7 @@ proc test_break { initial_load always_inserted break_command } { set GDBFLAGS $saved_gdbflags if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return } diff --git a/gdb/testsuite/gdb.base/break.exp b/gdb/testsuite/gdb.base/break.exp index 2b4587e..f111d58 100644 --- a/gdb/testsuite/gdb.base/break.exp +++ b/gdb/testsuite/gdb.base/break.exp @@ -35,13 +35,13 @@ gdb_expect { send_gdb "y\n" gdb_expect { -re "$gdb_prompt $" { - fail "Delete all breakpoints when none (unexpected prompt)" + fail "delete all breakpoints when none (unexpected prompt)" } - timeout { fail "Delete all breakpoints when none (timeout after unexpected prompt)" } + timeout { fail "delete all breakpoints when none (timeout after unexpected prompt)" } } } - -re ".*$gdb_prompt $" { pass "Delete all breakpoints when none" } - timeout { fail "Delete all breakpoints when none (timeout)" } + -re ".*$gdb_prompt $" { pass "delete all breakpoints when none" } + timeout { fail "delete all breakpoints when none (timeout)" } } # diff --git a/gdb/testsuite/gdb.base/call-ar-st.exp b/gdb/testsuite/gdb.base/call-ar-st.exp index c63935a..0e10453 100644 --- a/gdb/testsuite/gdb.base/call-ar-st.exp +++ b/gdb/testsuite/gdb.base/call-ar-st.exp @@ -22,7 +22,7 @@ standard_testfile # Some targets can't call functions, so don't even bother with this # test. if [target_info exists gdb,cannot_call_functions] { - unsupported "This target can not call functions" + unsupported "this target can not call functions" continue } diff --git a/gdb/testsuite/gdb.base/call-rt-st.exp b/gdb/testsuite/gdb.base/call-rt-st.exp index a92ba9e..7120b8b 100644 --- a/gdb/testsuite/gdb.base/call-rt-st.exp +++ b/gdb/testsuite/gdb.base/call-rt-st.exp @@ -40,7 +40,7 @@ if [get_compiler_info] { # Some targets can't do function calls, so don't even bother with this # test. if [target_info exists gdb,cannot_call_functions] { - unsupported "This target can not call functions" + unsupported "this target can not call functions" continue } diff --git a/gdb/testsuite/gdb.base/call-sc.exp b/gdb/testsuite/gdb.base/call-sc.exp index 89065e1..a5405df 100644 --- a/gdb/testsuite/gdb.base/call-sc.exp +++ b/gdb/testsuite/gdb.base/call-sc.exp @@ -23,7 +23,7 @@ # test. if [target_info exists gdb,cannot_call_functions] { - unsupported "This target can not call functions" + unsupported "this target can not call functions" continue } diff --git a/gdb/testsuite/gdb.base/call-signal-resume.exp b/gdb/testsuite/gdb.base/call-signal-resume.exp index a6b07cf..5dd580c 100644 --- a/gdb/testsuite/gdb.base/call-signal-resume.exp +++ b/gdb/testsuite/gdb.base/call-signal-resume.exp @@ -36,7 +36,7 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb # Some targets can't do function calls, so don't even bother with this # test. if [target_info exists gdb,cannot_call_functions] { - unsupported "This target can not call functions" + unsupported "this target can not call functions" continue } @@ -56,7 +56,7 @@ proc get_dummy_frame_number { } { clean_restart ${binfile} if { ![runto_main] } { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/call-strs.exp b/gdb/testsuite/gdb.base/call-strs.exp index 7a310d4..ac1bf6d 100644 --- a/gdb/testsuite/gdb.base/call-strs.exp +++ b/gdb/testsuite/gdb.base/call-strs.exp @@ -28,7 +28,7 @@ standard_testfile # Some targets can't call functions, so don't even bother with this # test. if [target_info exists gdb,cannot_call_functions] { - unsupported "This target can not call functions" + unsupported "this target can not call functions" continue } diff --git a/gdb/testsuite/gdb.base/callexit.exp b/gdb/testsuite/gdb.base/callexit.exp index 219c9a4..e904200 100644 --- a/gdb/testsuite/gdb.base/callexit.exp +++ b/gdb/testsuite/gdb.base/callexit.exp @@ -24,7 +24,7 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb # Some targets can't do function calls, so don't even bother with this # test. if [target_info exists gdb,cannot_call_functions] { - unsupported "This target can not call functions" + unsupported "this target can not call functions" continue } @@ -33,7 +33,7 @@ if [target_info exists gdb,cannot_call_functions] { clean_restart ${binfile} if { ![runto_main] } { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/callfuncs.exp b/gdb/testsuite/gdb.base/callfuncs.exp index b108952..8fa016a 100644 --- a/gdb/testsuite/gdb.base/callfuncs.exp +++ b/gdb/testsuite/gdb.base/callfuncs.exp @@ -26,7 +26,7 @@ if [support_complex_tests] { # Some targets can't do function calls, so don't even bother with this # test. if [target_info exists gdb,cannot_call_functions] { - unsupported "This target can not call functions" + unsupported "this target can not call functions" continue } diff --git a/gdb/testsuite/gdb.base/catch-gdb-caused-signals.exp b/gdb/testsuite/gdb.base/catch-gdb-caused-signals.exp index 31fa1b8..63c3292 100644 --- a/gdb/testsuite/gdb.base/catch-gdb-caused-signals.exp +++ b/gdb/testsuite/gdb.base/catch-gdb-caused-signals.exp @@ -36,7 +36,7 @@ if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} { } if ![runto_main] { - fail "Can't run to main to make the tests" + fail "can't run to main to make the tests" return -1 } diff --git a/gdb/testsuite/gdb.base/catch-signal-siginfo-cond.exp b/gdb/testsuite/gdb.base/catch-signal-siginfo-cond.exp index 7fabfd6..7cc848c 100644 --- a/gdb/testsuite/gdb.base/catch-signal-siginfo-cond.exp +++ b/gdb/testsuite/gdb.base/catch-signal-siginfo-cond.exp @@ -42,7 +42,7 @@ if { [prepare_for_testing "failed to prepare" "${testfile}" $srcfile {debug}] } } if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return -1 } diff --git a/gdb/testsuite/gdb.base/catch-syscall.exp b/gdb/testsuite/gdb.base/catch-syscall.exp index a739c46..4bec7a6 100644 --- a/gdb/testsuite/gdb.base/catch-syscall.exp +++ b/gdb/testsuite/gdb.base/catch-syscall.exp @@ -29,7 +29,7 @@ if { [prepare_for_testing ${testfile}.exp $testfile ${testfile}.c] } { # Check target supports catch syscall or not. clean_restart $binfile if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return } diff --git a/gdb/testsuite/gdb.base/compare-sections.exp b/gdb/testsuite/gdb.base/compare-sections.exp index 9fa42e0..09fde65 100644 --- a/gdb/testsuite/gdb.base/compare-sections.exp +++ b/gdb/testsuite/gdb.base/compare-sections.exp @@ -78,7 +78,7 @@ gdb_test_multiple $command $test { # Now get past startup code. if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/cond-eval-mode.exp b/gdb/testsuite/gdb.base/cond-eval-mode.exp index 400c883..4816ddc 100644 --- a/gdb/testsuite/gdb.base/cond-eval-mode.exp +++ b/gdb/testsuite/gdb.base/cond-eval-mode.exp @@ -22,7 +22,7 @@ if {[prepare_for_testing "failed to prepare" $testfile $srcfile debug]} { } if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/condbreak-call-false.exp b/gdb/testsuite/gdb.base/condbreak-call-false.exp index f0054c3..d51ff63 100644 --- a/gdb/testsuite/gdb.base/condbreak-call-false.exp +++ b/gdb/testsuite/gdb.base/condbreak-call-false.exp @@ -23,7 +23,7 @@ if {[prepare_for_testing "failed to prepare" $testfile $srcfile debug]} { } if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/consecutive-step-over.exp b/gdb/testsuite/gdb.base/consecutive-step-over.exp index 5fb0319..9a05aeb 100644 --- a/gdb/testsuite/gdb.base/consecutive-step-over.exp +++ b/gdb/testsuite/gdb.base/consecutive-step-over.exp @@ -25,7 +25,7 @@ if {[prepare_for_testing "failed to prepare" $testfile $srcfile debug]} { } if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/cursal.exp b/gdb/testsuite/gdb.base/cursal.exp index bf12faa..efaa7c7 100644 --- a/gdb/testsuite/gdb.base/cursal.exp +++ b/gdb/testsuite/gdb.base/cursal.exp @@ -17,7 +17,7 @@ standard_testfile if {[gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != ""} { - untested "Couldn't compile $srcfile" + untested "couldn't compile $srcfile" return -1 } diff --git a/gdb/testsuite/gdb.base/disabled-location.exp b/gdb/testsuite/gdb.base/disabled-location.exp index 0c49466..10e5121 100644 --- a/gdb/testsuite/gdb.base/disabled-location.exp +++ b/gdb/testsuite/gdb.base/disabled-location.exp @@ -20,7 +20,7 @@ if { [prepare_for_testing ${testfile}.exp ${testfile}] } { } if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/disasm-end-cu.exp b/gdb/testsuite/gdb.base/disasm-end-cu.exp index 681cb76..81b153f 100644 --- a/gdb/testsuite/gdb.base/disasm-end-cu.exp +++ b/gdb/testsuite/gdb.base/disasm-end-cu.exp @@ -29,21 +29,21 @@ set main_addr [get_hexadecimal_valueof "&main" "0"] set dummy_3_addr [get_hexadecimal_valueof "&dummy_3" "0"] if {$main_addr == 0 || $dummy_3_addr == 0 || $dummy_3_addr <= $main_addr} { - fail "Unable to extract required addresses, or addresses out of order" + fail "unable to extract required addresses, or addresses out of order" return -1 } gdb_test_multiple "disassemble /m ${main_addr},${dummy_3_addr}" "Disassemble address range with source" { -re "Dump of assembler code from ${main_addr} to ${dummy_3_addr}:\r\nEnd of assembler dump\." { - fail "No output from the disassemble command" + fail "no output from the disassemble command" } -re "Line number 0 out of range;.* has $decimal lines\." { - fail "The disassemble command failed" + fail "the disassemble command failed" } -re "Dump of assembler code from ${main_addr} to ${dummy_3_addr}:\r\n.*main.*End of assembler dump\." { pass "disassemble command returned some output" } -re ".*$gdb_prompt $" { - fail "Unexpected output from disassemble command" + fail "unexpected output from disassemble command" } } diff --git a/gdb/testsuite/gdb.base/display.exp b/gdb/testsuite/gdb.base/display.exp index 040110a..9576be54 100644 --- a/gdb/testsuite/gdb.base/display.exp +++ b/gdb/testsuite/gdb.base/display.exp @@ -53,7 +53,7 @@ if !$use_gdb_stub { # Ok, on to real life # if ![runto_main] then { - fail "Could not run to main - other tests will fail." + fail "could not run to main - other tests will fail." continue } diff --git a/gdb/testsuite/gdb.base/double-prompt-target-event-error.exp b/gdb/testsuite/gdb.base/double-prompt-target-event-error.exp index ebf2231..16567fa 100644 --- a/gdb/testsuite/gdb.base/double-prompt-target-event-error.exp +++ b/gdb/testsuite/gdb.base/double-prompt-target-event-error.exp @@ -41,7 +41,7 @@ proc cancel_pagination_in_target_event { command } { clean_restart $binfile if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/dprintf-bp-same-addr.exp b/gdb/testsuite/gdb.base/dprintf-bp-same-addr.exp index b6b5955..004dc2b 100644 --- a/gdb/testsuite/gdb.base/dprintf-bp-same-addr.exp +++ b/gdb/testsuite/gdb.base/dprintf-bp-same-addr.exp @@ -31,7 +31,7 @@ proc test { style } { clean_restart $binfile if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return -1 } diff --git a/gdb/testsuite/gdb.base/dprintf-detach.exp b/gdb/testsuite/gdb.base/dprintf-detach.exp index 798bf9f..a0be2cd 100644 --- a/gdb/testsuite/gdb.base/dprintf-detach.exp +++ b/gdb/testsuite/gdb.base/dprintf-detach.exp @@ -46,7 +46,7 @@ proc dprintf_detach_test { breakpoint_always_inserted dprintf_style disconnected gdb_test_no_output "set disconnected-dprintf ${disconnected_dprintf}" if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return -1 } diff --git a/gdb/testsuite/gdb.base/dprintf-next.exp b/gdb/testsuite/gdb.base/dprintf-next.exp index e8da9be..7a36278 100644 --- a/gdb/testsuite/gdb.base/dprintf-next.exp +++ b/gdb/testsuite/gdb.base/dprintf-next.exp @@ -25,7 +25,7 @@ if [prepare_for_testing "failed to prepare for dprintf with next" \ } if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return -1 } diff --git a/gdb/testsuite/gdb.base/dprintf-non-stop.exp b/gdb/testsuite/gdb.base/dprintf-non-stop.exp index 1787f6f..94f97d8 100644 --- a/gdb/testsuite/gdb.base/dprintf-non-stop.exp +++ b/gdb/testsuite/gdb.base/dprintf-non-stop.exp @@ -15,7 +15,7 @@ if [is_remote target] then { # Testing with remote/non-stop is racy at the moment. - unsupported "Testing dprintf with remote/non-stop is not supported." + unsupported "testing dprintf with remote/non-stop is not supported." return 0 } @@ -33,7 +33,7 @@ save_vars { GDBFLAGS } { } if ![runto main] { - fail "Can't run to main" + fail "can't run to main" return -1 } diff --git a/gdb/testsuite/gdb.base/dprintf-pending.exp b/gdb/testsuite/gdb.base/dprintf-pending.exp index 5758c1b..10df3fb 100644 --- a/gdb/testsuite/gdb.base/dprintf-pending.exp +++ b/gdb/testsuite/gdb.base/dprintf-pending.exp @@ -32,7 +32,7 @@ if { [get_compiler_info] } { if { [gdb_compile_shlib $libsrc $lib_sl $lib_opts] != "" || [gdb_compile $srcdir/$subdir/$srcfile $binfile executable $exec_opts] != ""} { - untested "Could not compile either $libsrc or $srcdir/$subdir/$srcfile." + untested "could not compile either $libsrc or $srcdir/$subdir/$srcfile." return -1 } diff --git a/gdb/testsuite/gdb.base/dso2dso.exp b/gdb/testsuite/gdb.base/dso2dso.exp index 336d46a..f620d2c 100644 --- a/gdb/testsuite/gdb.base/dso2dso.exp +++ b/gdb/testsuite/gdb.base/dso2dso.exp @@ -41,13 +41,13 @@ set binfile_libdso1 [standard_output_file $libdso1.so] if { [gdb_compile_shlib $srcfile_libdso2 $binfile_libdso2 \ [list debug additional_flags=-fPIC]] != "" } { - untested "Could not compile $binfile_libdso2." + untested "could not compile $binfile_libdso2." return -1 } if { [gdb_compile_shlib $srcfile_libdso1 $binfile_libdso1 \ [list debug additional_flags=-fPIC]] != "" } { - untested "Could not compile $binfile_libdso1." + untested "could not compile $binfile_libdso1." return -1 } diff --git a/gdb/testsuite/gdb.base/ending-run.exp b/gdb/testsuite/gdb.base/ending-run.exp index 945e835..37bb39e 100644 --- a/gdb/testsuite/gdb.base/ending-run.exp +++ b/gdb/testsuite/gdb.base/ending-run.exp @@ -270,7 +270,7 @@ if {!$use_gdb_stub set exec_output [remote_exec host "ls core"] if [ regexp "core not found" $exec_output] { - pass "No core dumped on quit" + pass "no core dumped on quit" } else { if [ regexp "No such file or directory" $exec_output] { pass "ls: core (No core dumped on quit)" diff --git a/gdb/testsuite/gdb.base/enum_cond.exp b/gdb/testsuite/gdb.base/enum_cond.exp index bb3cf59..4be8a8a 100644 --- a/gdb/testsuite/gdb.base/enum_cond.exp +++ b/gdb/testsuite/gdb.base/enum_cond.exp @@ -21,7 +21,7 @@ standard_testfile .c set opts [list debug additional_flags=-fshort-enums] if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable $opts] != "" } { - untested "Could not compile ${srcfile}" + untested "could not compile ${srcfile}" return -1 } diff --git a/gdb/testsuite/gdb.base/examine-backward.exp b/gdb/testsuite/gdb.base/examine-backward.exp index e03cbfd..f39056e 100644 --- a/gdb/testsuite/gdb.base/examine-backward.exp +++ b/gdb/testsuite/gdb.base/examine-backward.exp @@ -36,7 +36,7 @@ proc get_first_mapped_address {} { set addr $expect_out(1,string) } -re "$gdb_prompt $" { - unsupported "Current target does not support 'info proc mappings'" + unsupported "current target does not support 'info proc mappings'" } } return ${addr} diff --git a/gdb/testsuite/gdb.base/exe-lock.exp b/gdb/testsuite/gdb.base/exe-lock.exp index 66eae02..8cb8f9d 100644 --- a/gdb/testsuite/gdb.base/exe-lock.exp +++ b/gdb/testsuite/gdb.base/exe-lock.exp @@ -23,7 +23,7 @@ standard_testfile arrayidx.c append binfile $EXEEXT if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } { - untested "Couldn't compile ${srcfile}" + untested "couldn't compile ${srcfile}" return -1 } diff --git a/gdb/testsuite/gdb.base/exec-invalid-sysroot.exp b/gdb/testsuite/gdb.base/exec-invalid-sysroot.exp index 9665b5f..a089e89 100644 --- a/gdb/testsuite/gdb.base/exec-invalid-sysroot.exp +++ b/gdb/testsuite/gdb.base/exec-invalid-sysroot.exp @@ -47,7 +47,7 @@ proc do_exec_sysroot_test {} { # Start the program running, and stop at main. # if ![runto_main] then { - fail "Couldn't run ${testfile}" + fail "couldn't run ${testfile}" return } diff --git a/gdb/testsuite/gdb.base/execl-update-breakpoints.exp b/gdb/testsuite/gdb.base/execl-update-breakpoints.exp index 47a848e..1c2713f 100644 --- a/gdb/testsuite/gdb.base/execl-update-breakpoints.exp +++ b/gdb/testsuite/gdb.base/execl-update-breakpoints.exp @@ -55,7 +55,7 @@ if { [gdb_compile $objfile $exec1 executable $opts1_ld] != "" } { clean_restart ${exec1} if ![runto_main] then { - fail "Couldn't run to main" + fail "couldn't run to main" return -1 } @@ -70,7 +70,7 @@ gdb_test_multiple "p/x &main" $test { clean_restart ${exec2} if ![runto_main] then { - fail "Couldn't run to main" + fail "couldn't run to main" return -1 } @@ -103,7 +103,7 @@ proc test { always_inserted } { gdb_test_no_output "set breakpoint always-inserted $always_inserted" if ![runto_main] then { - fail "Couldn't run to main" + fail "couldn't run to main" return -1 } diff --git a/gdb/testsuite/gdb.base/execution-termios.exp b/gdb/testsuite/gdb.base/execution-termios.exp index 4abdeb8..02b674c 100644 --- a/gdb/testsuite/gdb.base/execution-termios.exp +++ b/gdb/testsuite/gdb.base/execution-termios.exp @@ -25,7 +25,7 @@ if {[prepare_for_testing "failed to prepare" $testfile $srcfile debug]} { proc test { prefix body } { with_test_prefix $prefix { if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return 0 } uplevel 1 $body diff --git a/gdb/testsuite/gdb.base/fileio.exp b/gdb/testsuite/gdb.base/fileio.exp index d83bbb4..5dd2f20 100644 --- a/gdb/testsuite/gdb.base/fileio.exp +++ b/gdb/testsuite/gdb.base/fileio.exp @@ -225,7 +225,7 @@ gdb_test continue \ "Continuing\\..*rename 2:.*EISDIR$stop_msg" \ "Renaming a file to existing directory returns EISDIR" -set test "Renaming a directory to a non-empty directory returns ENOTEMPTY or EEXIST" +set test "renaming a directory to a non-empty directory returns ENOTEMPTY or EEXIST" gdb_test_multiple continue "${test}" { -re "Continuing\\..*rename 3:.*(ENOTEMPTY|EEXIST)$stop_msg$gdb_prompt $" { pass "${test}" diff --git a/gdb/testsuite/gdb.base/fixsection.exp b/gdb/testsuite/gdb.base/fixsection.exp index 07b7bb5..5b7fdf6 100644 --- a/gdb/testsuite/gdb.base/fixsection.exp +++ b/gdb/testsuite/gdb.base/fixsection.exp @@ -34,7 +34,7 @@ if [get_compiler_info] { if { [gdb_compile_shlib $libsrc $lib_sl $lib_opts] != "" || [gdb_compile $srcdir/$subdir/$srcfile $binfile \ executable $exec_opts] != ""} { - untested "Could not compile either $libsrc or $srcfile." + untested "could not compile either $libsrc or $srcfile." return -1 } @@ -47,7 +47,7 @@ gdb_load ${binfile} gdb_load_shlib ${lib_sl} if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 1 } diff --git a/gdb/testsuite/gdb.base/foll-exec-mode.exp b/gdb/testsuite/gdb.base/foll-exec-mode.exp index aa7b4143..af417ca 100644 --- a/gdb/testsuite/gdb.base/foll-exec-mode.exp +++ b/gdb/testsuite/gdb.base/foll-exec-mode.exp @@ -69,7 +69,7 @@ proc do_catch_exec_test { } { # Start the program running, and stop at main. # if ![runto_main] then { - fail "Couldn't run ${testfile}" + fail "couldn't run ${testfile}" return } @@ -109,7 +109,7 @@ proc do_follow_exec_mode_tests { mode cmd infswitch } { # Start the program running, and stop at main. # if ![runto_main] then { - fail "Couldn't run ${testfile}" + fail "couldn't run ${testfile}" return } diff --git a/gdb/testsuite/gdb.base/foll-exec.exp b/gdb/testsuite/gdb.base/foll-exec.exp index f496cca..ed86c0f 100644 --- a/gdb/testsuite/gdb.base/foll-exec.exp +++ b/gdb/testsuite/gdb.base/foll-exec.exp @@ -48,7 +48,7 @@ proc do_exec_tests {} { # Start the program running, and stop at main. # if ![runto_main] then { - fail "Couldn't run ${testfile}" + fail "couldn't run ${testfile}" return } @@ -75,7 +75,7 @@ proc do_exec_tests {} { # Start the program running, and stop at main. # if ![runto_main] then { - fail "Couldn't run ${testfile}" + fail "couldn't run ${testfile}" return } # Execute the code setting up variable PROG. @@ -162,7 +162,7 @@ proc do_exec_tests {} { # Start the program running, and stop at main. # if ![runto_main] then { - fail "Couldn't run ${testfile} (2nd try)" + fail "couldn't run ${testfile} (2nd try)" return } @@ -231,7 +231,7 @@ proc do_exec_tests {} { # Start the program running, and stop at main. # if ![runto_main] then { - fail "Couldn't run ${testfile} (3rd try)" + fail "couldn't run ${testfile} (3rd try)" return } # Execute the code setting up variable PROG. @@ -296,7 +296,7 @@ proc do_exec_tests {} { # Start the program running, and stop at main. # if ![runto_main] then { - fail "Couldn't run ${testfile} (4th try)" + fail "couldn't run ${testfile} (4th try)" return } # Execute the code setting up variable PROG. @@ -355,7 +355,7 @@ proc do_exec_tests {} { # Start the program running, and stop at main. # if ![runto_main] then { - fail "Couldn't run ${testfile} (5th try)" + fail "couldn't run ${testfile} (5th try)" return } diff --git a/gdb/testsuite/gdb.base/fork-running-state.exp b/gdb/testsuite/gdb.base/fork-running-state.exp index be81be6..7a54ada 100644 --- a/gdb/testsuite/gdb.base/fork-running-state.exp +++ b/gdb/testsuite/gdb.base/fork-running-state.exp @@ -36,7 +36,7 @@ proc do_test { detach_on_fork follow_fork non_stop schedule_multiple } { } if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/frame-args.exp b/gdb/testsuite/gdb.base/frame-args.exp index 037967b..08eb5d8 100644 --- a/gdb/testsuite/gdb.base/frame-args.exp +++ b/gdb/testsuite/gdb.base/frame-args.exp @@ -15,7 +15,7 @@ standard_testfile .c if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } { - untested "Couldn't compile ${srcfile}" + untested "couldn't compile ${srcfile}" return -1 } diff --git a/gdb/testsuite/gdb.base/fullpath-expand.exp b/gdb/testsuite/gdb.base/fullpath-expand.exp index 4e572e5..1b1c5e7 100644 --- a/gdb/testsuite/gdb.base/fullpath-expand.exp +++ b/gdb/testsuite/gdb.base/fullpath-expand.exp @@ -16,7 +16,7 @@ standard_testfile .c fullpath-expand-func.c if [is_remote host] { - unsupported "Compiling on a remote host does not support a filename with directory." + unsupported "compiling on a remote host does not support a filename with directory." return 0 } diff --git a/gdb/testsuite/gdb.base/func-ptr.exp b/gdb/testsuite/gdb.base/func-ptr.exp index 1a56cb8..cda2e9d 100644 --- a/gdb/testsuite/gdb.base/func-ptr.exp +++ b/gdb/testsuite/gdb.base/func-ptr.exp @@ -22,7 +22,7 @@ if { [prepare_for_testing func-ptr.exp "func-ptr" {func-ptr.c} {debug}] } { } if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/gcore-relro-pie.exp b/gdb/testsuite/gdb.base/gcore-relro-pie.exp index 5f22544..5a22d5d 100644 --- a/gdb/testsuite/gdb.base/gcore-relro-pie.exp +++ b/gdb/testsuite/gdb.base/gcore-relro-pie.exp @@ -41,7 +41,7 @@ clean_restart ${stripped_binfile} # The binary is stripped of debug info, but not minsyms. if ![runto break_here] { - fail "Can't run to break_here" + fail "can't run to break_here" return -1 } diff --git a/gdb/testsuite/gdb.base/gdb1090.exp b/gdb/testsuite/gdb.base/gdb1090.exp index e75004c..2bba93e 100644 --- a/gdb/testsuite/gdb.base/gdb1090.exp +++ b/gdb/testsuite/gdb.base/gdb1090.exp @@ -30,7 +30,7 @@ if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} { } if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 1 } diff --git a/gdb/testsuite/gdb.base/gdb1555.exp b/gdb/testsuite/gdb.base/gdb1555.exp index 5d11195..bb198f5 100644 --- a/gdb/testsuite/gdb.base/gdb1555.exp +++ b/gdb/testsuite/gdb.base/gdb1555.exp @@ -45,7 +45,7 @@ clean_restart ${binfile} gdb_load_shlib $libobj if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/global-var-nested-by-dso.exp b/gdb/testsuite/gdb.base/global-var-nested-by-dso.exp index c8bdd2b..7285962 100644 --- a/gdb/testsuite/gdb.base/global-var-nested-by-dso.exp +++ b/gdb/testsuite/gdb.base/global-var-nested-by-dso.exp @@ -29,13 +29,13 @@ set binfile_lib2 [standard_output_file $lib2name.so] if { [gdb_compile_shlib $srcfile_lib1 $binfile_lib1 \ [list debug additional_flags=-fPIC]] != "" } { - untested "Could not compile $binfile_lib1." + untested "could not compile $binfile_lib1." return -1 } if { [gdb_compile_shlib $srcfile_lib2 $binfile_lib2 \ [list debug additional_flags=-fPIC]] != "" } { - untested "Could not compile $binfile_lib2." + untested "could not compile $binfile_lib2." return -1 } diff --git a/gdb/testsuite/gdb.base/gnu-ifunc.exp b/gdb/testsuite/gdb.base/gnu-ifunc.exp index 3b2775b..ce9e11f 100644 --- a/gdb/testsuite/gdb.base/gnu-ifunc.exp +++ b/gdb/testsuite/gdb.base/gnu-ifunc.exp @@ -52,7 +52,7 @@ if [get_compiler_info] { if { [gdb_compile_shlib ${srcdir}/${subdir}/$libsrc $lib_so $lib_opts] != "" || [gdb_compile ${srcdir}/${subdir}/$srcfile $binfile executable $exec_opts] != ""} { - untested "Could not compile dynamic executable $binfile." + untested "could not compile dynamic executable $binfile." return -1 } @@ -62,7 +62,7 @@ clean_restart $executable gdb_load_shlib ${lib_so} if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 1 } @@ -144,7 +144,7 @@ gdb_test "info sym $expect_out(1,string)" "gnu_ifunc in section .*" "info sym <g if { [gdb_compile ${srcdir}/${subdir}/$libsrc $lib_o object {}] != "" || [gdb_compile "${srcdir}/${subdir}/$srcfile $lib_o" $staticbinfile executable {debug}] != "" } { - untested "Could not compile static executable $staticbinfile." + untested "could not compile static executable $staticbinfile." return -1 } diff --git a/gdb/testsuite/gdb.base/hbreak-in-shr-unsupported.exp b/gdb/testsuite/gdb.base/hbreak-in-shr-unsupported.exp index 03a6b74..28ab3d6 100644 --- a/gdb/testsuite/gdb.base/hbreak-in-shr-unsupported.exp +++ b/gdb/testsuite/gdb.base/hbreak-in-shr-unsupported.exp @@ -36,7 +36,7 @@ if [get_compiler_info] { if { [gdb_compile_shlib ${srcdir}/${subdir}/${lib_src} ${lib_so} $lib_opts] != "" || [gdb_compile ${srcdir}/${subdir}/${main_src} ${binfile} executable $exec_opts] != ""} { - untested "Could not compile ${subdir}/$lib_src or ${subdir}/$srcfile." + untested "could not compile ${subdir}/$lib_src or ${subdir}/$srcfile." return -1 } @@ -44,7 +44,7 @@ clean_restart $binfile gdb_load_shlib $lib_so if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return -1 } diff --git a/gdb/testsuite/gdb.base/hbreak-unmapped.exp b/gdb/testsuite/gdb.base/hbreak-unmapped.exp index 43136ef..b5a2fbb 100644 --- a/gdb/testsuite/gdb.base/hbreak-unmapped.exp +++ b/gdb/testsuite/gdb.base/hbreak-unmapped.exp @@ -24,13 +24,13 @@ if {[prepare_for_testing "failed to prepare" ${testfile} ${srcfile}]} { } if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return -1 } # If we can read the memory at address 0, skip the test. if { [is_address_zero_readable] } { - untested "Memory at address 0 is readable" + untested "memory at address 0 is readable" return } diff --git a/gdb/testsuite/gdb.base/hook-stop.exp b/gdb/testsuite/gdb.base/hook-stop.exp index 7b0c22e..b34a4b7 100644 --- a/gdb/testsuite/gdb.base/hook-stop.exp +++ b/gdb/testsuite/gdb.base/hook-stop.exp @@ -40,7 +40,7 @@ proc setup {commands} { clean_restart $binfile if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return -code return } diff --git a/gdb/testsuite/gdb.base/infcall-input.exp b/gdb/testsuite/gdb.base/infcall-input.exp index b92a915..c970c0e 100644 --- a/gdb/testsuite/gdb.base/infcall-input.exp +++ b/gdb/testsuite/gdb.base/infcall-input.exp @@ -29,7 +29,7 @@ if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} { } if ![runto_main] then { - fail "Couldn't run to main" + fail "couldn't run to main" return -1 } diff --git a/gdb/testsuite/gdb.base/info-fun.exp b/gdb/testsuite/gdb.base/info-fun.exp index 3437216..2eec698 100644 --- a/gdb/testsuite/gdb.base/info-fun.exp +++ b/gdb/testsuite/gdb.base/info-fun.exp @@ -40,13 +40,13 @@ foreach libsepdebug {NO IN SEP} { with_test_prefix "$libsepdebug" { if { [gdb_compile_shlib ${srcfile_lib} ${binfile_lib} $sep_lib_flags] != "" || [gdb_compile $srcdir/$subdir/${srcfile} ${binfile} \ executable $bin_flags] != "" } { - untested "Could not compile $binfile_lib or $binfile." + untested "could not compile $binfile_lib or $binfile." return -1 } if {$libsepdebug == "SEP"} { if {[gdb_gnu_strip_debug $binfile_lib] != 0} { - unsupported "Could not split debug of $binfile_lib." + unsupported "could not split debug of $binfile_lib." return } else { pass "split solib" @@ -56,7 +56,7 @@ foreach libsepdebug {NO IN SEP} { with_test_prefix "$libsepdebug" { clean_restart $executable if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/info-shared.exp b/gdb/testsuite/gdb.base/info-shared.exp index aa00f73..57aa1d0 100644 --- a/gdb/testsuite/gdb.base/info-shared.exp +++ b/gdb/testsuite/gdb.base/info-shared.exp @@ -31,13 +31,13 @@ set define2 -DSHLIB2_NAME=\"$binfile_lib2\" if { [gdb_compile_shlib $srcfile_lib1 $binfile_lib1 \ [list additional_flags=-fPIC]] != "" } { - untested "Could not compile $binfile_lib1." + untested "could not compile $binfile_lib1." return -1 } if { [gdb_compile_shlib $srcfile_lib2 $binfile_lib2 \ [list additional_flags=-fPIC]] != "" } { - untested "Could not compile $binfile_lib2." + untested "could not compile $binfile_lib2." return -1 } diff --git a/gdb/testsuite/gdb.base/interrupt-noterm.exp b/gdb/testsuite/gdb.base/interrupt-noterm.exp index 05f6076..3aefa0c 100644 --- a/gdb/testsuite/gdb.base/interrupt-noterm.exp +++ b/gdb/testsuite/gdb.base/interrupt-noterm.exp @@ -24,7 +24,7 @@ if [prepare_for_testing "failed to prepare for testing" \ gdb_test_no_output "set interactive-mode off" if ![runto main] { - fail "Can't run to main" + fail "can't run to main" return -1 } diff --git a/gdb/testsuite/gdb.base/jit-so.exp b/gdb/testsuite/gdb.base/jit-so.exp index 9fadd86..b2e2955 100644 --- a/gdb/testsuite/gdb.base/jit-so.exp +++ b/gdb/testsuite/gdb.base/jit-so.exp @@ -76,7 +76,7 @@ proc one_jit_test {count match_str} { } if { ![runto_main] } { - fail "Can't run to main" + fail "can't run to main" return } diff --git a/gdb/testsuite/gdb.base/jit.exp b/gdb/testsuite/gdb.base/jit.exp index 17024e4..528c330 100644 --- a/gdb/testsuite/gdb.base/jit.exp +++ b/gdb/testsuite/gdb.base/jit.exp @@ -116,7 +116,7 @@ proc one_jit_test {count match_str reattach} { } if { ![runto_main] } { - fail "Can't run to main" + fail "can't run to main" return } diff --git a/gdb/testsuite/gdb.base/line-symtabs.exp b/gdb/testsuite/gdb.base/line-symtabs.exp index af22db7..85e9b2f 100644 --- a/gdb/testsuite/gdb.base/line-symtabs.exp +++ b/gdb/testsuite/gdb.base/line-symtabs.exp @@ -21,7 +21,7 @@ if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] } { } if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return -1 } diff --git a/gdb/testsuite/gdb.base/list.exp b/gdb/testsuite/gdb.base/list.exp index 9946590..a9e2965 100644 --- a/gdb/testsuite/gdb.base/list.exp +++ b/gdb/testsuite/gdb.base/list.exp @@ -600,7 +600,7 @@ proc test_list {command listsize1 listsize2 linerange1 linerange2} { clean_restart $binfile if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return } diff --git a/gdb/testsuite/gdb.base/longjmp.exp b/gdb/testsuite/gdb.base/longjmp.exp index 2c3401c..b8d67fd 100644 --- a/gdb/testsuite/gdb.base/longjmp.exp +++ b/gdb/testsuite/gdb.base/longjmp.exp @@ -32,7 +32,7 @@ if [get_compiler_info] { clean_restart ${binfile} if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/macscp.exp b/gdb/testsuite/gdb.base/macscp.exp index 4e03553..22dcaac 100644 --- a/gdb/testsuite/gdb.base/macscp.exp +++ b/gdb/testsuite/gdb.base/macscp.exp @@ -209,7 +209,7 @@ gdb_test_multiple "info source" "Test macro information" { } } if {$macro_support == 0} { - unsupported "Skipping test because debug information does not include macro information." + unsupported "skipping test because debug information does not include macro information." return 0 } diff --git a/gdb/testsuite/gdb.base/max-value-size.exp b/gdb/testsuite/gdb.base/max-value-size.exp index 63a97a0..730e981 100644 --- a/gdb/testsuite/gdb.base/max-value-size.exp +++ b/gdb/testsuite/gdb.base/max-value-size.exp @@ -21,7 +21,7 @@ if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} { } if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/nodebug.exp b/gdb/testsuite/gdb.base/nodebug.exp index 43867ba..e0dd0e1 100644 --- a/gdb/testsuite/gdb.base/nodebug.exp +++ b/gdb/testsuite/gdb.base/nodebug.exp @@ -31,7 +31,7 @@ if [test_compiler_info "xlc-*"] { } if { [gdb_compile $srcdir/$subdir/$srcfile $binfile executable $exec_opts] != "" } { - untested "Couldn't compile $srcfile." + untested "couldn't compile $srcfile." return -1 } diff --git a/gdb/testsuite/gdb.base/nofield.exp b/gdb/testsuite/gdb.base/nofield.exp index 8d18960..9b06ba1 100644 --- a/gdb/testsuite/gdb.base/nofield.exp +++ b/gdb/testsuite/gdb.base/nofield.exp @@ -16,7 +16,7 @@ standard_testfile .c if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } { - untested "Couldn't compile ${srcfile}" + untested "couldn't compile ${srcfile}" return -1 } diff --git a/gdb/testsuite/gdb.base/overlays.exp b/gdb/testsuite/gdb.base/overlays.exp index cf4213a..45b8670 100644 --- a/gdb/testsuite/gdb.base/overlays.exp +++ b/gdb/testsuite/gdb.base/overlays.exp @@ -171,7 +171,7 @@ gdb_expect { -re ".*ovly2, " { fail ".ovly2 not unmapped by .ovly3" } -re ".*data00," { fail ".data00 not unmapped by .data01" } -re ".*data02," { fail ".data02 not unmapped by .data03" } - -re ".*$gdb_prompt $" { pass "Automatic unmapping" } + -re ".*$gdb_prompt $" { pass "automatic unmapping" } timeout { fail "(timeout) Automatic unmapping" } } diff --git a/gdb/testsuite/gdb.base/paginate-after-ctrl-c-running.exp b/gdb/testsuite/gdb.base/paginate-after-ctrl-c-running.exp index a6b4df7..e928207 100644 --- a/gdb/testsuite/gdb.base/paginate-after-ctrl-c-running.exp +++ b/gdb/testsuite/gdb.base/paginate-after-ctrl-c-running.exp @@ -37,7 +37,7 @@ proc test_ctrlc_while_target_running_paginates {} { clean_restart $binfile if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/paginate-bg-execution.exp b/gdb/testsuite/gdb.base/paginate-bg-execution.exp index 5fc077e..284e623 100644 --- a/gdb/testsuite/gdb.base/paginate-bg-execution.exp +++ b/gdb/testsuite/gdb.base/paginate-bg-execution.exp @@ -33,7 +33,7 @@ proc test_bg_execution_pagination_return {} { clean_restart $binfile if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } @@ -76,7 +76,7 @@ proc test_bg_execution_pagination_cancel { how } { clean_restart $binfile if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/paginate-inferior-exit.exp b/gdb/testsuite/gdb.base/paginate-inferior-exit.exp index 5128f5f..05a6dff 100644 --- a/gdb/testsuite/gdb.base/paginate-inferior-exit.exp +++ b/gdb/testsuite/gdb.base/paginate-inferior-exit.exp @@ -33,7 +33,7 @@ proc test_paginate_inferior_exited {} { clean_restart $binfile if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/pending.exp b/gdb/testsuite/gdb.base/pending.exp index 935fa14..ea913f1 100644 --- a/gdb/testsuite/gdb.base/pending.exp +++ b/gdb/testsuite/gdb.base/pending.exp @@ -37,7 +37,7 @@ if [get_compiler_info] { if { [gdb_compile_shlib $libsrc $lib_sl $lib_opts] != "" || [gdb_compile $srcdir/$subdir/$srcfile $binfile executable $exec_opts] != ""} { - untested "Could not compile either $libsrc or $srcdir/$subdir/$srcfile." + untested "could not compile either $libsrc or $srcdir/$subdir/$srcfile." return -1 } diff --git a/gdb/testsuite/gdb.base/pr11022.exp b/gdb/testsuite/gdb.base/pr11022.exp index 2a650d6..c8b4be8 100644 --- a/gdb/testsuite/gdb.base/pr11022.exp +++ b/gdb/testsuite/gdb.base/pr11022.exp @@ -29,7 +29,7 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb clean_restart ${binfile} if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/printcmds.exp b/gdb/testsuite/gdb.base/printcmds.exp index 7937fe7..bdddde6 100644 --- a/gdb/testsuite/gdb.base/printcmds.exp +++ b/gdb/testsuite/gdb.base/printcmds.exp @@ -683,7 +683,7 @@ proc test_print_string_constants {} { gdb_test_no_output "set print elements 50" if [target_info exists gdb,cannot_call_functions] { - unsupported "This target can not call functions" + unsupported "this target can not call functions" return } @@ -706,7 +706,7 @@ proc test_print_string_constants {} { proc test_print_array_constants {} { if [target_info exists gdb,cannot_call_functions] { - unsupported "This target can not call functions" + unsupported "this target can not call functions" return } @@ -950,7 +950,7 @@ gdb_test "p ctable1\[120\]" "120 'x'" "p ctable1\[120\] #1" gdb_load ${binfile} if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/ptr-typedef.exp b/gdb/testsuite/gdb.base/ptr-typedef.exp index bb164db..e9f925d 100644 --- a/gdb/testsuite/gdb.base/ptr-typedef.exp +++ b/gdb/testsuite/gdb.base/ptr-typedef.exp @@ -16,7 +16,7 @@ standard_testfile .c if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } { - untested "Couldn't compile test program" + untested "couldn't compile test program" return -1 } @@ -25,7 +25,7 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb clean_restart ${binfile} if ![runto marker1] { - untested "Couldn't run to marker1" + untested "couldn't run to marker1" } gdb_test "print foo_ptr" "\\\$$decimal = \\\(struct foo \\\*\\\) $hex" diff --git a/gdb/testsuite/gdb.base/ptype.exp b/gdb/testsuite/gdb.base/ptype.exp index dd61091..296b67a 100644 --- a/gdb/testsuite/gdb.base/ptype.exp +++ b/gdb/testsuite/gdb.base/ptype.exp @@ -591,7 +591,7 @@ gdb_test "ptype foo" "type = char" "ptype foo typedef after second list of charf if [runto_main] then { if [target_info exists gdb,cannot_call_functions] { - unsupported "This target can not call functions" + unsupported "this target can not call functions" continue } diff --git a/gdb/testsuite/gdb.base/randomize.exp b/gdb/testsuite/gdb.base/randomize.exp index fe78c91..529e6d6 100644 --- a/gdb/testsuite/gdb.base/randomize.exp +++ b/gdb/testsuite/gdb.base/randomize.exp @@ -43,11 +43,11 @@ proc address_get { testname } { set test "set disable-randomization off" gdb_test_multiple "${test}" "${test}" { -re "Disabling randomization .* unsupported .*$gdb_prompt $" { - untested "Disabling randomization is not supported on this Linux GDB" + untested "disabling randomization is not supported on this Linux GDB" return -1 } -re "No symbol .* in current context.*$gdb_prompt $" { - untested "Disabling randomization is not supported on this GDB platform" + untested "disabling randomization is not supported on this GDB platform" return -1 } -re "$gdb_prompt $" { @@ -62,7 +62,7 @@ set addr1 [address_get "randomized first address"] set addr2 [address_get "randomized second address"] set test "randomized addresses should not match" if [string equal $addr1 $addr2] { - untested "No randomization detected on this system" + untested "no randomization detected on this system" return -1 } else { pass $test diff --git a/gdb/testsuite/gdb.base/range-stepping.exp b/gdb/testsuite/gdb.base/range-stepping.exp index 69c7ef9..9ed92c7 100644 --- a/gdb/testsuite/gdb.base/range-stepping.exp +++ b/gdb/testsuite/gdb.base/range-stepping.exp @@ -23,7 +23,7 @@ if { [prepare_for_testing $testfile.exp $testfile $srcfile {debug}] } { } if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return -1 } diff --git a/gdb/testsuite/gdb.base/realname-expand.exp b/gdb/testsuite/gdb.base/realname-expand.exp index 918cf75..d21a403 100644 --- a/gdb/testsuite/gdb.base/realname-expand.exp +++ b/gdb/testsuite/gdb.base/realname-expand.exp @@ -16,7 +16,7 @@ standard_testfile .c realname-expand-real.c if [is_remote host] { - unsupported "Compiling on a remote host does not support a filename with directory." + unsupported "compiling on a remote host does not support a filename with directory." return 0 } diff --git a/gdb/testsuite/gdb.base/relativedebug.exp b/gdb/testsuite/gdb.base/relativedebug.exp index 00f9792..9563576 100644 --- a/gdb/testsuite/gdb.base/relativedebug.exp +++ b/gdb/testsuite/gdb.base/relativedebug.exp @@ -21,7 +21,7 @@ if [target_info exists gdb,nosignals] { standard_testfile .c if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } { - untested "Couldn't compile test program" + untested "couldn't compile test program" return -1 } diff --git a/gdb/testsuite/gdb.base/remote.exp b/gdb/testsuite/gdb.base/remote.exp index a3c34eb..b75540a 100644 --- a/gdb/testsuite/gdb.base/remote.exp +++ b/gdb/testsuite/gdb.base/remote.exp @@ -127,7 +127,7 @@ set sizeof_random_data [get_sizeof "random_data" 48*1024] # Part THREE: Check the upload behavour # if ![runto_main] then { - fail "Cannot run to main" + fail "cannot run to main" } # Carefully check memory around each of the most common packet edge diff --git a/gdb/testsuite/gdb.base/savedregs.exp b/gdb/testsuite/gdb.base/savedregs.exp index eea30d1..45174a5 100644 --- a/gdb/testsuite/gdb.base/savedregs.exp +++ b/gdb/testsuite/gdb.base/savedregs.exp @@ -33,7 +33,7 @@ if [target_info exists gdb,nosignals] { standard_testfile .c if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } { - untested "Couldn't compile ${srcfile}" + untested "couldn't compile ${srcfile}" return -1 } @@ -64,7 +64,7 @@ proc process_saved_regs { current inner outer } { foreach func $inner { set saved_regs($func) "error" - set test "Get $func info frame" + set test "get $func info frame" # Both dummy and sigtramp frames have problems. switch $func { dummy { diff --git a/gdb/testsuite/gdb.base/sepdebug.exp b/gdb/testsuite/gdb.base/sepdebug.exp index 3ad3669..4ac235e 100644 --- a/gdb/testsuite/gdb.base/sepdebug.exp +++ b/gdb/testsuite/gdb.base/sepdebug.exp @@ -63,7 +63,7 @@ remote_exec build "mkdir [file dirname $new_name]" remote_exec build "ln -s ${binfile}${EXEEXT} $new_name" clean_restart ${testfile}${EXEEXT} if { $gdb_file_cmd_debug_info != "debug" } then { - fail "No debug information found." + fail "no debug information found." } # Restore subdir @@ -71,7 +71,7 @@ set subdir ${old_subdir} clean_restart ${testfile}${EXEEXT} if { $gdb_file_cmd_debug_info != "debug" } then { - fail "No debug information found." + fail "no debug information found." } # diff --git a/gdb/testsuite/gdb.base/set-noassign.exp b/gdb/testsuite/gdb.base/set-noassign.exp index eac4e2d..fd9691d 100644 --- a/gdb/testsuite/gdb.base/set-noassign.exp +++ b/gdb/testsuite/gdb.base/set-noassign.exp @@ -19,7 +19,7 @@ if { [prepare_for_testing set-noassign.exp "set-noassign" start.c {debug nowarni } if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/shlib-call.exp b/gdb/testsuite/gdb.base/shlib-call.exp index 80491b7..fff1471 100644 --- a/gdb/testsuite/gdb.base/shlib-call.exp +++ b/gdb/testsuite/gdb.base/shlib-call.exp @@ -50,7 +50,7 @@ if [get_compiler_info] { if { [gdb_compile_shlib ${lib1src} ${lib1} $lib_opts] != "" || [gdb_compile_shlib ${lib2src} ${lib2} $lib_opts] != "" || [gdb_compile ${srcfile} ${binfile} executable $exec_opts] != ""} { - untested "Could not compile $lib1, $lib2, or $srcfile." + untested "could not compile $lib1, $lib2, or $srcfile." return -1 } diff --git a/gdb/testsuite/gdb.base/shreloc.exp b/gdb/testsuite/gdb.base/shreloc.exp index 1d3ed8b..ed98fa4 100644 --- a/gdb/testsuite/gdb.base/shreloc.exp +++ b/gdb/testsuite/gdb.base/shreloc.exp @@ -59,13 +59,13 @@ if [test_compiler_info "xlc-*"] { } if { [gdb_compile_shlib $lib1src $lib1_sl $lib_opts] != ""} { - untested "Could not build $lib1_sl." + untested "could not build $lib1_sl." return -1 } elseif { [gdb_compile_shlib $lib2src $lib2_sl $lib_opts] != ""} { - untested "Could not build $lib1_s2." + untested "could not build $lib1_s2." return -1 } elseif { [gdb_compile $srcfile $binfile executable $exec_opts] != ""} { - untested "Could not build $binfile." + untested "could not build $binfile." return -1 } @@ -77,7 +77,7 @@ gdb_load_shlib $lib2_sl # Load up the shared objects if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } @@ -235,8 +235,8 @@ if {([istarget "*pc-cygwin"] || [istarget "*pc-mingw32"]) } { # A better approach would be include absolute symbols via the assembler. # if {[check_same "_minor_os_version__" "${msymfile}"]} { - pass "Absolute symbols not relocated" + pass "absolute symbols not relocated" } else { - fail "Absolute symbols not relocated" + fail "absolute symbols not relocated" } } diff --git a/gdb/testsuite/gdb.base/sigaltstack.exp b/gdb/testsuite/gdb.base/sigaltstack.exp index c85c69b..23373fc 100644 --- a/gdb/testsuite/gdb.base/sigaltstack.exp +++ b/gdb/testsuite/gdb.base/sigaltstack.exp @@ -31,7 +31,7 @@ if [target_info exists gdb,nosignals] { standard_testfile .c if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } { - untested "Couldn't compile ${srcfile}.c" + untested "couldn't compile ${srcfile}.c" return -1 } diff --git a/gdb/testsuite/gdb.base/sigbpt.exp b/gdb/testsuite/gdb.base/sigbpt.exp index d291c97..012bd29 100644 --- a/gdb/testsuite/gdb.base/sigbpt.exp +++ b/gdb/testsuite/gdb.base/sigbpt.exp @@ -56,7 +56,7 @@ if ![runto_main] then { # case. if { [is_address_zero_readable] } { - untested "Memory at address 0 is possibly executable" + untested "memory at address 0 is possibly executable" return } @@ -119,7 +119,7 @@ proc after_segv { } { # Check that the address table and SIGSEGV correspond. -set test "Verify that ${signame} occurs at the last STEPI insn" +set test "verify that ${signame} occurs at the last STEPI insn" if {[string compare $segv_addr [at_segv]] == 0} { pass "$test" } else { diff --git a/gdb/testsuite/gdb.base/siginfo-addr.exp b/gdb/testsuite/gdb.base/siginfo-addr.exp index 305a519..480110e 100644 --- a/gdb/testsuite/gdb.base/siginfo-addr.exp +++ b/gdb/testsuite/gdb.base/siginfo-addr.exp @@ -28,7 +28,7 @@ if [target_info exists gdb,nosignals] { standard_testfile if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} { - untested "Couldn't compile ${srcfile}.c" + untested "couldn't compile ${srcfile}.c" return -1 } diff --git a/gdb/testsuite/gdb.base/siginfo-obj.exp b/gdb/testsuite/gdb.base/siginfo-obj.exp index 303074d..ca40216 100644 --- a/gdb/testsuite/gdb.base/siginfo-obj.exp +++ b/gdb/testsuite/gdb.base/siginfo-obj.exp @@ -52,7 +52,7 @@ set gcorefile [standard_output_file $testfile.gcore] set gcore_created [gdb_gcore_cmd $gcorefile "save a core file"] set ssi_addr "" -set test "Extract si_addr" +set test "extract si_addr" gdb_test_multiple "p \$_siginfo" "$test" { -re "si_addr = ($hex).*$gdb_prompt $" { set ssi_addr $expect_out(1,string) @@ -60,7 +60,7 @@ gdb_test_multiple "p \$_siginfo" "$test" { } } -set test "Extract si_errno" +set test "extract si_errno" gdb_test_multiple "p \$_siginfo" "$test" { -re "si_errno = (\[0-9\]\+).*$gdb_prompt $" { set ssi_errno $expect_out(1,string) @@ -68,7 +68,7 @@ gdb_test_multiple "p \$_siginfo" "$test" { } } -set test "Extract si_code" +set test "extract si_code" gdb_test_multiple "p \$_siginfo" "$test" { -re "si_code = (\[0-9\]\+).*$gdb_prompt $" { set ssi_code $expect_out(1,string) @@ -76,7 +76,7 @@ gdb_test_multiple "p \$_siginfo" "$test" { } } -set test "Extract si_signo" +set test "extract si_signo" gdb_test_multiple "p \$_siginfo" "$test" { -re "si_signo = (\[0-9\]\+).*$gdb_prompt $" { set ssi_signo $expect_out(1,string) @@ -105,7 +105,7 @@ if { ![runto_main] } then { # Run to the signal. gdb_test "continue" ".*Program received signal SIGSEGV.*" "continue to signal" -set test "Set si_addr" +set test "set si_addr" gdb_test "p \$_siginfo._sifields._sigfault.si_addr = 0x666" " = \\(void \\*\\) 0x666" gdb_test "p \$_siginfo.si_errno = 666" " = 666" gdb_test "p \$_siginfo.si_code = 999" " = 999" diff --git a/gdb/testsuite/gdb.base/siginfo-thread.exp b/gdb/testsuite/gdb.base/siginfo-thread.exp index 9af99ea..415715a 100644 --- a/gdb/testsuite/gdb.base/siginfo-thread.exp +++ b/gdb/testsuite/gdb.base/siginfo-thread.exp @@ -48,7 +48,7 @@ set gcorefile [standard_output_file $testfile.gcore] set gcore_created [gdb_gcore_cmd $gcorefile "save a core file"] set ssi_addr "" -set test "Extract si_addr" +set test "extract si_addr" gdb_test_multiple "p \$_siginfo" "$test" { -re "si_addr = ($hex).*$gdb_prompt $" { set ssi_addr $expect_out(1,string) @@ -56,7 +56,7 @@ gdb_test_multiple "p \$_siginfo" "$test" { } } -set test "Extract si_errno" +set test "extract si_errno" gdb_test_multiple "p \$_siginfo" "$test" { -re "si_errno = (\[0-9\]\+).*$gdb_prompt $" { set ssi_errno $expect_out(1,string) @@ -64,7 +64,7 @@ gdb_test_multiple "p \$_siginfo" "$test" { } } -set test "Extract si_code" +set test "extract si_code" gdb_test_multiple "p \$_siginfo" "$test" { -re "si_code = (\[0-9\]\+).*$gdb_prompt $" { set ssi_code $expect_out(1,string) @@ -72,7 +72,7 @@ gdb_test_multiple "p \$_siginfo" "$test" { } } -set test "Extract si_signo" +set test "extract si_signo" gdb_test_multiple "p \$_siginfo" "$test" { -re "si_signo = (\[0-9\]\+).*$gdb_prompt $" { set ssi_signo $expect_out(1,string) diff --git a/gdb/testsuite/gdb.base/signest.exp b/gdb/testsuite/gdb.base/signest.exp index 4709b5d..d53b1b0 100644 --- a/gdb/testsuite/gdb.base/signest.exp +++ b/gdb/testsuite/gdb.base/signest.exp @@ -39,7 +39,7 @@ if ![runto_main] then { # case. if { [is_address_zero_readable] } { - untested "Memory at address 0 is possibly executable" + untested "memory at address 0 is possibly executable" return -1 } diff --git a/gdb/testsuite/gdb.base/signull.exp b/gdb/testsuite/gdb.base/signull.exp index a10c83e..5a14bff 100644 --- a/gdb/testsuite/gdb.base/signull.exp +++ b/gdb/testsuite/gdb.base/signull.exp @@ -57,7 +57,7 @@ if ![runto_main] then { # case. if { [is_address_zero_readable] } { - untested "Memory at address 0 is possibly executable" + untested "memory at address 0 is possibly executable" return } diff --git a/gdb/testsuite/gdb.base/sigrepeat.exp b/gdb/testsuite/gdb.base/sigrepeat.exp index f100653..82a9e0b 100644 --- a/gdb/testsuite/gdb.base/sigrepeat.exp +++ b/gdb/testsuite/gdb.base/sigrepeat.exp @@ -28,7 +28,7 @@ if [target_info exists gdb,nosignals] { standard_testfile .c if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } { - untested "Couldn't compile ${srcfile}" + untested "couldn't compile ${srcfile}" return -1 } diff --git a/gdb/testsuite/gdb.base/skip.exp b/gdb/testsuite/gdb.base/skip.exp index ce55dd2..7eafd94 100644 --- a/gdb/testsuite/gdb.base/skip.exp +++ b/gdb/testsuite/gdb.base/skip.exp @@ -46,7 +46,7 @@ gdb_test "skip -x" "Invalid skip option: -x" gdb_test "skip -rfu foo.* xyzzy" "Invalid argument: xyzzy" if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return } @@ -91,7 +91,7 @@ gdb_test "info skip" \ # right over it and go to the second line of main(). if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return } @@ -112,7 +112,7 @@ with_test_prefix "step after deleting 1" { "info skip (delete 1)" if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return } @@ -132,7 +132,7 @@ with_test_prefix "step after disabling 3" { "info skip shows entry as disabled" if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return } @@ -153,7 +153,7 @@ with_test_prefix "step after enable 3" { "info skip shows entry as enabled" if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return } @@ -224,7 +224,7 @@ gdb_test "skip -rfu ^b.z$" "Function\\(s\\) \\^b\\.z\\$ will be skipped when ste with_test_prefix "step using -fi" { if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return } @@ -237,7 +237,7 @@ with_test_prefix "step using -fi" { with_test_prefix "step using -gfi" { if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return } @@ -250,7 +250,7 @@ with_test_prefix "step using -gfi" { with_test_prefix "step using -fu for baz" { if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return } @@ -265,7 +265,7 @@ with_test_prefix "step using -fu for baz" { with_test_prefix "step using -rfu for baz" { if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return } @@ -284,7 +284,7 @@ with_test_prefix "step using -fi + -fu" { gdb_test_no_output "skip delete" if ![runto test_skip_file_and_function no-message] { - fail "Can't run to test_skip_file_and_function" + fail "can't run to test_skip_file_and_function" return } diff --git a/gdb/testsuite/gdb.base/so-impl-ld.exp b/gdb/testsuite/gdb.base/so-impl-ld.exp index 4223d4c..875242d 100644 --- a/gdb/testsuite/gdb.base/so-impl-ld.exp +++ b/gdb/testsuite/gdb.base/so-impl-ld.exp @@ -33,7 +33,7 @@ if [get_compiler_info] { if { [gdb_compile_shlib $libsrc $lib_sl $lib_opts] != "" || [gdb_compile $srcdir/$subdir/$srcfile $binfile \ executable $exec_opts] != ""} { - untested "Couldn't compile $libsrc or $srcfile." + untested "couldn't compile $libsrc or $srcfile." return -1 } diff --git a/gdb/testsuite/gdb.base/solib-corrupted.exp b/gdb/testsuite/gdb.base/solib-corrupted.exp index f1c1e5c..71a42ba 100644 --- a/gdb/testsuite/gdb.base/solib-corrupted.exp +++ b/gdb/testsuite/gdb.base/solib-corrupted.exp @@ -32,7 +32,7 @@ if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] } { } if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return } diff --git a/gdb/testsuite/gdb.base/solib-disc.exp b/gdb/testsuite/gdb.base/solib-disc.exp index 8b61c83..9baf8c2 100644 --- a/gdb/testsuite/gdb.base/solib-disc.exp +++ b/gdb/testsuite/gdb.base/solib-disc.exp @@ -56,7 +56,7 @@ gdb_load ${binfile} gdb_load_shlib $libobj if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/solib-display.exp b/gdb/testsuite/gdb.base/solib-display.exp index a82ec2e..f4d6bb8 100644 --- a/gdb/testsuite/gdb.base/solib-display.exp +++ b/gdb/testsuite/gdb.base/solib-display.exp @@ -74,13 +74,13 @@ foreach libsepdebug {NO IN SEP} { with_test_prefix "$libsepdebug" { } if { [gdb_compile_shlib ${srcfile_lib} ${binfile_lib} $sep_lib_flags] != "" || [gdb_compile ${srcfile} ${binfile} executable $bin_flags] != "" } { - untested "Could not compile $binfile_lib or $binfile." + untested "could not compile $binfile_lib or $binfile." return -1 } if {$libsepdebug == "SEP"} { if {[gdb_gnu_strip_debug $binfile_lib] != 0} { - unsupported "Could not split debug of $binfile_lib." + unsupported "could not split debug of $binfile_lib." return } else { pass "split solib" @@ -90,7 +90,7 @@ foreach libsepdebug {NO IN SEP} { with_test_prefix "$libsepdebug" { clean_restart $executable if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } @@ -99,7 +99,7 @@ foreach libsepdebug {NO IN SEP} { with_test_prefix "$libsepdebug" { gdb_test "display c_global" "3: c_global = 43" if { [gdb_start_cmd] < 0 } { - fail "Can't run to main (2)" + fail "can't run to main (2)" continue } @@ -112,7 +112,7 @@ foreach libsepdebug {NO IN SEP} { with_test_prefix "$libsepdebug" { # Now rebuild the library without b_global if { [gdb_compile_shlib ${srcfile_lib} ${binfile_lib} \ "$sep_lib_flags additional_flags=-DNO_B_GLOBAL"] != ""} { - fail "Can't rebuild $binfile_lib" + fail "can't rebuild $binfile_lib" } if {$libsepdebug == "SEP"} { @@ -126,7 +126,7 @@ foreach libsepdebug {NO IN SEP} { with_test_prefix "$libsepdebug" { } if { [gdb_start_cmd] < 0 } { - fail "Can't run to main (3)" + fail "can't run to main (3)" continue } @@ -149,7 +149,7 @@ foreach libsepdebug {NO IN SEP} { with_test_prefix "$libsepdebug" { gdb_test "display a_static" "6: a_static = 46" if { [gdb_start_cmd] < 0 } { - fail "Can't run to main (4)" + fail "can't run to main (4)" continue } diff --git a/gdb/testsuite/gdb.base/solib-overlap.exp b/gdb/testsuite/gdb.base/solib-overlap.exp index 40fdd09..5b90894 100644 --- a/gdb/testsuite/gdb.base/solib-overlap.exp +++ b/gdb/testsuite/gdb.base/solib-overlap.exp @@ -70,14 +70,14 @@ foreach prelink_lib1 {0x40000000 0x50000000} { with_test_prefix "$prelink_lib1" if { [gdb_compile_shlib ${srcfile_lib} ${binfile_lib1} $lib_flags] != "" || [gdb_compile_shlib ${srcfile_lib} ${binfile_lib2} $lib_flags] != "" || [gdb_compile ${srcfile} ${binfile} executable $bin_flags] != "" } { - untested "Could not compile ${binfile_lib1_test_msg}, ${binfile_lib2_test_msg} or ${binfile_test_msg}." + untested "could not compile ${binfile_lib1_test_msg}, ${binfile_lib2_test_msg} or ${binfile_test_msg}." return -1 } if {[catch "system \"prelink -N -r ${prelink_lib1} ${binfile_lib1}\""] != 0 || [catch "system \"prelink -N -r ${prelink_lib2} ${binfile_lib2}\""] != 0} { # Maybe we don't have prelink. - untested "Could not prelink ${binfile_lib1_test_msg} or ${binfile_lib2_test_msg}." + untested "could not prelink ${binfile_lib1_test_msg} or ${binfile_lib2_test_msg}." return -1 } @@ -92,7 +92,7 @@ foreach prelink_lib1 {0x40000000 0x50000000} { with_test_prefix "$prelink_lib1" if { [gdb_compile_shlib ${srcfile_lib} ${binfile_lib1} $lib_flags] != "" || [gdb_compile_shlib ${srcfile_lib} ${binfile_lib2} $lib_flags] != ""} { - untested "Could not recompile ${binfile_lib1_test_msg} or ${binfile_lib2_test_msg}." + untested "could not recompile ${binfile_lib1_test_msg} or ${binfile_lib2_test_msg}." kill_wait_spawned_process $test_spawn_id return -1 } diff --git a/gdb/testsuite/gdb.base/solib-search.exp b/gdb/testsuite/gdb.base/solib-search.exp index 1a3cb33..9acd347 100644 --- a/gdb/testsuite/gdb.base/solib-search.exp +++ b/gdb/testsuite/gdb.base/solib-search.exp @@ -69,7 +69,7 @@ if { [gdb_compile_shlib ${srcfile1_lib} ${wrong_binfile1_lib} $wrong_lib_flags] || [gdb_compile_shlib ${srcfile2_lib} ${wrong_binfile2_lib} $wrong_lib_flags] != "" || [gdb_compile_shlib ${srcfile1_lib} ${right_binfile1_lib} $right_lib_flags] != "" || [gdb_compile_shlib ${srcfile2_lib} ${right_binfile2_lib} $right_lib_flags] != "" } { - untested "Could not compile libs." + untested "could not compile libs." return -1 } @@ -78,14 +78,14 @@ remote_exec build "ln -sf ${right_lib_subdir}/${libname1}.so ${binfile1_lib}" remote_exec build "ln -sf ${right_lib_subdir}/${libname2}.so ${binfile2_lib}" if { [gdb_compile $srcdir/$subdir/${srcfile} ${binfile} \ executable $bin_flags] != "" } { - untested "Could not compile $binfile." + untested "could not compile $binfile." return -1 } clean_restart $testfile if { ![runto_main] } { - fail "Can't run to main" + fail "can't run to main" return } diff --git a/gdb/testsuite/gdb.base/solib-symbol.exp b/gdb/testsuite/gdb.base/solib-symbol.exp index 1ff4b3d..2d5631f 100644 --- a/gdb/testsuite/gdb.base/solib-symbol.exp +++ b/gdb/testsuite/gdb.base/solib-symbol.exp @@ -36,7 +36,7 @@ if [get_compiler_info] { if { [gdb_compile_shlib ${srcfile_lib} ${binfile_lib} $lib_flags] != "" || [gdb_compile ${srcfile} ${binfile} executable $bin_flags] != "" } { - untested "Could not compile $binfile_lib or $binfile." + untested "could not compile $binfile_lib or $binfile." return -1 } @@ -54,7 +54,7 @@ gdb_test "br foo2" \ delete_breakpoints if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/source-execution.exp b/gdb/testsuite/gdb.base/source-execution.exp index ca984c7..e1128a4 100644 --- a/gdb/testsuite/gdb.base/source-execution.exp +++ b/gdb/testsuite/gdb.base/source-execution.exp @@ -24,7 +24,7 @@ if {[prepare_for_testing "failed to prepare" $testfile $srcfile debug]} { } if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/sss-bp-on-user-bp-2.exp b/gdb/testsuite/gdb.base/sss-bp-on-user-bp-2.exp index cc1acea..85c9085 100644 --- a/gdb/testsuite/gdb.base/sss-bp-on-user-bp-2.exp +++ b/gdb/testsuite/gdb.base/sss-bp-on-user-bp-2.exp @@ -38,7 +38,7 @@ if {[prepare_for_testing "failed to prepare" $testfile $srcfile debug]} { } if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/sss-bp-on-user-bp.exp b/gdb/testsuite/gdb.base/sss-bp-on-user-bp.exp index f84d68f..be5c253 100644 --- a/gdb/testsuite/gdb.base/sss-bp-on-user-bp.exp +++ b/gdb/testsuite/gdb.base/sss-bp-on-user-bp.exp @@ -25,7 +25,7 @@ if {[prepare_for_testing "failed to prepare" $testfile $srcfile debug]} { } if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/stack-checking.exp b/gdb/testsuite/gdb.base/stack-checking.exp index 0258cbe..aa68575 100644 --- a/gdb/testsuite/gdb.base/stack-checking.exp +++ b/gdb/testsuite/gdb.base/stack-checking.exp @@ -24,7 +24,7 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [con clean_restart ${binfile} if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/stale-infcall.exp b/gdb/testsuite/gdb.base/stale-infcall.exp index b887334..67b42e5 100644 --- a/gdb/testsuite/gdb.base/stale-infcall.exp +++ b/gdb/testsuite/gdb.base/stale-infcall.exp @@ -35,7 +35,7 @@ gdb_test_multiple "next" $test { } -re "( test-fail .*|\r\nCannot insert breakpoint 0\\.\r\n.*)\r\n$gdb_prompt $" { xfail $test - untested "System lacks support for tracking longjmps" + untested "system lacks support for tracking longjmps" return -1 } } diff --git a/gdb/testsuite/gdb.base/step-break.exp b/gdb/testsuite/gdb.base/step-break.exp index ce1bc63..19794cb 100644 --- a/gdb/testsuite/gdb.base/step-break.exp +++ b/gdb/testsuite/gdb.base/step-break.exp @@ -23,7 +23,7 @@ if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} { } if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/step-line.exp b/gdb/testsuite/gdb.base/step-line.exp index a7c1511..292dc7c 100644 --- a/gdb/testsuite/gdb.base/step-line.exp +++ b/gdb/testsuite/gdb.base/step-line.exp @@ -29,7 +29,7 @@ if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} { } if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/step-over-exit.exp b/gdb/testsuite/gdb.base/step-over-exit.exp index 9f4c826..3cf5d0d 100644 --- a/gdb/testsuite/gdb.base/step-over-exit.exp +++ b/gdb/testsuite/gdb.base/step-over-exit.exp @@ -39,7 +39,7 @@ if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} { # Start with a fresh gdb. clean_restart ${testfile} if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return -1 } diff --git a/gdb/testsuite/gdb.base/step-test.exp b/gdb/testsuite/gdb.base/step-test.exp index 4bede78..280b892 100644 --- a/gdb/testsuite/gdb.base/step-test.exp +++ b/gdb/testsuite/gdb.base/step-test.exp @@ -27,7 +27,7 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debu clean_restart ${binfile} if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/structs.exp b/gdb/testsuite/gdb.base/structs.exp index 4fcef52..912eb82 100644 --- a/gdb/testsuite/gdb.base/structs.exp +++ b/gdb/testsuite/gdb.base/structs.exp @@ -20,7 +20,7 @@ # test. if [target_info exists gdb,cannot_call_functions] { - unsupported "This target can not call functions" + unsupported "this target can not call functions" continue } diff --git a/gdb/testsuite/gdb.base/sym-file.exp b/gdb/testsuite/gdb.base/sym-file.exp index 6febac3..996ba82 100644 --- a/gdb/testsuite/gdb.base/sym-file.exp +++ b/gdb/testsuite/gdb.base/sym-file.exp @@ -76,7 +76,7 @@ if {[prepare_for_testing $testfile $binfile "$srcfile $srcfile2" $exec_opts]} { gdb_load_shlib ${lib_so} if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return } diff --git a/gdb/testsuite/gdb.base/symtab-search-order.exp b/gdb/testsuite/gdb.base/symtab-search-order.exp index f8f9036..c8d058a 100644 --- a/gdb/testsuite/gdb.base/symtab-search-order.exp +++ b/gdb/testsuite/gdb.base/symtab-search-order.exp @@ -33,7 +33,7 @@ if [get_compiler_info] { if { [gdb_compile_shlib $lib1src $lib1 $lib_opts] != "" || [gdb_compile [list $srcfile $srcfile2] $binfile executable \ $exec_opts] != ""} { - untested "Could not compile $lib1, or $srcfile." + untested "could not compile $lib1, or $srcfile." return -1 } @@ -43,7 +43,7 @@ clean_restart $binfile gdb_load_shlib $lib1 if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return -1 } diff --git a/gdb/testsuite/gdb.base/term.exp b/gdb/testsuite/gdb.base/term.exp index 6d22d0e..bb36977 100644 --- a/gdb/testsuite/gdb.base/term.exp +++ b/gdb/testsuite/gdb.base/term.exp @@ -28,7 +28,7 @@ gdb_test "info terminal" \ "test info terminal" if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/type-opaque.exp b/gdb/testsuite/gdb.base/type-opaque.exp index 2b12752..8d9d845 100644 --- a/gdb/testsuite/gdb.base/type-opaque.exp +++ b/gdb/testsuite/gdb.base/type-opaque.exp @@ -43,7 +43,7 @@ clean_restart ${binfile} gdb_load_shlib ${libobj} if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/unload.exp b/gdb/testsuite/gdb.base/unload.exp index c058d3a..aa25697 100644 --- a/gdb/testsuite/gdb.base/unload.exp +++ b/gdb/testsuite/gdb.base/unload.exp @@ -52,7 +52,7 @@ set exec_opts [list debug shlib_load additional_flags=-DSHLIB_NAME=\"${lib_dlope if { [gdb_compile_shlib $libsrc $lib_sl $lib_opts] != "" || [gdb_compile_shlib $libsrc2 $lib_sl2 $lib_opts] != "" || [gdb_compile $srcfile $binfile executable $exec_opts] != ""} { - untested "Couldn't compile $libsrc or $libsrc2 or $srcfile." + untested "couldn't compile $libsrc or $libsrc2 or $srcfile." return -1 } diff --git a/gdb/testsuite/gdb.base/until-nodebug.exp b/gdb/testsuite/gdb.base/until-nodebug.exp index 8e74a4c..3252941 100644 --- a/gdb/testsuite/gdb.base/until-nodebug.exp +++ b/gdb/testsuite/gdb.base/until-nodebug.exp @@ -23,7 +23,7 @@ if {[prepare_for_testing "failed to prepare" $testfile $srcfile nodebug]} { } if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/until.exp b/gdb/testsuite/gdb.base/until.exp index 8df03a7..b9b986c 100644 --- a/gdb/testsuite/gdb.base/until.exp +++ b/gdb/testsuite/gdb.base/until.exp @@ -26,7 +26,7 @@ set bp_location20 [gdb_get_line_number "set breakpoint 20 here"] set bp_location21 [gdb_get_line_number "set breakpoint 21 here"] if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/unwindonsignal.exp b/gdb/testsuite/gdb.base/unwindonsignal.exp index cf63c6d..1c0661d 100644 --- a/gdb/testsuite/gdb.base/unwindonsignal.exp +++ b/gdb/testsuite/gdb.base/unwindonsignal.exp @@ -22,7 +22,7 @@ if [target_info exists gdb,nosignals] { # Some targets can't do function calls, so don't even bother with this # test. if [target_info exists gdb,cannot_call_functions] { - unsupported "This target can not call functions" + unsupported "this target can not call functions" continue } @@ -34,7 +34,7 @@ if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} { } if { ![runto_main] } { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/watch-cond.exp b/gdb/testsuite/gdb.base/watch-cond.exp index b046526..f26741f 100644 --- a/gdb/testsuite/gdb.base/watch-cond.exp +++ b/gdb/testsuite/gdb.base/watch-cond.exp @@ -30,7 +30,7 @@ if [target_info exists gdb,no_hardware_watchpoints] { } if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return } @@ -50,7 +50,7 @@ if [target_info exists gdb,no_hardware_watchpoints] { } if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return } @@ -70,7 +70,7 @@ if [target_info exists gdb,no_hardware_watchpoints] { } if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return } diff --git a/gdb/testsuite/gdb.base/watch-non-mem.exp b/gdb/testsuite/gdb.base/watch-non-mem.exp index e1a5bb8..a773543 100644 --- a/gdb/testsuite/gdb.base/watch-non-mem.exp +++ b/gdb/testsuite/gdb.base/watch-non-mem.exp @@ -25,7 +25,7 @@ if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] } { } if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return } diff --git a/gdb/testsuite/gdb.base/watch_thread_num.exp b/gdb/testsuite/gdb.base/watch_thread_num.exp index eff9fbd..7625722 100644 --- a/gdb/testsuite/gdb.base/watch_thread_num.exp +++ b/gdb/testsuite/gdb.base/watch_thread_num.exp @@ -60,7 +60,7 @@ gdb_test "continue" ".*Breakpoint .*loop.*" "Stopped in loop" gdb_test_multiple "thread" "Thread command" { -re ".*Current thread is (\[0-9\]*).*$gdb_prompt $" { - pass "Thread command" + pass "thread command" } } diff --git a/gdb/testsuite/gdb.base/watchpoint-reuse-slot.exp b/gdb/testsuite/gdb.base/watchpoint-reuse-slot.exp index 47c40ff..7492115 100644 --- a/gdb/testsuite/gdb.base/watchpoint-reuse-slot.exp +++ b/gdb/testsuite/gdb.base/watchpoint-reuse-slot.exp @@ -34,7 +34,7 @@ if {[prepare_for_testing "failed to prepare" $testfile $srcfile debug]} { } if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } diff --git a/gdb/testsuite/gdb.base/watchpoint-solib.exp b/gdb/testsuite/gdb.base/watchpoint-solib.exp index bd50064..1ae972f 100644 --- a/gdb/testsuite/gdb.base/watchpoint-solib.exp +++ b/gdb/testsuite/gdb.base/watchpoint-solib.exp @@ -42,7 +42,7 @@ set exec_opts [list debug shlib_load additional_flags=-DSHLIB_NAME=\"${lib_dlope if { [gdb_compile_shlib $libsrc $lib_sl $lib_opts] != "" || [gdb_compile $srcfile $binfile executable $exec_opts] != ""} { - untested "Couldn't compile $libsrc or $srcfile." + untested "couldn't compile $libsrc or $srcfile." return -1 } diff --git a/gdb/testsuite/gdb.base/watchpoint.exp b/gdb/testsuite/gdb.base/watchpoint.exp index e4eab3d..6e262e9 100644 --- a/gdb/testsuite/gdb.base/watchpoint.exp +++ b/gdb/testsuite/gdb.base/watchpoint.exp @@ -347,7 +347,7 @@ proc test_watchpoint_triggered_in_syscall {} { # Run until we get to the first marker function. set x 0 set y 0 - set testname "Watch buffer passed to read syscall" + set testname "watch buffer passed to read syscall" if [runto marker2] then { gdb_test "watch buf\[0\]" ".*\[Ww\]atchpoint \[0-9\]*: buf\\\[0\\\]" gdb_test "watch buf\[1\]" ".*\[Ww\]atchpoint \[0-9\]*: buf\\\[1\\\]" |