mirror of
https://github.com/golang/go
synced 2024-11-17 02:14:42 -07:00
runtime/debug: expand fuzz corpus for FuzzParseBuildInfoRoundTrip
Updates #51026 Change-Id: Id7af2ffa8c99970274b2a2b12622d986ea105b1b Reviewed-on: https://go-review.googlesource.com/c/go/+/384161 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Russ Cox <rsc@golang.org> Auto-Submit: Bryan Mills <bcmills@google.com> Run-TryBot: Bryan Mills <bcmills@google.com>
This commit is contained in:
parent
c611ef2860
commit
d0851777da
2
src/runtime/debug/testdata/fuzz/FuzzParseBuildInfoRoundTrip/5501685e611fa764
vendored
Normal file
2
src/runtime/debug/testdata/fuzz/FuzzParseBuildInfoRoundTrip/5501685e611fa764
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("mod\t\t0\n")
|
2
src/runtime/debug/testdata/fuzz/FuzzParseBuildInfoRoundTrip/71634114e78567cf
vendored
Normal file
2
src/runtime/debug/testdata/fuzz/FuzzParseBuildInfoRoundTrip/71634114e78567cf
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("mod\t0\t\n")
|
2
src/runtime/debug/testdata/fuzz/FuzzParseBuildInfoRoundTrip/c73dce23c1f2494c
vendored
Normal file
2
src/runtime/debug/testdata/fuzz/FuzzParseBuildInfoRoundTrip/c73dce23c1f2494c
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("build\t0=\" 0\"\n")
|
Loading…
Reference in New Issue
Block a user