IcedTea6 Testing
Andrew John Hughes
gnu_andrew at member.fsf.org
Tue Mar 3 14:03:55 PST 2009
2009/3/3 Omair Majid <omajid at redhat.com>:
> Hi Andrew,
>
> Andrew John Hughes wrote:
>>
>> Nice work. Couple of things:
>>
>> 1. We should exclude the com.sun.jmx.snmp tests. They're never going
>> to pass (unless someone somewhere is working on a replacement for this
>> binary plug...)
>
> I have no problem with this, but I dont know how to get jtreg to ignore
> tests. There is a @ignore keyword, but that would mean patching the test
> itself. Are people ok with applying such a patch to
> openjdk/jdk/test/com/sun/jmx/snmp/* in IcedTea6?
>
I experimented with this in IcedTea7. You add something like:
-exclude:$(abs_top_srcdir)/test/jtreg/excludelist.langtools.jtx
to the jtreg invocation, where excludelist.langtools.jtx is just a
list of the tests to exclude.
e.g.
# Fail to compile
javax/imageio/metadata/DOML3Node.java
javax/swing/border/Test4856008.java
IcedTea7 currently excludes all tests known to fail and the exclude
lists describe why.
>> 2. Similarly, the Mauve tests should be excluding some of the gnu.* on
>> IcedTea. Did we have a way of doing this?
>
> '-exclude gnu' should do the trick. I will add it to the nightly tester.
>
:)
>> 3. Any chance of getting 7 included? :D
>
> /me adds that to his todo list.
>
Thanks!
> Cheers,
> Omair
>
--
Andrew :-)
Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)
Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net
PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA 7927 142C 2591 94EF D9D8
More information about the distro-pkg-dev
mailing list