diff options
Diffstat (limited to 'gdb/testsuite/gdb.ada')
-rw-r--r-- | gdb/testsuite/gdb.ada/array_return.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ada/catch_ex.exp | 6 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ada/info_exc.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ada/mi_catch_ex.exp | 6 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ada/mi_dyn_arr.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ada/mi_ex_cond.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ada/mi_exc_info.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ada/mi_interface.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ada/mi_task_arg.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ada/mi_task_info.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ada/mi_var_array.exp | 2 |
11 files changed, 15 insertions, 15 deletions
diff --git a/gdb/testsuite/gdb.ada/array_return.exp b/gdb/testsuite/gdb.ada/array_return.exp index 6e6d35fbb9a..f4dae48f6ca 100644 --- a/gdb/testsuite/gdb.ada/array_return.exp +++ b/gdb/testsuite/gdb.ada/array_return.exp @@ -28,7 +28,7 @@ clean_restart ${testfile} # Start the inferior if ![runto_main] then { - fail "Cannot run to main, testcase aborted" + fail "cannot run to main, testcase aborted" return 0 } diff --git a/gdb/testsuite/gdb.ada/catch_ex.exp b/gdb/testsuite/gdb.ada/catch_ex.exp index 00089a968a9..5ffcdf1ebad 100644 --- a/gdb/testsuite/gdb.ada/catch_ex.exp +++ b/gdb/testsuite/gdb.ada/catch_ex.exp @@ -39,7 +39,7 @@ set catch_exception_info \ #################################### if ![runto_main] then { - fail "Cannot run to main, testcase aborted" + fail "cannot run to main, testcase aborted" return 0 } @@ -88,7 +88,7 @@ gdb_test "continue" \ # - continue, the program exits. if ![runto_main] then { - fail "Cannot run to main, testcase aborted" + fail "cannot run to main, testcase aborted" return 0 } @@ -149,7 +149,7 @@ gdb_test "continue" \ # the program. if ![runto_main] then { - fail "Cannot run to main, testcase aborted" + fail "cannot run to main, testcase aborted" return 0 } diff --git a/gdb/testsuite/gdb.ada/info_exc.exp b/gdb/testsuite/gdb.ada/info_exc.exp index db95aee1df8..e3cfdb51a3a 100644 --- a/gdb/testsuite/gdb.ada/info_exc.exp +++ b/gdb/testsuite/gdb.ada/info_exc.exp @@ -24,7 +24,7 @@ if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug]] != "" } clean_restart ${testfile} if ![runto_main] then { - fail "Cannot run to main, testcase aborted" + fail "cannot run to main, testcase aborted" return 0 } diff --git a/gdb/testsuite/gdb.ada/mi_catch_ex.exp b/gdb/testsuite/gdb.ada/mi_catch_ex.exp index 288a0659ba8..6ec06090e09 100644 --- a/gdb/testsuite/gdb.ada/mi_catch_ex.exp +++ b/gdb/testsuite/gdb.ada/mi_catch_ex.exp @@ -33,7 +33,7 @@ set eol "\[\r\n\]+" clean_restart ${testfile} if ![runto_main] then { - fail "Cannot run to main, testcase aborted" + fail "cannot run to main, testcase aborted" return 0 } @@ -70,7 +70,7 @@ mi_gdb_load ${binfile} #################################### if ![mi_run_to_main] then { - fail "Cannot run to main, testcase aborted" + fail "cannot run to main, testcase aborted" return 0 } @@ -126,7 +126,7 @@ continue_to_exception \ # - continue, the program exits. if ![mi_run_to_main] then { - fail "Cannot run to main, testcase aborted" + fail "cannot run to main, testcase aborted" return 0 } diff --git a/gdb/testsuite/gdb.ada/mi_dyn_arr.exp b/gdb/testsuite/gdb.ada/mi_dyn_arr.exp index cf304370aa7..9a7da6e64eb 100644 --- a/gdb/testsuite/gdb.ada/mi_dyn_arr.exp +++ b/gdb/testsuite/gdb.ada/mi_dyn_arr.exp @@ -34,7 +34,7 @@ mi_gdb_reinitialize_dir $srcdir/$subdir mi_gdb_load ${binfile} if ![mi_run_to_main] then { - fail "Cannot run to main, testcase aborted" + fail "cannot run to main, testcase aborted" return 0 } diff --git a/gdb/testsuite/gdb.ada/mi_ex_cond.exp b/gdb/testsuite/gdb.ada/mi_ex_cond.exp index 31e039efa6d..a228244483d 100644 --- a/gdb/testsuite/gdb.ada/mi_ex_cond.exp +++ b/gdb/testsuite/gdb.ada/mi_ex_cond.exp @@ -33,7 +33,7 @@ set eol "\[\r\n\]+" clean_restart ${testfile} if ![runto_main] then { - fail "Cannot run to main, testcase aborted" + fail "cannot run to main, testcase aborted" return 0 } diff --git a/gdb/testsuite/gdb.ada/mi_exc_info.exp b/gdb/testsuite/gdb.ada/mi_exc_info.exp index 8f7434f99e9..6026a3f9666 100644 --- a/gdb/testsuite/gdb.ada/mi_exc_info.exp +++ b/gdb/testsuite/gdb.ada/mi_exc_info.exp @@ -30,7 +30,7 @@ if [mi_gdb_start] { } if ![mi_run_to_main] then { - fail "Cannot run to main, testcase aborted" + fail "cannot run to main, testcase aborted" return 0 } diff --git a/gdb/testsuite/gdb.ada/mi_interface.exp b/gdb/testsuite/gdb.ada/mi_interface.exp index 6000ec862a1..764236a20a2 100644 --- a/gdb/testsuite/gdb.ada/mi_interface.exp +++ b/gdb/testsuite/gdb.ada/mi_interface.exp @@ -34,7 +34,7 @@ mi_gdb_reinitialize_dir $srcdir/$subdir mi_gdb_load ${binfile} if ![mi_run_to_main] then { - fail "Cannot run to main, testcase aborted" + fail "cannot run to main, testcase aborted" return 0 } diff --git a/gdb/testsuite/gdb.ada/mi_task_arg.exp b/gdb/testsuite/gdb.ada/mi_task_arg.exp index ecc29f0f2d5..68979362356 100644 --- a/gdb/testsuite/gdb.ada/mi_task_arg.exp +++ b/gdb/testsuite/gdb.ada/mi_task_arg.exp @@ -37,7 +37,7 @@ mi_gdb_load ${binfile} mi_gdb_test "-gdb-set debug-file-directory \"\"" ".*" if ![mi_runto "task_switch.break_me"] then { - fail "Cannot run to main, testcase aborted" + fail "cannot run to main, testcase aborted" return 0 } diff --git a/gdb/testsuite/gdb.ada/mi_task_info.exp b/gdb/testsuite/gdb.ada/mi_task_info.exp index 936d69ae98a..dc82c57681d 100644 --- a/gdb/testsuite/gdb.ada/mi_task_info.exp +++ b/gdb/testsuite/gdb.ada/mi_task_info.exp @@ -38,7 +38,7 @@ mi_gdb_load ${binfile} #################################### if ![mi_runto "task_switch.break_me"] then { - fail "Cannot run to main, testcase aborted" + fail "cannot run to main, testcase aborted" return 0 } diff --git a/gdb/testsuite/gdb.ada/mi_var_array.exp b/gdb/testsuite/gdb.ada/mi_var_array.exp index c648e7e02ef..3c7073f88d4 100644 --- a/gdb/testsuite/gdb.ada/mi_var_array.exp +++ b/gdb/testsuite/gdb.ada/mi_var_array.exp @@ -34,7 +34,7 @@ mi_gdb_reinitialize_dir $srcdir/$subdir mi_gdb_load ${binfile} if ![mi_run_to_main] then { - fail "Cannot run to main, testcase aborted" + fail "cannot run to main, testcase aborted" return 0 } |