Skip to content

Commit 54bd5fa

Browse files
committed
8320858: Move jpackage tests to tier3
Backport-of: e44d4b24ed794957c47c140ab6f15544efa2b278
1 parent 59ea8b0 commit 54bd5fa

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

test/jdk/TEST.groups

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,12 @@ tier2_part3 = \
8686
tier3 = \
8787
:build \
8888
:jdk_vector \
89+
-:jdk_vector_sanity \
8990
:jdk_rmi \
9091
:jdk_svc \
91-
-:jdk_svc_sanity \
92-
-:jdk_vector_sanity \
93-
-:svc_tools
92+
-:jdk_svc_sanity \
93+
-:svc_tools \
94+
:jdk_jpackage
9495

9596
# Everything not in other tiers
9697
tier4 = \
@@ -297,10 +298,11 @@ jdk_loom = \
297298
jdk/jfr/threading
298299

299300
#
300-
# Tool (and tool API) tests are split into core and svc groups
301+
# Tool (and tool API) tests are mostly split into core and svc groups
301302
#
302303
core_tools = \
303304
tools \
305+
-tools/jpackage \
304306
jdk/internal/jrtfs \
305307
sun/tools/jrunscript
306308

@@ -312,11 +314,15 @@ svc_tools = \
312314

313315
jdk_tools = \
314316
:core_tools \
315-
:svc_tools
317+
:svc_tools \
318+
:jdk_jpackage
316319

317320
jdk_jfr = \
318321
jdk/jfr
319322

323+
jdk_jpackage = \
324+
tools/jpackage
325+
320326
#
321327
# Catch-all for other areas with a small number of tests
322328
#

0 commit comments

Comments
 (0)