1
0
mirror of https://github.com/golang/go synced 2024-11-23 06:40:05 -07:00
go/misc/cgo/testsanitizers
Ian Lance Taylor c8ef0df06c cmd/cgo: add hooks for thread sanitizer
When Go code is used with C code compiled with -fsanitize=thread, adds
thread sanitizer calls so that correctly synchronized Go code does not
cause spurious failure reports from the thread sanitizer.  This may
cause some false negatives, but for the thread sanitizer what is most
important is avoiding false positives.

Change-Id: If670e4a6f2874c7a2be2ff7db8728c6036340a52
Reviewed-on: https://go-review.googlesource.com/17421
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
2016-02-28 04:56:17 +00:00
..
msan2.go runtime: don't call msanread when running on the system stack 2015-11-11 06:04:04 +00:00
msan3.go cmd/cgo, runtime: exported Go functions can't return a Go pointer 2015-11-19 18:28:39 +00:00
msan4.go runtime: don't call msanread when running on the system stack 2015-11-11 06:04:04 +00:00
msan_fail.go runtime: don't call msanread when running on the system stack 2015-11-11 06:04:04 +00:00
msan.go runtime: don't call msanread when running on the system stack 2015-11-11 06:04:04 +00:00
test.bash cmd/cgo: add hooks for thread sanitizer 2016-02-28 04:56:17 +00:00
tsan2.go cmd/cgo: add hooks for thread sanitizer 2016-02-28 04:56:17 +00:00
tsan.go cmd/cgo: add hooks for thread sanitizer 2016-02-28 04:56:17 +00:00