testing.common.raceErrors (field)
9 uses
testing (current package)
benchmark.go#L187: b.raceErrors = -race.Errors()
benchmark.go#L196: b.raceErrors += race.Errors()
benchmark.go#L197: if b.raceErrors > 0 {
testing.go#L403: raceErrors int // Number of races detected during test.
testing.go#L707: return failed || c.raceErrors+race.Errors() > 0
testing.go#L1046: t.raceErrors += race.Errors()
testing.go#L1067: t.raceErrors += -race.Errors()
testing.go#L1091: if t.raceErrors+race.Errors() > 0 {
testing.go#L1192: t.raceErrors = -race.Errors()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |