Skip to content

Commit

Permalink
8323515: Create test alias "all" for all test roots
Browse files Browse the repository at this point in the history
Reviewed-by: dholmes, alanb, joehw, lmesnik
  • Loading branch information
shipilev committed Jan 23, 2024
1 parent 3d82363 commit 8b9bf75
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 7 deletions.
7 changes: 7 additions & 0 deletions test/hotspot/jtreg/TEST.groups
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,20 @@
# questions.
#

# All tests

all = \
:hotspot_all

hotspot_all = \
/

hotspot_all_no_apps = \
/ \
-applications

# Component test groups

hotspot_compiler = \
compiler

Expand Down
11 changes: 8 additions & 3 deletions test/jaxp/TEST.groups
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
# questions.
#

# All tests

all = \
:jaxp_all

jaxp_all = \
/

# Tiered testing definitions

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

# No tier 4 tests.
tier4 =

jaxp_all = \
javax/xml/jaxp
11 changes: 11 additions & 0 deletions test/jdk/TEST.groups
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@
# questions.
#

###############################################################################
#
# All tests
#

all = \
:jdk_all

jdk_all = \
/

###############################################################################
#
# Tiered testing definitions
Expand Down
9 changes: 6 additions & 3 deletions test/langtools/TEST.groups
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,13 @@ langtools_jdeps = \
tools/all \
tools/jdeps

# All tests

all = \
:langtools_all

langtools_all = \
jdk \
lib \
tools
/

# Tiered testing definitions

Expand Down
13 changes: 12 additions & 1 deletion test/lib-test/TEST.groups
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,15 @@
# questions.
#

tier1 = .
# All tests

all = \
:all

libtest_all = \
/

# Tiered testing definitions

tier1 = \
:all

1 comment on commit 8b9bf75

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.