Skip to content

Commit a1002d6

Browse files
committed
8230632: [TESTBUG] appcds/NonExistClasspath.java and ClassPathAttr.java failed when running in hotspot_appcds_dynamic test group
Exclude NonExistClasspath.java from the test group; increase timeout for ClassPathAttr.java. Reviewed-by: dcubed, iklam
1 parent 77b3801 commit a1002d6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/hotspot/jtreg/TEST.groups

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ hotspot_appcds_dynamic = \
329329
-runtime/cds/appcds/ExtraSymbols.java \
330330
-runtime/cds/appcds/LongClassListPath.java \
331331
-runtime/cds/appcds/LotsOfClasses.java \
332+
-runtime/cds/appcds/NonExistClasspath.java \
332333
-runtime/cds/appcds/RelativePath.java \
333334
-runtime/cds/appcds/SharedArchiveConsistency.java \
334335
-runtime/cds/appcds/UnusedCPDuringDump.java \

test/hotspot/jtreg/runtime/cds/appcds/ClassPathAttr.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* @requires vm.cds
2929
* @library /test/lib
3030
* @modules jdk.jartool/sun.tools.jar
31-
* @run driver ClassPathAttr
31+
* @run driver/timeout=240 ClassPathAttr
3232
*/
3333

3434
import jdk.test.lib.process.OutputAnalyzer;

0 commit comments

Comments
 (0)