mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
8357173: Split jtreg test group jdk tier3
Reviewed-by: mikael
This commit is contained in:
parent
81536830ed
commit
afcbf6b2f4
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2013, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
# Copyright (c) 2013, 2025, Oracle and/or its affiliates. All rights reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
@ -83,7 +83,14 @@ tier2_part2 = \
|
||||
tier2_part3 = \
|
||||
:jdk_net
|
||||
|
||||
# These sub groups of tier3 allow for running certain tests separately from the
|
||||
# rest. When adding tests to tier3, in most cases they should be added to
|
||||
# tier3_part1.
|
||||
tier3 = \
|
||||
:tier3_part1 \
|
||||
:tier3_jpackage
|
||||
|
||||
tier3_part1 = \
|
||||
:build \
|
||||
:jdk_vector \
|
||||
-:jdk_vector_sanity \
|
||||
@ -91,9 +98,12 @@ tier3 = \
|
||||
:jdk_svc \
|
||||
-:jdk_svc_sanity \
|
||||
-:svc_tools \
|
||||
:jdk_jpackage \
|
||||
:jdk_since_checks
|
||||
|
||||
# The jpackage tests on Windows require permissions that aren't always present
|
||||
tier3_jpackage = \
|
||||
:jdk_jpackage
|
||||
|
||||
# Everything not in other tiers
|
||||
tier4 = \
|
||||
/ \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user