func internal/race.Errors

9 uses

	internal/race (current package)
		norace.go#L43: func Errors() int { return 0 }

	testing
		benchmark.go#L188: 	b.raceErrors = -race.Errors()
		benchmark.go#L197: 	b.raceErrors += race.Errors()
		testing.go#L827: 	return failed || c.raceErrors+race.Errors() > 0
		testing.go#L1251: 	t.raceErrors += race.Errors()
		testing.go#L1272: 	t.raceErrors += -race.Errors()
		testing.go#L1311: 		if t.raceErrors+race.Errors() > 0 {
		testing.go#L1438: 	t.raceErrors = -race.Errors()
		testing.go#L1726: 		if !testOk || !exampleOk || !fuzzTargetsOk || !runBenchmarks(m.deps.ImportPath(), m.deps.MatchString, m.benchmarks) || race.Errors() > 0 {