This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: dejagnu question: xfail?
- From: Tom Tromey <tromey at redhat dot com>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: 26 Aug 2002 09:43:13 -0600
- Subject: Re: dejagnu question: xfail?
- References: <861y8mz0d8.fsf@megacz.com>
- Reply-to: tromey at redhat dot com
>>>>> "Adam" == Adam Megacz <gcj@lists.megacz.com> writes:
Adam> Sorry, I can't seem to find this in the dejagnu manual. How does
Adam> dejagnu know if a failutre qualifies as a FAIL or an XFAIL?
You invoke setup_xfail before invoking either pass or fail.
Tom