* gdb.base/signals.exp: XFAIL "continue to func1" on
authorMark Kettenis <kettenis@gnu.org>
Sun, 8 Jun 2003 13:02:58 +0000 (13:02 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 8 Jun 2003 13:02:58 +0000 (13:02 +0000)
i*86-*-freebsd*.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/signals.exp

index 49fe9a0b9ddb68fc37ca98d52d9c600f2f965f9f..8fd508d368df3674e3f5fabbb9e9bb31e36c6dff 100644 (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*.
index be974550e21925e9da1cd49a12728ccf3aa1e1c9..a07e3a8500a1b49d8088a9eb6475205a7fa37aa4 100644 (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"
This page took 0.029243 seconds and 4 git commands to generate.