]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist: correct gccheckmark test name
authorCherry Mui <cherryyz@google.com>
Wed, 12 Feb 2025 01:47:55 +0000 (20:47 -0500)
committerCherry Mui <cherryyz@google.com>
Wed, 12 Feb 2025 16:01:52 +0000 (08:01 -0800)
The test actually runs with gccheckmark=1, not gcstoptheworld=2.
Make the name match.

Change-Id: If38822a3f1ef65bc92fe47b375381df49a684c1d
Reviewed-on: https://go-review.googlesource.com/c/go/+/648755
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

src/cmd/dist/test.go

index ba273d79234b3a25567d4cbcfd0b035140253900..005e1da86a1dc22687a83129f1d1a68dcb1a0e17 100644 (file)
@@ -762,7 +762,7 @@ func (t *tester) registerTests() {
                        })
                t.registerTest("GODEBUG=gccheckmark=1 runtime",
                        &goTest{
-                               variant: "runtime:gcstoptheworld2",
+                               variant: "runtime:gccheckmark",
                                timeout: 300 * time.Second,
                                short:   true,
                                env:     []string{"GODEBUG=gccheckmark=1"},