aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/race/race_test.go
AgeCommit message (Expand)Author
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-11-16runtime/race: reject runtime fatal error in testsCherry Zhang
2017-03-31runtime/race: print output when TestRace parsing failsJosh Bleecher Snyder
2016-11-03testing: mark tests and benchmarks failed if a race occurs during executionRuss Cox
2016-10-29runtime/race: ignore user GORACE env var in testsDmitry Vyukov
2016-08-30all: use testing.GoToolPath instead of "go"Keith Randall
2016-07-20runtime/race: fix memory leakDmitry Vyukov
2016-05-03runtime: per-P contexts for race detectorDmitry Vyukov
2016-01-27runtime/race: run tests with GOMAXPROCS=1Dmitry Vyukov
2015-06-30cmd/compile: fix race detector handling of OBLOCK nodesRuss Cox
2015-06-25runtime/race: fix test driverDmitry Vyukov
2015-02-13runtime/race: fix test in preparation for new race runtimeDmitry Vyukov
2014-09-08build: move package sources from src/pkg to srcRuss Cox