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]

Re: testcase for "absolute source" patch


Michael Chastain <mec.gnu@mindspring.com> wrote:
> I'm going to sleep on it.  Tomorrow morning, I'll make a final decision
> about build != host, one way or the other.

My decision is: build != host is a supported way to run the
test suite.  However, individual test scripts can drop out with
UNSUPPORTED if they want, with this code:

    if { [is_remote host] } {
	unresolved "This test script does not work on a remote host."
	return -1
    }

The dejagnu documentation for UNRESOLVED says:

    This message is also used for any test that requires human
    intervention because it is beyond the abilities of the testing
    framework.

I will write a doco patch for build != host and post it for
Eli's review.

Michael


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