* gdb.base/signals.exp: XFAIL "continue to func1" on

i*86-*-freebsd*.
This commit is contained in:
Mark Kettenis 2003-06-08 13:02:58 +00:00
parent ffee1b461d
commit 03ed860d17
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2003-06-08 Mark Kettenis <kettenis@gnu.org>
* gdb.base/signals.exp: XFAIL "continue to func1" on
i*86-*-freebsd*.
* gdb.base/attach.exp: When trying to attach to a nonexistent
process, make it possible to specify the PID based on the target,
and do so for *-*-freebsd*.

View File

@ -195,6 +195,7 @@ proc signal_tests_1 {} {
# a SIGTRAP, but with different symptoms.
setup_xfail "vax-*-ultrix*"
setup_xfail "i*86-*-bsd*"
setup_xfail "i*86-*-freebsd*"
setup_xfail "i*86-pc-linux-gnu*"
setup_xfail "i*86-*-solaris2*"
send_gdb "continue\n"