Skip to content

Commit

Permalink
8230632: [TESTBUG] appcds/NonExistClasspath.java and ClassPathAttr.ja…
Browse files Browse the repository at this point in the history
…va 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
  • Loading branch information
calvinccheung committed Sep 5, 2019
1 parent 77b3801 commit a1002d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/hotspot/jtreg/TEST.groups
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ hotspot_appcds_dynamic = \
-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 \
Expand Down
2 changes: 1 addition & 1 deletion test/hotspot/jtreg/runtime/cds/appcds/ClassPathAttr.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a1002d6

Please sign in to comment.