summaryrefslogtreecommitdiff
path: root/src/runtime/race/testdata
Commit message (Expand)AuthorAgeFilesLines
* sync: enable Pool when using race detectorRuss Cox2016-10-301-0/+47
* all: use testing.GoToolPath instead of "go"Keith Randall2016-08-301-1/+2
* runtime: add missing race and msan checks to reflect functionsIan Lance Taylor2016-08-231-0/+46
* runtime/race: deflake testDmitry Vyukov2016-05-091-0/+5
* runtime/race: improve TestNoRaceIOHttp testDmitry Vyukov2016-04-271-15/+22
* runtime/race: fix test so it compilesMichael Hudson-Doyle2016-01-201-0/+7
* cmd/compile: fix -race nitRuss Cox2015-12-161-0/+13
* runtime/race: update two stale referencesBrad Fitzpatrick2015-12-091-1/+1
* runtime/race: add tests for channelsdvyukov2015-11-241-0/+39
* cmd/compile: fix crash with -race on large expr containing string->[]byte con...Russ Cox2015-11-191-0/+13
* test: use go:noinline consistentlyTodd Neal2015-11-032-14/+3
* runtime: race instrument read of convT2E/I argDmitry Vyukov2015-09-191-0/+76
* cmd/compile: fix race detector handling of OBLOCK nodesRuss Cox2015-06-301-0/+104
* runtime/race: enable tests that now passDmitry Vyukov2015-06-261-2/+2
* cmd/compile: add instrumentation of OKEYDmitry Vyukov2015-06-261-0/+12
* runtime/race: fix test driverDmitry Vyukov2015-06-251-2/+2
* runtime/race: make test more robustDmitry Vyukov2015-06-241-47/+27
* all: fix misprints in commentsAinar Garipov2015-06-111-1/+1
* runtime/race: fix failing testsAustin Clements2015-04-272-2/+25
* runtime/race: stop listening to external network addressesRuss Cox2015-04-271-1/+1
* runtime/race: fix benchmark deadlockAustin Clements2015-04-271-0/+1
* runtime: fix race instrumentation of appendDmitry Vyukov2015-02-121-0/+95
* build: move package sources from src/pkg to srcRuss Cox2014-09-0816-0/+5414