* gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
that we catch the expected failure under Linux/x86.
This commit is contained in:
parent
cb135b8327
commit
92b8ae9161
@ -1,3 +1,8 @@
|
|||||||
|
2001-10-28 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
|
||||||
|
that we catch the expected failure under Linux/x86.
|
||||||
|
|
||||||
2001-10-29 Orjan Friberg <orjanf@axis.com>
|
2001-10-29 Orjan Friberg <orjanf@axis.com>
|
||||||
|
|
||||||
* gdb.base/setvar.exp: Escape curly braces.
|
* gdb.base/setvar.exp: Escape curly braces.
|
||||||
|
@ -101,7 +101,7 @@ if ![file exists $binfile] then {
|
|||||||
send_gdb "p func1 ()\n"
|
send_gdb "p func1 ()\n"
|
||||||
gdb_expect {
|
gdb_expect {
|
||||||
-re " = 4.*$gdb_prompt $" { pass "call function when asleep" }
|
-re " = 4.*$gdb_prompt $" { pass "call function when asleep" }
|
||||||
-re ".*Program received signal SIGSEGV.*$gdb_prompt $" {
|
-re ".*Program received signal SIG(SEGV|ILL).*$gdb_prompt $" {
|
||||||
setup_xfail "i*86-pc-linux*-gnu*"
|
setup_xfail "i*86-pc-linux*-gnu*"
|
||||||
fail "child died when we called func1, skipped rest of tests"
|
fail "child died when we called func1, skipped rest of tests"
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user