File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -86,11 +86,12 @@ tier2_part3 = \
8686tier3 = \
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
9697tier4 = \
@@ -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#
302303core_tools = \
303304 tools \
305+ -tools/jpackage \
304306 jdk/internal/jrtfs \
305307 sun/tools/jrunscript
306308
@@ -312,11 +314,15 @@ svc_tools = \
312314
313315jdk_tools = \
314316 :core_tools \
315- :svc_tools
317+ :svc_tools \
318+ :jdk_jpackage
316319
317320jdk_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#
You can’t perform that action at this time.
0 commit comments