Skip to content

8320858: Move jpackage tests to tier3 #3637

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions test/jdk/TEST.groups
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,12 @@ tier2_part3 = \
tier3 = \
:build \
:jdk_vector \
-:jdk_vector_sanity \
:jdk_rmi \
:jdk_svc \
-:jdk_svc_sanity \
-:svc_tools
-:jdk_svc_sanity \
-:svc_tools \
:jdk_jpackage

# Everything not in other tiers
tier4 = \
Expand Down Expand Up @@ -278,10 +280,11 @@ jdk_launcher = \
sun/tools

#
# Tool (and tool API) tests are split into core and svc groups
# Tool (and tool API) tests are mostly split into core and svc groups
#
core_tools = \
tools \
-tools/jpackage \
jdk/internal/jrtfs \
sun/tools/jrunscript

Expand All @@ -293,11 +296,15 @@ svc_tools = \

jdk_tools = \
:core_tools \
:svc_tools
:svc_tools \
:jdk_jpackage

jdk_jfr = \
jdk/jfr

jdk_jpackage = \
tools/jpackage

#
# Catch-all for other areas with a small number of tests
#
Expand Down