Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / lib / mi-support.exp
index 7c2bb3e243a3f0cd5d0d2364be4311ea8295f1b6..622b7cc10d12fa5cc3aaf0b43bd3178f34da15f3 100644 (file)
@@ -269,12 +269,12 @@ proc default_mi_gdb_start { args } {
            verbose "GDB initialized."
        }
        -re ".*unrecognized option.*for a complete list of options." {
-           untested "Skip mi tests (not compiled with mi support)."
+           untested "skip mi tests (not compiled with mi support)."
            remote_close host
            return -1
        }
        -re ".*Interpreter `mi' unrecognized." {
-           untested "Skip mi tests (not compiled with mi support)."
+           untested "skip mi tests (not compiled with mi support)."
            remote_close host
            return -1
        }
@@ -462,7 +462,7 @@ proc mi_gdb_target_cmd { targetname serialport } {
                continue
            }
            -re "Non-stop mode requested, but remote does not support non-stop.*$mi_gdb_prompt" {
-               unsupported "Non-stop mode not supported"
+               unsupported "non-stop mode not supported"
                return 1
            }
            -re "Timeout reading from remote system.*$mi_gdb_prompt$" {
@@ -989,7 +989,7 @@ proc mi_run_cmd_full {use_mi_command args} {
        -re "${run_match}\\^running\r\n(\\*running,thread-id=\"\[^\"\]+\"\r\n|=thread-created,id=\"1\",group-id=\"\[0-9\]+\"\r\n)*(${library_loaded_re})*(${thread_selected_re})?${mi_gdb_prompt}" {
        }
        -re "\\^error,msg=\"The target does not support running in non-stop mode.\"" {
-           unsupported "Non-stop mode not supported"
+           unsupported "non-stop mode not supported"
            return -1
        }
        timeout {
This page took 0.025884 seconds and 4 git commands to generate.