]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.17: document testing changes for Go 1.17
authorAaron Sheah <aaronsheah@gmail.com>
Thu, 3 Jun 2021 17:43:36 +0000 (17:43 +0000)
committerHeschi Kreinick <heschi@google.com>
Fri, 4 Jun 2021 14:31:24 +0000 (14:31 +0000)
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>

doc/go1.17.html

index 27ef524286d877ee950de701973598c673b90d03..7438d894fe3feacf50e116d4a17abafd94640c77 100644 (file)
@@ -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>