[PATCH RFA] New constvars.exp tests

Kevin Buettner kevinb@redhat.com
Thu Oct 17 13:31:00 GMT 2002


On Oct 17,  4:06pm, Fernando Nasser wrote:

> This looks good.  If I am not mistaken, your patch that fixes the 
> printing has been already committed so these tests will either PASS or 
> XFAIL.

You're right; the patch is in, but I recall seeing XPASSes for my new
tests (along with a lot of other tests) when I used Dwarf 2.  I
suspect that something's going wrong with the following code:

proc local_compiler_xfail_check { } {
    global gcc_compiled;

    if {$gcc_compiled} then {
	if { ![test_debug_format "HP"] \
		&& ![test_debug_format "DWARF 2"] } then {
	    setup_xfail "*-*-*" 
	}
    }
}

I'm double checking and looking into it now...

Kevin



More information about the Gdb-patches mailing list