mirror of
https://github.com/golang/go.git
synced 2025-05-05 23:53:05 +00:00
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 <mknyszek@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
parent
30f515898c
commit
d9cc4944ce
2
src/cmd/dist/test.go
vendored
2
src/cmd/dist/test.go
vendored
@ -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"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user