This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: Silly Question: XFAILing just gij tests?


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


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