summaryrefslogtreecommitdiff
path: root/src/runtime/race
Commit message (Expand)AuthorAgeFilesLines
* runtime/race: allow TestFail to run longer than 0.00sAlex Brainman2016-11-071-1/+1
* testing: mark tests and benchmarks failed if a race occurs during executionRuss Cox2016-11-032-4/+6
* sync: enable Pool when using race detectorRuss Cox2016-10-301-0/+47
* runtime/race: update race runtimeDmitry Vyukov2016-10-305-1/+1
* runtime/race: ignore user GORACE env var in testsDmitry Vyukov2016-10-291-1/+3
* runtime/race: don't crash on invalid PCsDmitry Vyukov2016-09-251-6/+65
* all: use testing.GoToolPath instead of "go"Keith Randall2016-08-303-5/+8
* runtime: add missing race and msan checks to reflect functionsIan Lance Taylor2016-08-231-0/+46
* runtime/race: fix memory leakDmitry Vyukov2016-07-206-1/+19
* runtime: fix race atomic operations on external memoryDmitry Vyukov2016-06-292-0/+83
* runtime/race: deflake testDmitry Vyukov2016-05-091-0/+5
* runtime: per-P contexts for race detectorDmitry Vyukov2016-05-037-3/+29
* runtime/race: improve TestNoRaceIOHttp testDmitry Vyukov2016-04-271-15/+22
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* runtime: fix getcallerpc argsDmitry Vyukov2016-02-251-0/+17
* runtime/race: run tests with GOMAXPROCS=1Dmitry Vyukov2016-01-272-2/+18
* 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-092-2/+2
* 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
* runtime/race: update race runtimeDmitry Vyukov2015-11-125-8/+3
* test: use go:noinline consistentlyTodd Neal2015-11-032-14/+3
* runtime: race instrument read of convT2E/I argDmitry Vyukov2015-09-191-0/+76
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-1/+1
* runtime: randomize scheduling in -race modeRuss Cox2015-07-071-0/+48
* cmd/compile: fix race detector handling of OBLOCK nodesRuss Cox2015-06-302-0/+113
* 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-252-3/+6
* 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
* os: give race detector chance to override Exit(0)Dmitry Vyukov2015-03-281-6/+30
* runtime/race: update race runtime to rev 229396Dmitry Vyukov2015-02-205-1/+1
* runtime/race: fix test in preparation for new race runtimeDmitry Vyukov2015-02-131-1/+1
* runtime: fix race instrumentation of appendDmitry Vyukov2015-02-121-0/+95
* runtime: fix atomic operations on non-heap addressesDmitriy Vyukov2014-11-201-0/+30
* build: move package sources from src/pkg to srcRuss Cox2014-09-0825-0/+5778