This is the mail archive of the gdb-patches@sources.redhat.com 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]

PATCH/testsuite: Remove bogus setup_xfail in attach.exp


This showed up when Fred un-disabled attach.exp, I guess.  Committed as
obvious; it turned the first test in bitfields.exp into an inexplicable
XPASS.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer

2002-03-30  Daniel Jacobowitz  <drow@mvista.com>

        * gdb.base/attach.exp: Remove extra setup_xfail.

Index: attach.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/attach.exp,v
retrieving revision 1.4
diff -u -p -r1.4 attach.exp
--- attach.exp	2002/03/26 00:17:38	1.4
+++ attach.exp	2002/03/30 18:53:04
@@ -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}"
 


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