Skip to content

Commit a59c2eb

Browse files
committed
8323515: Create test alias "all" for all test roots
8324647: Invalid test group of lib-test after JDK-8323515 Reviewed-by: phh Backport-of: 8b9bf758801400e4491326cd4c90fc117b9d97e1
1 parent 95ca457 commit a59c2eb

File tree

5 files changed

+45
-8
lines changed

5 files changed

+45
-8
lines changed

test/hotspot/jtreg/TEST.groups

+7
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,20 @@
2121
# questions.
2222
#
2323

24+
# All tests
25+
26+
all = \
27+
:hotspot_all
28+
2429
hotspot_all = \
2530
/
2631

2732
hotspot_all_no_apps = \
2833
/ \
2934
-applications
3035

36+
# Component test groups
37+
3138
hotspot_compiler = \
3239
compiler
3340

test/jaxp/TEST.groups

+8-3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
# questions.
2121
#
2222

23+
# All tests
24+
25+
all = \
26+
:jaxp_all
27+
28+
jaxp_all = \
29+
/
30+
2331
# Tiered testing definitions
2432

2533
# No jaxp tests are tier 1.
@@ -34,6 +42,3 @@ tier3 =
3442

3543
# No tier 4 tests.
3644
tier4 =
37-
38-
jaxp_all = \
39-
javax/xml/jaxp

test/jdk/TEST.groups

+11
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@
2020
# questions.
2121
#
2222

23+
###############################################################################
24+
#
25+
# All tests
26+
#
27+
28+
all = \
29+
:jdk_all
30+
31+
jdk_all = \
32+
/
33+
2334
###############################################################################
2435
#
2536
# Tiered testing definitions

test/langtools/TEST.groups

+6-3
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,13 @@ langtools_sjavac = \
6767
tools/all \
6868
tools/sjavac
6969

70+
# All tests
71+
72+
all = \
73+
:langtools_all
74+
7075
langtools_all = \
71-
jdk \
72-
lib \
73-
tools
76+
/
7477

7578
# Tiered testing definitions
7679

test/lib-test/TEST.groups

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -21,4 +21,15 @@
2121
# questions.
2222
#
2323

24-
tier1 = .
24+
# All tests
25+
26+
all = \
27+
:libtest_all
28+
29+
libtest_all = \
30+
/
31+
32+
# Tiered testing definitions
33+
34+
tier1 = \
35+
:all

0 commit comments

Comments
 (0)