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:
Pedro Alves 2014-05-16 14:43:47 +01:00
parent 3fae92fc2a
commit 73eb770959
2 changed files with 9 additions and 4 deletions

View File

@ -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>
* gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove

View File

@ -1060,7 +1060,7 @@ proc mi_expect_stop { reason func args file line extra test } {
pass "$test"
}
timeout {
fail "$test (unknown output after running)"
fail "$test (timeout)"
}
}
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)"}
timeout {
fail "$test (unknown output after running)"
fail "$test (timeout)"
}
}
return
@ -1088,7 +1088,7 @@ proc mi_expect_stop { reason func args file line extra test } {
fail "$test (inferior not stopped)"
}
timeout {
fail "$test (unknown output after running)"
fail "$test (timeout)"
}
}
return
@ -1102,7 +1102,7 @@ proc mi_expect_stop { reason func args file line extra test } {
pass "$test"
}
timeout {
fail "$test (unknown output after running)"
fail "$test (timeout)"
}
}
return