]> Cypherpunks repositories - gostls13.git/commit
[dev.fuzz] cmd/go: split test_fuzz_minimize from test_fuzz_mutator
authorJay Conrod <jayconrod@google.com>
Tue, 1 Jun 2021 16:49:50 +0000 (12:49 -0400)
committerJay Conrod <jayconrod@google.com>
Wed, 2 Jun 2021 20:51:28 +0000 (20:51 +0000)
commita3b5084204a69e441fa1cc4162a14d93c3507d54
treefa8c940a1b1e0ca400e21f9a83101e5a12b2425e
parent2fed6926a152d67b5d001d68899edc5e97d599f1
[dev.fuzz] cmd/go: split test_fuzz_minimize from test_fuzz_mutator

This CL moves test cases for minimization into a new script. The tests
are changed to be more deterministic. Any non-zero byte now triggers a
failure.

Change-Id: Id45a721071dbfc3aec46be369966b0a67a745c55
Reviewed-on: https://go-review.googlesource.com/c/go/+/323851
Trust: Jay Conrod <jayconrod@google.com>
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Jay Conrod <jayconrod@google.com>
Reviewed-by: Katie Hockman <katie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
src/cmd/go/testdata/script/test_fuzz_minimize.txt [new file with mode: 0644]
src/cmd/go/testdata/script/test_fuzz_mutator.txt