Enable gdb.base/foll-fork.exp on OpenBSD
authorMark Kettenis <kettenis@gnu.org>
Wed, 4 Mar 2015 13:53:14 +0000 (14:53 +0100)
committerMark Kettenis <kettenis@gnu.org>
Wed, 4 Mar 2015 13:53:14 +0000 (14:53 +0100)
gdb/testsuite/
2015-03-04  Mark Kettenis  <kettenis@gnu.org>

        * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/foll-fork.exp

index f47ac967caa8f32adbc1fb287d3aa5502727acd0..6c86922cbac0fbf9cce922c4da6848b68cf13cdf 100644 (file)
@@ -1,3 +1,7 @@
+2015-03-04  Mark Kettenis  <kettenis@gnu.orgOB>
+
+       * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
+
 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
 
        * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
index 3f2d224dfbfcc3ef469f0c01ad2089f3917c1e34..0d7c7fdf98ff0a39dd2e16c810ca16dc5c21b9cc 100644 (file)
@@ -20,7 +20,8 @@ if { [is_remote target] || ![isnative] } then {
 # Until "set follow-fork-mode" and "catch fork" are implemented on
 # other targets...
 #
-if {![istarget "hppa*-hp-hpux*"] && ![istarget "*-linux*"]} then {
+if { ![istarget "hppa*-hp-hpux*"] && ![istarget "*-*-linux*"]
+     && ![istarget "*-*-openbsd*"] } then {
     continue
 }