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
8324647: Invalid test group of lib-test after JDK-8323515

Backport-of: 8b9bf758801400e4491326cd4c90fc117b9d97e1
  • Loading branch information
shipilev committed Feb 14, 2024
1 parent b9cf41d commit 3f35008
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 8 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
15 changes: 13 additions & 2 deletions test/lib-test/TEST.groups
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2020, 2024, 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
Expand All @@ -21,4 +21,15 @@
# questions.
#

tier1 = .
# All tests

all = \
:libtest_all

libtest_all = \
/

# Tiered testing definitions

tier1 = \
:all

1 comment on commit 3f35008

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