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, 2023 , Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2013, 2025 , Oracle and/or its affiliates. All rights reserved.
2
2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3
3
#
4
4
# This code is free software; you can redistribute it and/or modify it
@@ -83,14 +83,24 @@ tier2_part2 = \
83
83
tier2_part3 = \
84
84
:jdk_net
85
85
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.
86
89
tier3 = \
90
+ :tier3_part1 \
91
+ :tier3_jpackage
92
+
93
+ tier3_part1 = \
87
94
:build \
88
95
:jdk_vector \
89
96
-:jdk_vector_sanity \
90
97
:jdk_rmi \
91
98
:jdk_svc \
92
99
-:jdk_svc_sanity \
93
- -:svc_tools \
100
+ -:svc_tools
101
+
102
+ # The jpackage tests on Windows require permissions that aren't always present
103
+ tier3_jpackage = \
94
104
:jdk_jpackage
95
105
96
106
# Everything not in other tiers
You can’t perform that action at this time.
0 commit comments