[FYI] Add java/awt/PrintJob/EdgeTest/EdgeTest.java to exclude list

Omair Majid omajid at redhat.com
Tue Mar 31 13:43:14 PDT 2009


Hi Joe,

Joe Darcy wrote:
> Omair Majid wrote:
>> The attached patch adds the test to the exclude list so a make check 
>> will skip over this test.
> 
> Have you tried running only the automated tests instead "jtreg -a ..."?
> 
> -Joe

Oh, I hadn't considered that. But here is part of what make check does:
[snip]
  $(ICEDTEA_BOOT_DIR)/bin/java -jar test/jtreg.jar -v1 -a -ignore:quiet \
  -w:test/jdk/JTwork -r:test/jdk/JTreport \
[snip]

It looks like openjdk/jdk/test/java/awt/PrintJob/EdgeTest/EdgeTest.java 
is missing the '/manual' option. Adding /manual certainly seems like the 
correct fix. I am going to try and add that.

Thanks,
Omair



More information about the distro-pkg-dev mailing list