Skip to content

Commit 1f8af52

Browse files
committed
8273314: Add tier4 test groups
Reviewed-by: serb, iignatyev
1 parent 699865f commit 1f8af52

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

test/hotspot/jtreg/TEST.groups

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,13 @@ tier3 = \
464464
:hotspot_tier3_runtime \
465465
:tier3_gc_shenandoah
466466

467+
# Everything that is not in other tiers, but not apps
468+
tier4 = \
469+
:hotspot_all_no_apps \
470+
-:tier1 \
471+
-:tier2 \
472+
-:tier3
473+
467474
hotspot_tier2_runtime = \
468475
runtime/ \
469476
-runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \

test/jaxp/TEST.groups

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@ tier2 = \
3232
# No tier 3 tests.
3333
tier3 =
3434

35+
# No tier 4 tests.
36+
tier4 =
37+
3538
jaxp_all = \
3639
javax/xml/jaxp

test/jdk/TEST.groups

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@ tier3 = \
7676
:jdk_rmi \
7777
:jdk_jfr_tier3
7878

79+
# Everything not in other tiers
80+
tier4 = \
81+
/ \
82+
-:tier1 \
83+
-:tier2 \
84+
-:tier3
85+
7986
###############################################################################
8087
#
8188
# Other test definitions; generally smaller granularity than tiers

test/langtools/TEST.groups

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,6 @@ tier2 = \
8787

8888
# No langtools tests are tier 3 either.
8989
tier3 =
90+
91+
# No langtools tests are tier 4 either.
92+
tier4 =

0 commit comments

Comments
 (0)