* gdb.threads/print-threads.exp (test_all_threads): Add kfail for

gdb/1265.
This commit is contained in:
Daniel Jacobowitz 2003-06-29 19:29:42 +00:00
parent a6f5b2c3bf
commit f56973f819
2 changed files with 13 additions and 1 deletions

View File

@ -1,4 +1,9 @@
2003-06-22 Michael Chastain <mec@shout.net>
2003-06-29 Daniel Jacobowitz <drow@mvista.com>
* gdb.threads/print-threads.exp (test_all_threads): Add kfail for
gdb/1265.
2003-06-28 Michael Chastain <mec@shout.net>
Daniel Jacobowitz <drow@mvista.com>
* gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum

View File

@ -94,6 +94,13 @@ proc test_all_threads { name kill } {
fail "all threads ran once ($name) (total $i threads ran)"
}
}
-re "Program received signal SIGTRAP.*Thread \[0-9\]* \\(zombie\\).*$gdb_prompt $" {
if { $kill == 1 } {
kfail "gdb/1265" "Running threads ($name) (zombie thread)"
} else {
fail "Running threads ($name) (unknown output)"
}
}
-re "$gdb_prompt" {
fail "Running threads ($name) (unknown output)"
}