mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-26 04:15:28 +00:00
* gdb.threads/print-threads.exp (test_all_threads): Add kfail for
gdb/1265.
This commit is contained in:
parent
a6f5b2c3bf
commit
f56973f819
@ -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
|
||||
|
@ -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)"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user