This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Silly Question: XFAILing just gij tests?
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at gmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: 10 Mar 2005 10:57:14 -0700
- Subject: Re: Silly Question: XFAILing just gij tests?
- References: <d0phvs$5pk$1@sea.gmane.org>
- Reply-to: tromey at redhat dot com
Ranjit> How do I indicate that the from-source and from-bytecode
Ranjit> *compiler* tests will succeed, but the from-bytecode
Ranjit> *interpreter* tests will not?
All the available xfail keywords are described in a comment toward the
end of testsuite/lib/libjava.exp. These are available to tests in
libjava.lang and libjava.exp.
As far as I can see, there is no existing tag that describes the
situation you want. It isn't hard to add new ones though.
Tom