mirror of
https://github.com/golang/go.git
synced 2025-05-07 00:23:03 +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",
|
t.registerTest("GODEBUG=gccheckmark=1 runtime",
|
||||||
&goTest{
|
&goTest{
|
||||||
variant: "runtime:gcstoptheworld2",
|
variant: "runtime:gccheckmark",
|
||||||
timeout: 300 * time.Second,
|
timeout: 300 * time.Second,
|
||||||
short: true,
|
short: true,
|
||||||
env: []string{"GODEBUG=gccheckmark=1"},
|
env: []string{"GODEBUG=gccheckmark=1"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user