]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo/internal/testsanitizers: check for go build and cgo in fuzzer and msan tests
authorMauri de Souza Meneguzzo <mauri870@gmail.com>
Mon, 11 Dec 2023 00:22:50 +0000 (00:22 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 12 Dec 2023 19:42:27 +0000 (19:42 +0000)
commitc2079deb24c3dd5189f09a34f4ccbe7bf5cffa42
tree74ba89b980297ba404953c3da00e40827edcda8f
parent0ac1e3b245e4bfadfc1d5b9a3aaa87e26c6f2030
cmd/cgo/internal/testsanitizers: check for go build and cgo in fuzzer and msan tests

Make sure the platform we are running the tests on can compile programs
and has cgo support in order to run the fuzzer and msan tests. This is the
same approach used by the asan tests, which share the same requirements.

Fixes #64626

Change-Id: I7c0b912dabdd1b7d7d44437e4ade5e5994994796
GitHub-Last-Rev: 9fae6970f0f3b32a24893ef32fc4b38fa5a2a96d
GitHub-Pull-Request: golang/go#64640
Reviewed-on: https://go-review.googlesource.com/c/go/+/548715
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/cmd/cgo/internal/testsanitizers/libfuzzer_test.go
src/cmd/cgo/internal/testsanitizers/msan_test.go