Skip to content

Commit 04271df

Browse files
SendaoYanmagicus
SendaoYan
authored andcommittedMay 2, 2024
8331331: :tier1 target explanation in doc/testing.md is incorrect
Reviewed-by: erikj, dholmes, ihse
1 parent f6cdcc6 commit 04271df

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed
 

‎doc/testing.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,9 @@ <h2 id="test-selection">Test selection</h2>
179179
<p>The test specifications given in <code>TEST</code> is parsed into
180180
fully qualified test descriptors, which clearly and unambigously show
181181
which tests will be run. As an example, <code>:tier1</code> will expand
182-
to
183-
<code>jtreg:$(TOPDIR)/test/hotspot/jtreg:tier1 jtreg:$(TOPDIR)/test/jdk:tier1 jtreg:$(TOPDIR)/test/langtools:tier1 jtreg:$(TOPDIR)/test/nashorn:tier1 jtreg:$(TOPDIR)/test/jaxp:tier1</code>.
182+
to include all subcomponent test directories that define `tier1`,
183+
for example:
184+
<code>jtreg:$(TOPDIR)/test/hotspot/jtreg:tier1 jtreg:$(TOPDIR)/test/jdk:tier1 jtreg:$(TOPDIR)/test/langtools:tier1 ...</code>.
184185
You can always submit a list of fully qualified test descriptors in the
185186
<code>TEST</code> variable if you want to shortcut the parser.</p>
186187
<h3 id="common-test-groups">Common Test Groups</h3>

‎doc/testing.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ test runs, the `test TEST="x"` solution needs to be used.
103103

104104
The test specifications given in `TEST` is parsed into fully qualified test
105105
descriptors, which clearly and unambigously show which tests will be run. As an
106-
example, `:tier1` will expand to `jtreg:$(TOPDIR)/test/hotspot/jtreg:tier1
107-
jtreg:$(TOPDIR)/test/jdk:tier1 jtreg:$(TOPDIR)/test/langtools:tier1
108-
jtreg:$(TOPDIR)/test/nashorn:tier1 jtreg:$(TOPDIR)/test/jaxp:tier1`. You can
109-
always submit a list of fully qualified test descriptors in the `TEST` variable
110-
if you want to shortcut the parser.
106+
example, `:tier1` will expand to include all subcomponent test directories
107+
that define `tier1`, for example: `jtreg:$(TOPDIR)/test/hotspot/jtreg:tier1
108+
jtreg:$(TOPDIR)/test/jdk:tier1 jtreg:$(TOPDIR)/test/langtools:tier1 ...`. You
109+
can always submit a list of fully qualified test descriptors in the `TEST`
110+
variable if you want to shortcut the parser.
111111

112112
### Common Test Groups
113113

0 commit comments

Comments
 (0)