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 an XFAIL in virtfunc.exp


As promised.  This XFAIL no longer applies; the one further down in the file
does, and should become a KFAIL at some point.  I'll get the copyright date
in a second, I missed that.

I'm pretty much done with this testsuite for now; all problems analyzed and
all the straightforward ones fixed or patches posted.  On to another target.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer

2003-01-14  Daniel Jacobowitz  <drow@mvista.com>

	* gdb.c++/virtfunc.exp: Remove fixed XFAIL.

Index: gdb.c++/virtfunc.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.c++/virtfunc.exp,v
retrieving revision 1.9
diff -u -p -r1.9 virtfunc.exp
--- gdb.c++/virtfunc.exp	20 Feb 2002 23:54:01 -0000	1.9
+++ gdb.c++/virtfunc.exp	14 Jan 2003 18:30:08 -0000
@@ -836,12 +836,6 @@ proc test_virtual_calls {} {
 	eof { fail "print pVB->vvb() ($GDB dumped core) (FIXME)" ; gdb_virtfunc_restart; return }
     }
 
-    # fails on target=native, host=i686-pc-linux-gnu%rh-7.2,
-    # gdb=HEAD%2002-02-16, gcc=2.95.3, goption=-gdwarf-2.
-    # -- chastain 2002-02-20
-
-    if {$gcc_compiled} then { setup_xfail "*-*-*" }
-
     send_gdb "print pBe->vvb()\n"
     gdb_expect {
 	-re ".* = 411$nl$gdb_prompt $" { pass "print pBe->vvb()" }


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