8278363: Create extented container test groups

Reviewed-by: lmesnik
This commit is contained in:
Mikhailo Seledtsov 2021-12-07 21:58:19 +00:00
parent 716c2e1e85
commit 3d61372ba5
2 changed files with 12 additions and 0 deletions

View File

@ -71,6 +71,13 @@ hotspot_native_sanity = \
hotspot_containers = \
containers
# Test sets for running inside container environment
hotspot_containers_extended = \
runtime \
serviceability \
vmTestbase/nsk/jvmti \
vmTestbase/nsk/monitoring
hotspot_vector_1 = \
compiler/c2/cr6340864 \
compiler/codegen \

View File

@ -583,3 +583,8 @@ jdk_core_manual_requires_human_input = \
java/util/TimeZone/DefaultTimeZoneTest.java
# Test sets for running inside container environment
jdk_containers_extended = \
:jdk_io \
:jdk_nio \
:jdk_svc