aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2002-03-30 18:54:38 +0000
committerDaniel Jacobowitz <drow@false.org>2002-03-30 18:54:38 +0000
commit24015922ffbd541dfb49ea2e60bdae8b3d84b371 (patch)
tree4b8fcb3284b8f31848ee73d3edb6f700fc563f8a
parentf2160d2bd1df14c041da3cb0415d5a04d4509745 (diff)
downloadgdb-24015922ffbd541dfb49ea2e60bdae8b3d84b371.zip
gdb-24015922ffbd541dfb49ea2e60bdae8b3d84b371.tar.gz
gdb-24015922ffbd541dfb49ea2e60bdae8b3d84b371.tar.bz2
2002-03-30 Daniel Jacobowitz <drow@mvista.com>
* gdb.base/attach.exp: Remove extra setup_xfail.
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.base/attach.exp7
2 files changed, 4 insertions, 7 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 930aaf1..b845c07 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-30 Daniel Jacobowitz <drow@mvista.com>
+
+ * gdb.base/attach.exp: Remove extra setup_xfail.
+
2002-03-26 Michael Snyder <msnyder@redhat.com>
* gdb.base/default.exp: Add tests for dump, append, and restore.
diff --git a/gdb/testsuite/gdb.base/attach.exp b/gdb/testsuite/gdb.base/attach.exp
index 3ccbf08..7f1c407 100644
--- a/gdb/testsuite/gdb.base/attach.exp
+++ b/gdb/testsuite/gdb.base/attach.exp
@@ -426,13 +426,6 @@ gdb_start
gdb_reinitialize_dir $srcdir/$subdir
do_call_attach_tests
-# Until "set follow-fork-mode" and "catch fork" are implemented on
-# other targets...
-#
-if ![istarget "hppa*-hp-hpux*"] then {
- setup_xfail "*-*-*"
-}
-
# Cleanup the files placed in /tmp and the symlinks
remote_exec build "rm -f ${binfile} ${binfile2} /tmp/attach1.${pid} /tmp/attach2.${pid}"