]> Cypherpunks repositories - gostls13.git/commit
[dev.fuzz] testing: F.Setenv plus various fixes and revisions
authorJay Conrod <jayconrod@google.com>
Fri, 10 Sep 2021 17:45:47 +0000 (10:45 -0700)
committerJay Conrod <jayconrod@google.com>
Fri, 10 Sep 2021 21:28:48 +0000 (21:28 +0000)
commitc8dfa306babb91e88f8ba25329b3ef8aa11944e1
treeca4274471e01dfa3643e6fcd1a7b33b12510c7fa
parent17f62c0ac3de14c3dbff77b706f86dfb7dc820c7
[dev.fuzz] testing: F.Setenv plus various fixes and revisions

I spent some time looking through all the changes we've made to
testing and cmd/go/... on the dev.fuzz branch. CL 348469 shows those
differences. This CL fixes comments, TODOs, and simplifies code in a
few places. It also implements F.Setenv.

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