aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/race/testdata
AgeCommit message (Expand)Author
2022-03-29[dev.boringcrypto] all: merge master into dev.boringcryptoNicolas Hillegeer
2022-03-12syscall: add race annotations to Pread and PwriteIan Lance Taylor
2022-02-03[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-05-13[dev.boringcrypto] all: merge commit 9d0819b27c (CL 314609) into dev.boringcr...Filippo Valsorda
2021-04-08runtime: replace os.MkdirTemp with T.TempDirianwoolf
2021-02-23testing/race: fixing intermittent test failureDaniel S. Fava
2021-02-17[dev.boringcrypto] all: merge master (2f0da6d) into dev.boringcryptoRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-25runtime: check channel's elemsize before calling race detectorDaniel S Fava
2020-11-16runtime: declare arg size/map for race version of sync/atomic functionsCherry Zhang
2020-11-10runtime/race: remove race from TestNoRaceAfterFunc2Mark Pulford
2020-05-07[dev.boringcrypto] all: merge master into dev.boringcryptoDmitri Shuralyov
2020-05-01runtime/race: fix comment in select_test.TestNoRaceSelect1cncal
2020-04-08[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2020-03-20runtime/race: test that close synchronizes with readIan Lance Taylor
2020-02-25runtime: reorder race detector calls in slicecopyKeith Randall
2018-10-15[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2018-09-18runtime: ignore races between close and len/capKeith Randall
2017-12-06[dev.boringcrypto] all: merge master (nearly Go 1.10 beta 1) into dev.boringc...Russ Cox
2017-11-03cmd/go: run vet automatically during go testRuss Cox
2017-08-17[dev.boringcrypto] runtime/race: move TestRaceIssue5567 from sha1 to crc32Russ Cox
2016-10-30sync: enable Pool when using race detectorRuss Cox
2016-08-30all: use testing.GoToolPath instead of "go"Keith Randall
2016-08-23runtime: add missing race and msan checks to reflect functionsIan Lance Taylor
2016-05-09runtime/race: deflake testDmitry Vyukov
2016-04-27runtime/race: improve TestNoRaceIOHttp testDmitry Vyukov
2016-01-20runtime/race: fix test so it compilesMichael Hudson-Doyle
2015-12-16cmd/compile: fix -race nitRuss Cox
2015-12-09runtime/race: update two stale referencesBrad Fitzpatrick
2015-11-24runtime/race: add tests for channelsdvyukov
2015-11-19cmd/compile: fix crash with -race on large expr containing string->[]byte con...Russ Cox
2015-11-03test: use go:noinline consistentlyTodd Neal
2015-09-19runtime: race instrument read of convT2E/I argDmitry Vyukov
2015-06-30cmd/compile: fix race detector handling of OBLOCK nodesRuss Cox
2015-06-26runtime/race: enable tests that now passDmitry Vyukov
2015-06-26cmd/compile: add instrumentation of OKEYDmitry Vyukov
2015-06-25runtime/race: fix test driverDmitry Vyukov
2015-06-24runtime/race: make test more robustDmitry Vyukov
2015-06-11all: fix misprints in commentsAinar Garipov
2015-04-27runtime/race: fix failing testsAustin Clements
2015-04-27runtime/race: stop listening to external network addressesRuss Cox
2015-04-27runtime/race: fix benchmark deadlockAustin Clements
2015-02-12runtime: fix race instrumentation of appendDmitry Vyukov
2014-09-08build: move package sources from src/pkg to srcRuss Cox