Skip to content

Commit e85efa4

Browse files
committed
Backport e44d4b24ed794957c47c140ab6f15544efa2b278
1 parent 95fe05a commit e85efa4

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

test/jdk/TEST.groups

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,12 @@ tier2_part3 = \
8484
tier3 = \
8585
:build \
8686
:jdk_vector \
87+
-:jdk_vector_sanity \
8788
:jdk_rmi \
8889
:jdk_svc \
89-
-:jdk_svc_sanity \
90-
-:svc_tools
90+
-:jdk_svc_sanity \
91+
-:svc_tools \
92+
:jdk_jpackage
9193

9294
# Everything not in other tiers
9395
tier4 = \
@@ -278,10 +280,11 @@ jdk_launcher = \
278280
sun/tools
279281

280282
#
281-
# Tool (and tool API) tests are split into core and svc groups
283+
# Tool (and tool API) tests are mostly split into core and svc groups
282284
#
283285
core_tools = \
284286
tools \
287+
-tools/jpackage \
285288
jdk/internal/jrtfs \
286289
sun/tools/jrunscript
287290

@@ -293,11 +296,15 @@ svc_tools = \
293296

294297
jdk_tools = \
295298
:core_tools \
296-
:svc_tools
299+
:svc_tools \
300+
:jdk_jpackage
297301

298302
jdk_jfr = \
299303
jdk/jfr
300304

305+
jdk_jpackage = \
306+
tools/jpackage
307+
301308
#
302309
# Catch-all for other areas with a small number of tests
303310
#

0 commit comments

Comments
 (0)