RFR: JDK-8007883: Re-enable pack200 tests for jprt testing on fast systems
Kumar Srinivasan
kumar.x.srinivasan at oracle.com
Sat Feb 9 18:09:09 UTC 2013
Hi,
Please review the following patch to reinstate pack200 tests for the fastest
systems.
In my testing I also found that launcher's I18NJarTest was failing with
a known
issue on Macs, so I have taken the opportunity to add this as well.
Thanks
Kumar
+++ b/test/ProblemList.txt
@@ -317,13 +317,16 @@
# 7132203
sun/jvmstat/monitor/MonitoredVm/CR6672135.java generic-all
-# Tests take too long, see 7143279
-tools/pack200/CommandLineTests.java generic-all
-tools/pack200/Pack200Test.java generic-all
+# Tests take too long, on sparcs see 7143279
+tools/pack200/CommandLineTests.java solaris-all, macosx-all
+tools/pack200/Pack200Test.java solaris-all, macosx-all
# 7150569
tools/launcher/UnicodeTest.java macosx-all
+# 8006039
+tools/launcher/I18NJarTest.java macosx-all
+
# 8007410
tools/launcher/FXLauncherTest.java linux-all
More information about the core-libs-dev
mailing list