Skip to content

Commit be51a0c

Browse files
author
duke
committed
Backport afcbf6b2f49c00a544e6db5b4ed9da76c0bdcba4
1 parent d4adbca commit be51a0c

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

test/jdk/TEST.groups

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 = \
8383
tier2_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.
8689
tier3 = \
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
98108
tier4 = \
99109
/ \

0 commit comments

Comments
 (0)