Description
What version of Go are you using (go version
)?
$ go version Fails with latest tip.
Does this issue reproduce with the latest release?
Yes, but the errors are different depending on the system. On a system where the verification of tsan fails in a certain way the test is skipped so the error doesn't occur and the test seems to pass.
This started with CL 297774 since these tests were not run on ppc64le before that.
What operating system and processor architecture are you using (go env
)?
ppc64le
Fails consistently on Linux SMP Debian 4.19.160-2
go env
Output
$ go env
What did you do?
This first appeared on the build dashboard: https://build.golang.org/log/a07cf12a0667dc38c330f06dc5c457841154ffc4 and then also appeared on a slowbot run: https://storage.googleapis.com/go-build-log/9fc3f56e/linux-ppc64le-power9osu_74ad5e7f.log.
I don't know why it would work sometimes but not others like has happened on the build dashboard.
What did you expect to see?
PASS
What did you see instead?
Various errors, including those shown in the logs above. It does pass sometimes as mentioned above, if the test decides that it shouldn't test tsan then the test seems to pass.