Skip to content
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

8278363: Create extented container test groups #6749

Closed
Closed
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions test/hotspot/jtreg/TEST.groups
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ hotspot_native_sanity = \
hotspot_containers = \
containers

# Test sets for running inside container environment
hotspot_containers_extended = \
runtime \
serviceability \
vmTestbase/nsk/jvmti \
vmTestbase/nsk/monitoring

hotspot_vector_1 = \
compiler/c2/cr6340864 \
compiler/codegen \
Expand Down
5 changes: 5 additions & 0 deletions test/jdk/TEST.groups
Original file line number Diff line number Diff line change
Expand Up @@ -583,3 +583,8 @@ jdk_core_manual_requires_human_input = \
java/util/TimeZone/DefaultTimeZoneTest.java


# Test sets for running inside container environment
jdk_containers_extended = \
:jdk_io \
:jdk_nio \
:jdk_svc