mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-02 06:43:58 +08:00
gdb/testsuite/
Fix false FAILs on sourcetree topdir directory containing "kill". * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the source line matching regexp.
This commit is contained in:
parent
fa1bd1e4fb
commit
dbd492a377
@ -1,3 +1,9 @@
|
||||
2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
Fix false FAILs on sourcetree topdir directory containing "kill".
|
||||
* gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
|
||||
source line matching regexp.
|
||||
|
||||
2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* gdb.python/python.exp (set height 0, collect help from uiout)
|
||||
|
@ -94,11 +94,11 @@ proc test_one_sig {nextsig} {
|
||||
|
||||
if { $missed_handler == "0" } then {
|
||||
gdb_test_multiple "signal 0" "advance to $nextsig" {
|
||||
-re "Breakpoint.*gen_$nextsig.*kill.*$gdb_prompt $" {
|
||||
-re "Breakpoint.*gen_$nextsig.*\r\n\[0-9\]+\[ \t\]+kill \\(.*\r\n$gdb_prompt $" {
|
||||
pass "advance to $nextsig"
|
||||
set sig_supported 1
|
||||
}
|
||||
-re "Breakpoint.*gen_$nextsig.*handle.*$gdb_prompt $" {
|
||||
-re "Breakpoint.*gen_$nextsig.*\r\n\[0-9\]+\[ \t\]+handle_.*\r\n$gdb_prompt $" {
|
||||
pass "advance to $nextsig"
|
||||
set sig_supported 0
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user