go/src/runtime/race
Alex Brainman f8187ceacf runtime/race: allow TestFail to run longer than 0.00s
Fixes #17811

Change-Id: I7bf9cbc5245417047ad28a14d9b9ad6592607d3d
Reviewed-on: https://go-review.googlesource.com/32774
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-11-07 02:55:52 +00:00
..
testdata sync: enable Pool when using race detector 2016-10-30 19:09:20 +00:00
README runtime/race: update race runtime 2016-10-30 16:15:54 +00:00
doc.go
output_test.go runtime/race: allow TestFail to run longer than 0.00s 2016-11-07 02:55:52 +00:00
race.go
race_darwin_amd64.syso runtime/race: update race runtime 2016-10-30 16:15:54 +00:00
race_freebsd_amd64.syso runtime/race: update race runtime 2016-10-30 16:15:54 +00:00
race_linux_amd64.syso runtime/race: update race runtime 2016-10-30 16:15:54 +00:00
race_linux_test.go runtime: fix race atomic operations on external memory 2016-06-29 15:30:54 +00:00
race_test.go testing: mark tests and benchmarks failed if a race occurs during execution 2016-11-03 18:19:49 +00:00
race_unix_test.go
race_windows_amd64.syso runtime/race: update race runtime 2016-10-30 16:15:54 +00:00
race_windows_test.go runtime: fix race atomic operations on external memory 2016-06-29 15:30:54 +00:00
sched_test.go

README

runtime/race package contains the data race detector runtime library.
It is based on ThreadSanitizer race detector, that is currently a part of
the LLVM project (http://llvm.org/git/compiler-rt.git).

To update the .syso files use golang.org/x/build/cmd/racebuild.

Current runtime is built on rev 68e1532492f9b3fce0e9024f3c31411105965b11.