From: Cherry Mui Date: Wed, 12 Feb 2025 01:47:55 +0000 (-0500) Subject: cmd/dist: correct gccheckmark test name X-Git-Tag: go1.25rc1~1070 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d9cc4944ce3f36fc8fd1c63f35c206b308a3503f;p=gostls13.git cmd/dist: correct gccheckmark test name 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 LUCI-TryBot-Result: Go LUCI --- diff --git a/src/cmd/dist/test.go b/src/cmd/dist/test.go index ba273d7923..005e1da86a 100644 --- a/src/cmd/dist/test.go +++ b/src/cmd/dist/test.go @@ -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"},