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: phh
Backport-of: 8b9bf758801400e4491326cd4c90fc117b9d97e1
  • Loading branch information
shipilev committed Feb 26, 2024
1 parent e075097 commit 8dc2892
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 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
8 changes: 8 additions & 0 deletions test/langtools/TEST.groups
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
# questions.
#

# All tests

all = \
:langtools_all

langtools_all = \
/

# Tiered testing definitions

# (Nearly) all langtools tests are tier 1.
Expand Down

1 comment on commit 8dc2892

@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.