Skip to content

Commit 53b3b28

Browse files
committed
8357173: Split jtreg test group jdk tier3
Backport-of: e2c7c40816dcc9544b885ff63c8dff3f9f8b4ad6
1 parent c06ed5d commit 53b3b28

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, 2021, 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
@@ -81,14 +81,24 @@ tier2_part2 = \
8181
tier2_part3 = \
8282
:jdk_net
8383

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.
8487
tier3 = \
88+
:tier3_part1 \
89+
:tier3_jpackage
90+
91+
tier3_part1 = \
8592
:build \
8693
:jdk_vector \
8794
-:jdk_vector_sanity \
8895
:jdk_rmi \
8996
:jdk_svc \
9097
-: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 = \
92102
:jdk_jpackage
93103

94104
# Everything not in other tiers

0 commit comments

Comments
 (0)