func internal/race.Errors
9 uses
internal/race (current package)
norace.go#L42: func Errors() int { return 0 }
testing
benchmark.go#L187: b.raceErrors = -race.Errors()
benchmark.go#L196: b.raceErrors += race.Errors()
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()
testing.go#L1423: if !testOk || !exampleOk || !runBenchmarks(m.deps.ImportPath(), m.deps.MatchString, m.benchmarks) || race.Errors() > 0 {
![]() |
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. |