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]

[rfa] delete xfail from gdb.base/corefile.exp


Ever since Jim got corefile.exp working on Linux, I've been annoyed by
this:

XPASS: gdb.base/corefile.exp: up in corefile.exp (reinit) (PRMS CLLbs17002)

The test passes reliably, and the message refers to some ancient
bug-tracking system; the easiest solution to me is to just yank the
setup_xfail.  It's possible that the test in question fails on other
systems; the setup_xfail doesn't give me any reason to believe that
that is the case.

Tested on i686-pc-linux-gnu, GCC 3.2, both DWARF-2 and stabs.  OK to
commit?

David Carlton
carlton@kealia.com

2003-09-24  David Carlton  <carlton@kealia.com>

	* gdb.base/corefile.exp: Delete obsolete setup_xfail.

Index: corefile.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/corefile.exp,v
retrieving revision 1.7
diff -u -p -r1.7 corefile.exp
--- corefile.exp	29 May 2003 23:00:02 -0000	1.7
+++ corefile.exp	25 Sep 2003 00:43:27 -0000
@@ -244,7 +244,6 @@ gdb_expect {
 # test reinit_frame_cache
 
 gdb_load ${binfile}
-setup_xfail "*-*-*" CLLbs17002
 gdb_test "up" "#\[0-9\]* *\[0-9xa-fH'\]* in .* \\(\\).*" "up in corefile.exp (reinit)"
 
 gdb_test "core" "No core file now."


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