]> Cypherpunks repositories - gostls13.git/commit
cmd/go: enable fuzz testing for FreeBSD
authorAyan George <ayan@ayan.net>
Tue, 11 Jan 2022 21:37:46 +0000 (16:37 -0500)
committerKatie Hockman <katie@golang.org>
Wed, 12 Jan 2022 19:47:40 +0000 (19:47 +0000)
commitf005df8b582658d54e63d59953201299d6fee880
tree362fee46a2df19bd0427ae406566274e7eac22ca
parenta4b6fc7b1ddcec937b605b76068f8e800c1487e2
cmd/go: enable fuzz testing for FreeBSD

Add "freebsd" to GOOS for which sys.FuzzSupported() returns true
and add freebsd to the build tags to fuzz test source.

Fixes #46554
Change-Id: I5f695ecc8f09c0ab4279ced23b4715b788fcade0
Reviewed-on: https://go-review.googlesource.com/c/go/+/377855
Trust: Bryan Mills <bcmills@google.com>
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
src/cmd/internal/sys/supported.go
src/internal/fuzz/minimize_test.go
src/internal/fuzz/sys_posix.go
src/internal/fuzz/sys_unimplemented.go