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

This commit is contained in:
Daniel Jacobowitz 2003-01-14 18:32:14 +00:00
parent a2353a08ac
commit 9ae66589a7
2 changed files with 4 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2003-01-14 Daniel Jacobowitz <drow@mvista.com>
* gdb.c++/virtfunc.exp: Remove fixed XFAIL.
2003-01-14 Daniel Jacobowitz <drow@mvista.com>
* gdb.threads/killed.exp: Use KFAIL for gdb/568.

View File

@ -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()" }