1
0
mirror of https://github.com/golang/go synced 2024-11-26 21:11:57 -07:00
go/misc/cgo/testsanitizers
Ian Lance Taylor 6178d25fc0 misc/cgo/testsanitizers: accept compilers that don't report location
It appears that GCC before version 10 doesn't report file/line
location for asan errors.

Change-Id: I03ee24180ba365636596aa2384961df7ce6ed71f
Reviewed-on: https://go-review.googlesource.com/c/go/+/374874
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2021-12-29 20:20:32 +00:00
..
testdata runtime: fix the issue that the -asan option cannot print where the error occurred 2021-12-29 04:10:07 +00:00
asan_test.go misc/cgo/testsanitizers: accept compilers that don't report location 2021-12-29 20:20:32 +00:00
cc_test.go misc/cgo/testsanitizers: accept compilers that don't report location 2021-12-29 20:20:32 +00:00
cshared_test.go
msan_test.go runtime/cgo: when using msan explicitly unpoison cgoCallers 2021-08-09 14:48:39 +00:00
tsan_test.go