2003-02-12 Michael Chastain <mec@shout.net>

* gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
	* gdb.c++/inherit.exp: Likewise.
	* gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
	* gdb.c++/templates.exp: Likewise.
	* gdb.c++/virtfunc.exp: Likewise.
This commit is contained in:
Michael Chastain
2003-02-13 21:33:20 +00:00
parent 427bfd905d
commit 40f235b7e2
6 changed files with 14 additions and 122 deletions

View File

@@ -552,18 +552,7 @@ proc do_tests {} {
send_gdb "set width 0\n"
gdb_expect -re "$gdb_prompt $"
# Get the debug format for the compiled test case. If that
# format is DWARF 1 then just skip all the tests since none of
# them will pass.
if [ runto_main] then {
get_debug_format
if [ setup_xfail_format "DWARF 1" ] then {
fail "C++ tests skipped due to limited C++ support in DWARF 1 debug format"
return
}
clear_xfail "*-*-*"
}
runto_main
probe_demangler
test_paddr_overloaded_functions