dvyukov / go-fuzz

Randomized testing for Go
Apache License 2.0
4.78k stars 279 forks source link

fix go-fuzz failing at Go tip, plus get testing passing again #323

Closed thepudds closed 3 years ago

thepudds commented 3 years ago

This PR hopefully addresses a couple of go-fuzz issues, while also updating tests to handle changes in cmd/go. Travis has been failing on master for go-fuzz for ~5 different reasons for several months, but with these changes, travis is now passing again on my fork.

Fixes #313 Fixes #322

thepudds commented 3 years ago

Currently running travis tests:

https://travis-ci.org/github/dvyukov/go-fuzz/builds/773061221