It should be run by the race builders in go tool dist -race mode,
but that mode doesn't run test for runtime/race for some reason.
I think it's lost during the transition from race.bash to go tool dist test,
I will send a CL.
so that runtime/race tests are included in the race builder.
Update #14011.
Change-Id: I04ac6e47366fdb1fe84ba89da556c6d38f7d4a47
Reviewed-on: https://go-review.googlesource.com/18686
Run-TryBot: Minux Ma <minux@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
go test runtime/race
fails:These tests are (obviously) not run by
go tool dist test
. What are they for? Should they be fixed and enabled, deleted, something else?The text was updated successfully, but these errors were encountered: