8273314: Add tier4 test groups
Reviewed-by: serb, iignatyev
This commit is contained in:
parent
699865f76c
commit
1f8af524ff
@ -464,6 +464,13 @@ tier3 = \
|
|||||||
:hotspot_tier3_runtime \
|
:hotspot_tier3_runtime \
|
||||||
:tier3_gc_shenandoah
|
:tier3_gc_shenandoah
|
||||||
|
|
||||||
|
# Everything that is not in other tiers, but not apps
|
||||||
|
tier4 = \
|
||||||
|
:hotspot_all_no_apps \
|
||||||
|
-:tier1 \
|
||||||
|
-:tier2 \
|
||||||
|
-:tier3
|
||||||
|
|
||||||
hotspot_tier2_runtime = \
|
hotspot_tier2_runtime = \
|
||||||
runtime/ \
|
runtime/ \
|
||||||
-runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
|
-runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
|
||||||
|
@ -32,5 +32,8 @@ tier2 = \
|
|||||||
# No tier 3 tests.
|
# No tier 3 tests.
|
||||||
tier3 =
|
tier3 =
|
||||||
|
|
||||||
|
# No tier 4 tests.
|
||||||
|
tier4 =
|
||||||
|
|
||||||
jaxp_all = \
|
jaxp_all = \
|
||||||
javax/xml/jaxp
|
javax/xml/jaxp
|
||||||
|
@ -76,6 +76,13 @@ tier3 = \
|
|||||||
:jdk_rmi \
|
:jdk_rmi \
|
||||||
:jdk_jfr_tier3
|
:jdk_jfr_tier3
|
||||||
|
|
||||||
|
# Everything not in other tiers
|
||||||
|
tier4 = \
|
||||||
|
/ \
|
||||||
|
-:tier1 \
|
||||||
|
-:tier2 \
|
||||||
|
-:tier3
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#
|
#
|
||||||
# Other test definitions; generally smaller granularity than tiers
|
# Other test definitions; generally smaller granularity than tiers
|
||||||
|
@ -87,3 +87,6 @@ tier2 = \
|
|||||||
|
|
||||||
# No langtools tests are tier 3 either.
|
# No langtools tests are tier 3 either.
|
||||||
tier3 =
|
tier3 =
|
||||||
|
|
||||||
|
# No langtools tests are tier 4 either.
|
||||||
|
tier4 =
|
||||||
|
Loading…
Reference in New Issue
Block a user