]> Cypherpunks repositories - gostls13.git/commit
[dev.fuzz] Revert "[dev.fuzz] testing: convert seed corpus values where possible"
authorKatie Hockman <katie@golang.org>
Thu, 16 Sep 2021 14:03:04 +0000 (10:03 -0400)
committerKatie Hockman <katie@golang.org>
Mon, 20 Sep 2021 17:18:57 +0000 (17:18 +0000)
commit24e25afff457839ddd78b802b42b8fceda0a6904
tree2e7e6dd166e7d63b44b30b383bc9372109fc2c26
parent5e9c1fedb69b405b75a0c499e2f32d35f294fd5c
[dev.fuzz] Revert "[dev.fuzz] testing: convert seed corpus values where possible"

This reverts commit 413c125da38990720744c0d98ab65c0d5b1602da.

Reason for revert: Giving this more thought, we've decided that
converting types under the hood may cause unexpected behavior to
users. This is a feature that can always be added after more
consideration has been done, but is not something that can be
removed due to the backwards compatibility promise.

Updates golang/go#45593

Change-Id: I79bab24979d7e4c294e6cb6455d4c7729d6a0efb
Reviewed-on: https://go-review.googlesource.com/c/go/+/350251
Trust: Katie Hockman <katie@golang.org>
Trust: Joe Tsai <joetsai@digital-static.net>
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
Reviewed-by: Joe Tsai <joetsai@digital-static.net>
src/cmd/go/testdata/script/test_fuzz.txt
src/internal/fuzz/fuzz.go
src/testing/fuzz.go