1 #
2 # Copyright (c) 2005, 2025, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # This file identifies the root of the test-suite hierarchy.
6 # It also contains test-suite configuration information.
7 #
8 # The list of keywords supported in the entire test suite. The
9 # "intermittent" keyword marks tests known to fail intermittently.
10 # The "randomness" keyword marks tests using randomness with test
11 # cases differing from run to run. (A test using a fixed random seed
12 # would not count as "randomness" by this definition.) Extra care
13 # should be taken to handle test failures of intermittent or
14 # randomness tests.
15 #
16 # A test flagged with cgroups uses cgroups.
17 #
18 # Notes on "client" keywords : headful sound printer multimon
19 # ===========================================================
20 #
21 # These keywords are there to help with test selection so that
22 # tests that need a particular resource can be selected to run on a system
106 vm.musl \
107 vm.asan \
108 vm.ubsan \
109 vm.debug \
110 vm.hasSA \
111 vm.hasJFR \
112 vm.jvmci \
113 vm.jvmci.enabled \
114 vm.jvmti \
115 vm.cpu.features \
116 container.support \
117 systemd.support \
118 release.implementor \
119 jdk.containerized \
120 jdk.foreign.linker \
121 jlink.runtime.linkable \
122 jlink.packagedModules \
123 jdk.static
124
125 # Minimum jtreg version
126 requiredVersion=8.1+1
127
128 # Path to libraries in the topmost test directory. This is needed so @library
129 # does not need ../../ notation to reach them
130 external.lib.roots = ../../
131
132 # Use new module options
133 useNewOptions=true
134
135 # Use --patch-module instead of -Xmodule:
136 useNewPatchModule=true
|
1 #
2 # Copyright (c) 2005, 2026, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # This file identifies the root of the test-suite hierarchy.
6 # It also contains test-suite configuration information.
7 #
8 # The list of keywords supported in the entire test suite. The
9 # "intermittent" keyword marks tests known to fail intermittently.
10 # The "randomness" keyword marks tests using randomness with test
11 # cases differing from run to run. (A test using a fixed random seed
12 # would not count as "randomness" by this definition.) Extra care
13 # should be taken to handle test failures of intermittent or
14 # randomness tests.
15 #
16 # A test flagged with cgroups uses cgroups.
17 #
18 # Notes on "client" keywords : headful sound printer multimon
19 # ===========================================================
20 #
21 # These keywords are there to help with test selection so that
22 # tests that need a particular resource can be selected to run on a system
106 vm.musl \
107 vm.asan \
108 vm.ubsan \
109 vm.debug \
110 vm.hasSA \
111 vm.hasJFR \
112 vm.jvmci \
113 vm.jvmci.enabled \
114 vm.jvmti \
115 vm.cpu.features \
116 container.support \
117 systemd.support \
118 release.implementor \
119 jdk.containerized \
120 jdk.foreign.linker \
121 jlink.runtime.linkable \
122 jlink.packagedModules \
123 jdk.static
124
125 # Minimum jtreg version
126 requiredVersion=8.2.1+1
127
128 # Path to libraries in the topmost test directory. This is needed so @library
129 # does not need ../../ notation to reach them
130 external.lib.roots = ../../
131
132 # Use new module options
133 useNewOptions=true
134
135 # Use --patch-module instead of -Xmodule:
136 useNewPatchModule=true
|