aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/race/output_test.go
AgeCommit message (Expand)Author
2023-10-25testing: use monotonic counts to attribute races in subtestsBryan C. Mills
2023-08-17cmd/compile/internal/typecheck: normalize go/defer statements earlierMatthew Dempsky
2023-05-23runtime: symbolize wrappers as a last resort in race tracebacksAustin Clements
2022-01-14runtime/race: be less picky about test run timeAustin Clements
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-06-05[dev.typeparams] runtime/race: make test compatible with types2Matthew Dempsky
2021-04-08runtime: replace os.MkdirTemp with T.TempDirianwoolf
2021-03-23cmd/compile: wrap/desugar defer calls for register abiThan McIntosh
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-22[dev.regabi] runtime/race: adjust test pattern match for ABI wrapperThan McIntosh
2020-12-14test: make a race detector test robust to timing variationsDaniel S Fava
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-13runtime: swap the order of raceacquire() and racerelease()Daniel S Fava
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2019-10-18runtime/race: add test for midstack inliningKeith Randall
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2017-11-09cmd/go: implement per-package asmflags, gcflags, ldflags, gccgoflagsRuss Cox
2017-11-03cmd/go: run vet automatically during go testRuss Cox
2017-10-31cmd/go: trim objdir, not just workdir, from object filesRuss Cox
2017-10-31runtime/race: install alternate packages to temp dirRuss Cox
2017-08-15testing: don't fail all tests after racy test failureIan Lance Taylor
2017-04-10testing: consider a test failed after race errorsCaleb Spare
2016-11-07runtime/race: allow TestFail to run longer than 0.00sAlex Brainman
2016-11-03testing: mark tests and benchmarks failed if a race occurs during executionRuss Cox
2016-09-25runtime/race: don't crash on invalid PCsDmitry Vyukov
2016-08-30all: use testing.GoToolPath instead of "go"Keith Randall
2016-05-03runtime: per-P contexts for race detectorDmitry Vyukov
2016-02-25runtime: fix getcallerpc argsDmitry Vyukov
2016-01-27runtime/race: run tests with GOMAXPROCS=1Dmitry Vyukov
2015-03-28os: give race detector chance to override Exit(0)Dmitry Vyukov
2014-09-08build: move package sources from src/pkg to srcRuss Cox