]> Cypherpunks repositories - gostls13.git/commit
cmd/go: enable fuzz testing on OpenBSD
authorMaciej Żok <maciek.zok+github@gmail.com>
Tue, 30 May 2023 18:29:05 +0000 (18:29 +0000)
committerGopher Robot <gobot@golang.org>
Fri, 14 Mar 2025 22:09:04 +0000 (15:09 -0700)
commit580b6ee646809cdd409b3e0d311e1ec35c72aa6b
tree7a2220ba0382b97acb3478b2bf60541f954584e1
parent5bb73e650496c229c9baf5b9a4fe3861c07c9302
cmd/go: enable fuzz testing on OpenBSD

This change provides support for -fuzz flag on OpenBSD. According to #46554 the flag was unsupported on some OSes due to lack of proper testing.

Fixes: #60491
Change-Id: I49835131d3ee23f6482583b518b9c5c224fc4efe
GitHub-Last-Rev: f697a3c0f2dc36cc3c96c0336281c5e2440f7a1a
GitHub-Pull-Request: golang/go#60520
Reviewed-on: https://go-review.googlesource.com/c/go/+/499335
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: qiu laidongfeng2 <2645477756@qq.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/internal/fuzz/counters_supported.go
src/internal/fuzz/counters_unsupported.go
src/internal/fuzz/minimize_test.go
src/internal/fuzz/sys_posix.go
src/internal/fuzz/sys_unimplemented.go
src/internal/platform/supported.go