8273314: Add tier4 test groups

Reviewed-by: serb, iignatyev
This commit is contained in:
Aleksey Shipilev 2021-09-20 14:02:07 +00:00
parent 699865f76c
commit 1f8af524ff
4 changed files with 20 additions and 0 deletions

View File

@ -464,6 +464,13 @@ tier3 = \
:hotspot_tier3_runtime \
:tier3_gc_shenandoah
# Everything that is not in other tiers, but not apps
tier4 = \
:hotspot_all_no_apps \
-:tier1 \
-:tier2 \
-:tier3
hotspot_tier2_runtime = \
runtime/ \
-runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \

View File

@ -32,5 +32,8 @@ tier2 = \
# No tier 3 tests.
tier3 =
# No tier 4 tests.
tier4 =
jaxp_all = \
javax/xml/jaxp

View File

@ -76,6 +76,13 @@ tier3 = \
:jdk_rmi \
:jdk_jfr_tier3
# Everything not in other tiers
tier4 = \
/ \
-:tier1 \
-:tier2 \
-:tier3
###############################################################################
#
# Other test definitions; generally smaller granularity than tiers

View File

@ -87,3 +87,6 @@ tier2 = \
# No langtools tests are tier 3 either.
tier3 =
# No langtools tests are tier 4 either.
tier4 =