aboutsummaryrefslogtreecommitdiff
path: root/doc/go1.17.html
diff options
context:
space:
mode:
authorAaron Sheah <aaronsheah@gmail.com>2021-06-03 17:43:36 +0000
committerHeschi Kreinick <heschi@google.com>2021-06-04 14:31:24 +0000
commitc6b62112292fa741d5708dfd63bd89eed3b6f8ee (patch)
tree258290f7995c06450af935d5e7ca73abcc810a3f /doc/go1.17.html
parent021444007590da4c1f6e504904e2871a1012c0bf (diff)
downloadgo-c6b62112292fa741d5708dfd63bd89eed3b6f8ee.tar.gz
go-c6b62112292fa741d5708dfd63bd89eed3b6f8ee.zip
doc/go1.17: document testing changes for Go 1.17
For #44513. Fixes #46024 Change-Id: Icf3877d1fcd67448fbc79a0ce3db3f319ad4a0e9 GitHub-Last-Rev: 8c015935c2e376134d81aa577bffdca7fc03170d GitHub-Pull-Request: golang/go#46324 Reviewed-on: https://go-review.googlesource.com/c/go/+/322109 Reviewed-by: Heschi Kreinick <heschi@google.com> Trust: Jeremy Faller <jeremy@golang.org> Trust: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'doc/go1.17.html')
-rw-r--r--doc/go1.17.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/go1.17.html b/doc/go1.17.html
index 27ef524286..7438d894fe 100644
--- a/doc/go1.17.html
+++ b/doc/go1.17.html
@@ -659,9 +659,8 @@ Do not send CLs removing the interior tags from such phrases.
<dl id="testing"><dt><a href="/pkg/testing/">testing</a></dt>
<dd>
<p><!-- CL 310033 -->
- TODO: <a href="https://golang.org/cl/310033">https://golang.org/cl/310033</a>: add -shuffle=off|on|N to alter the execution order of tests and benchmarks
+ Added a new <a href="/cmd/go/#hdr-Testing_flags">testing flag</a> <code>-shuffle</code> which controls the execution order of tests and benchmarks.
</p>
-
<p><!-- CL 260577 -->
The new
<a href="/pkg/testing/#T.Setenv"><code>T.Setenv</code></a>