]> Cypherpunks.ru repositories - gostls13.git/commit
misc/cgo/testsanitizers: accept compilers that don't report location
authorIan Lance Taylor <iant@golang.org>
Wed, 29 Dec 2021 19:19:13 +0000 (11:19 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 29 Dec 2021 20:20:32 +0000 (20:20 +0000)
commit6178d25fc0b28724b1b5aec2b1b74fc06d9294c7
tree8642089d0e3b8f460638082641ab3728979529ed
parent8a306e205663cde672e9920e2e81db9d3615e6c0
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>
misc/cgo/testsanitizers/asan_test.go
misc/cgo/testsanitizers/cc_test.go