File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -84,10 +84,12 @@ tier2_part3 = \
8484tier3 = \
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
9395tier4 = \
@@ -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#
283285core_tools = \
284286 tools \
287+ -tools/jpackage \
285288 jdk/internal/jrtfs \
286289 sun/tools/jrunscript
287290
@@ -293,11 +296,15 @@ svc_tools = \
293296
294297jdk_tools = \
295298 :core_tools \
296- :svc_tools
299+ :svc_tools \
300+ :jdk_jpackage
297301
298302jdk_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#
You can’t perform that action at this time.
0 commit comments