mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
mi-support.exp: Fix some pastos.
gdb/testsuite/ 2014-05-16 Pedro Alves <palves@redhat.com> * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout" instead of "unknown output after running".
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2014-05-16 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
|
* lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
|
||||||
|
instead of "unknown output after running".
|
||||||
|
|
||||||
2014-05-16 Yao Qi <yao@codesourcery.com>
|
2014-05-16 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
* gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
|
* gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
|
||||||
|
@ -1060,7 +1060,7 @@ proc mi_expect_stop { reason func args file line extra test } {
|
|||||||
pass "$test"
|
pass "$test"
|
||||||
}
|
}
|
||||||
timeout {
|
timeout {
|
||||||
fail "$test (unknown output after running)"
|
fail "$test (timeout)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
@ -1074,7 +1074,7 @@ proc mi_expect_stop { reason func args file line extra test } {
|
|||||||
}
|
}
|
||||||
-re ".*$mi_gdb_prompt$" {fail "continue to end (2)"}
|
-re ".*$mi_gdb_prompt$" {fail "continue to end (2)"}
|
||||||
timeout {
|
timeout {
|
||||||
fail "$test (unknown output after running)"
|
fail "$test (timeout)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
@ -1088,7 +1088,7 @@ proc mi_expect_stop { reason func args file line extra test } {
|
|||||||
fail "$test (inferior not stopped)"
|
fail "$test (inferior not stopped)"
|
||||||
}
|
}
|
||||||
timeout {
|
timeout {
|
||||||
fail "$test (unknown output after running)"
|
fail "$test (timeout)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
@ -1102,7 +1102,7 @@ proc mi_expect_stop { reason func args file line extra test } {
|
|||||||
pass "$test"
|
pass "$test"
|
||||||
}
|
}
|
||||||
timeout {
|
timeout {
|
||||||
fail "$test (unknown output after running)"
|
fail "$test (timeout)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
Reference in New Issue
Block a user