RFR (XS) 8179603: create a jtreg test group for hotspot tests excluding application testing

coleen.phillimore at oracle.com coleen.phillimore at oracle.com
Wed Nov 15 00:51:48 UTC 2017


This creates a group called hotspot_all_no_apps which runs all the 
hotspot tests without the application tests which take forever. With 
this, you can run all the tests on a local machine in something like 3 
hours with the jtreg command:

jtreg -nr -nativepath:$JAVA_HOME/../test/hotspot/jtreg/native 
-jdk:$JAVA_HOME -v:summary -ignore:quiet -retain:fail,"hs_err*" -server 
-agentvm -conc:5 -exclude:open/test/hotspot/jtreg/ProblemList.txt 
open/test/hotspot/jtreg:hotspot_all_no_apps

This change also adds the only failing test to the ProblemList.txt file.

open webrev at http://cr.openjdk.java.net/~coleenp/8179603.01/webrev
bug link https://bugs.openjdk.java.net/browse/JDK-8179603

Thanks,
Coleen


More information about the hotspot-dev mailing list