8323515: Create test alias "all" for all test roots

Reviewed-by: dholmes, alanb, joehw, lmesnik
This commit is contained in:
Aleksey Shipilev 2024-01-23 17:03:35 +00:00
parent 3d8236367d
commit 8b9bf75880
5 changed files with 44 additions and 7 deletions

View File

@ -21,6 +21,11 @@
# questions.
#
# All tests
all = \
:hotspot_all
hotspot_all = \
/
@ -28,6 +33,8 @@ hotspot_all_no_apps = \
/ \
-applications
# Component test groups
hotspot_compiler = \
compiler

View File

@ -20,6 +20,14 @@
# questions.
#
# All tests
all = \
:jaxp_all
jaxp_all = \
/
# Tiered testing definitions
# No jaxp tests are tier 1.
@ -34,6 +42,3 @@ tier3 =
# No tier 4 tests.
tier4 =
jaxp_all = \
javax/xml/jaxp

View File

@ -20,6 +20,17 @@
# questions.
#
###############################################################################
#
# All tests
#
all = \
:jdk_all
jdk_all = \
/
###############################################################################
#
# Tiered testing definitions

View File

@ -63,10 +63,13 @@ langtools_jdeps = \
tools/all \
tools/jdeps
# All tests
all = \
:langtools_all
langtools_all = \
jdk \
lib \
tools
/
# Tiered testing definitions

View File

@ -21,4 +21,15 @@
# questions.
#
tier1 = .
# All tests
all = \
:all
libtest_all = \
/
# Tiered testing definitions
tier1 = \
:all