File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1- # Copyright (c) 2013, 2024 , Oracle and/or its affiliates. All rights reserved.
1+ # Copyright (c) 2013, 2025 , Oracle and/or its affiliates. All rights reserved.
22# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
33#
44# This code is free software; you can redistribute it and/or modify it
@@ -83,17 +83,27 @@ tier2_part2 = \
8383tier2_part3 = \
8484 :jdk_net
8585
86+ # These sub groups of tier3 allow for running certain tests separately from the
87+ # rest. When adding tests to tier3, in most cases they should be added to
88+ # tier3_part1.
8689tier3 = \
90+ :tier3_part1 \
91+ :tier3_jpackage
92+
93+ tier3_part1 = \
8794 :build \
8895 :jdk_vector \
8996 -:jdk_vector_sanity \
9097 :jdk_rmi \
9198 :jdk_svc \
9299 -:jdk_svc_sanity \
93100 -:svc_tools \
94- :jdk_jpackage \
95101 :jdk_since_checks
96102
103+ # The jpackage tests on Windows require permissions that aren't always present
104+ tier3_jpackage = \
105+ :jdk_jpackage
106+
97107# Everything not in other tiers
98108tier4 = \
99109 / \
You can’t perform that action at this time.
0 commit comments