8230632: [TESTBUG] appcds/NonExistClasspath.java and ClassPathAttr.java failed when running in hotspot_appcds_dynamic test group
authorccheung
Thu, 05 Sep 2019 11:12:12 -0700
changeset 58023 06f3d5092832
parent 58022 12885822f0c5
child 58024 6eb44470aa98
8230632: [TESTBUG] appcds/NonExistClasspath.java and ClassPathAttr.java failed when running in hotspot_appcds_dynamic test group Summary: Exclude NonExistClasspath.java from the test group; increase timeout for ClassPathAttr.java. Reviewed-by: dcubed, iklam
test/hotspot/jtreg/TEST.groups
test/hotspot/jtreg/runtime/cds/appcds/ClassPathAttr.java
--- a/test/hotspot/jtreg/TEST.groups	Thu Sep 05 17:26:38 2019 +0000
+++ b/test/hotspot/jtreg/TEST.groups	Thu Sep 05 11:12:12 2019 -0700
@@ -329,6 +329,7 @@
  -runtime/cds/appcds/ExtraSymbols.java \
  -runtime/cds/appcds/LongClassListPath.java \
  -runtime/cds/appcds/LotsOfClasses.java \
+ -runtime/cds/appcds/NonExistClasspath.java \
  -runtime/cds/appcds/RelativePath.java \
  -runtime/cds/appcds/SharedArchiveConsistency.java \
  -runtime/cds/appcds/UnusedCPDuringDump.java \
--- a/test/hotspot/jtreg/runtime/cds/appcds/ClassPathAttr.java	Thu Sep 05 17:26:38 2019 +0000
+++ b/test/hotspot/jtreg/runtime/cds/appcds/ClassPathAttr.java	Thu Sep 05 11:12:12 2019 -0700
@@ -28,7 +28,7 @@
  * @requires vm.cds
  * @library /test/lib
  * @modules jdk.jartool/sun.tools.jar
- * @run driver ClassPathAttr
+ * @run driver/timeout=240 ClassPathAttr
  */
 
 import jdk.test.lib.process.OutputAnalyzer;