This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Enable gdb.base/foll-fork.exp on OpenBSD


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4727d6136a997875c0f4a38bc7fde365474d4822

commit 4727d6136a997875c0f4a38bc7fde365474d4822
Author: Mark Kettenis <kettenis@gnu.org>
Date:   Wed Mar 4 14:53:14 2015 +0100

    Enable gdb.base/foll-fork.exp on OpenBSD
    
    gdb/testsuite/
    2015-03-04  Mark Kettenis  <kettenis@gnu.org>
    
            * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.

Diff:
---
 gdb/testsuite/ChangeLog              | 4 ++++
 gdb/testsuite/gdb.base/foll-fork.exp | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index f47ac96..6c86922 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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
diff --git a/gdb/testsuite/gdb.base/foll-fork.exp b/gdb/testsuite/gdb.base/foll-fork.exp
index 3f2d224..0d7c7fd 100644
--- a/gdb/testsuite/gdb.base/foll-fork.exp
+++ b/gdb/testsuite/gdb.base/foll-fork.exp
@@ -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
 }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]