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, 2021 , 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
@@ -81,14 +81,24 @@ tier2_part2 = \
81
81
tier2_part3 = \
82
82
:jdk_net
83
83
84
+ # These sub groups of tier3 allow for running certain tests separately from the
85
+ # rest. When adding tests to tier3, in most cases they should be added to
86
+ # tier3_part1.
84
87
tier3 = \
88
+ :tier3_part1 \
89
+ :tier3_jpackage
90
+
91
+ tier3_part1 = \
85
92
:build \
86
93
:jdk_vector \
87
94
-:jdk_vector_sanity \
88
95
:jdk_rmi \
89
96
:jdk_svc \
90
97
-:jdk_svc_sanity \
91
- -:svc_tools \
98
+ -:svc_tools
99
+
100
+ # The jpackage tests on Windows require permissions that aren't always present
101
+ tier3_jpackage = \
92
102
:jdk_jpackage
93
103
94
104
# Everything not in other tiers
You can’t perform that action at this time.
0 commit comments