Skip to content

Commit e2c7c40

Browse files
committed
8357173: Split jtreg test group jdk tier3
Reviewed-by: mbaesken Backport-of: afcbf6b2f49c00a544e6db5b4ed9da76c0bdcba4
1 parent 72d9bd6 commit e2c7c40

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, 2023, 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,14 +83,24 @@ 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 \
93-
-:svc_tools \
100+
-:svc_tools
101+
102+
# The jpackage tests on Windows require permissions that aren't always present
103+
tier3_jpackage = \
94104
:jdk_jpackage
95105

96106
# Everything not in other tiers

0 commit comments

Comments
 (0)