protobuf-go/proto
Lasse Folger 6bec1ef16e proto: move explicit test as a seed into the fuzz test
fuzztest seeds are executed as part of `go test` so there is no need for
an explicit test and having this as a seed in the fuzztest is sufficient
to get test coverage for this case.

Change-Id: Ia4a2d721e544e1a1ad0ad3ef9aa9d0af6bfe2db8
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/567755
Auto-Submit: Lasse Folger <lassefolger@google.com>
Reviewed-by: Michael Stapelberg <stapelberg@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-02-28 15:54:53 +00:00
..
bench_test.go all: fix typos 2022-05-19 09:32:38 +00:00
checkinit_test.go all: implement features.field_presence = LEGACY_REQUIRED support 2024-02-21 14:39:44 +00:00
checkinit.go
decode_gen.go
decode_test.go
decode.go all: modernize documentation 2023-09-05 14:55:28 +00:00
doc.go all: modernize documentation 2023-09-05 14:55:28 +00:00
encode_gen.go
encode_test.go all: remove shorthand import aliases 2022-05-24 20:05:50 +00:00
encode.go all: modernize documentation 2023-09-05 14:55:28 +00:00
equal_test.go proto: add more editions tests for proto.Size and proto.Equal 2024-02-21 08:36:29 +00:00
equal.go proto: document Equal behavior of invalid messages 2023-02-07 08:52:30 +00:00
extension_test.go proto: add extension tests for editions protos 2024-02-21 09:19:43 +00:00
extension.go all: modernize documentation 2023-09-05 14:55:28 +00:00
fuzz_test.go proto: move explicit test as a seed into the fuzz test 2024-02-28 15:54:53 +00:00
merge_test.go
merge.go all: modernize documentation 2023-09-05 14:55:28 +00:00
messageset_test.go
messageset.go
methods_test.go all: gofmt all 2022-01-04 22:57:54 +00:00
nil_test.go
noenforceutf8_test.go
proto_methods.go all: gofmt all 2022-01-04 22:57:54 +00:00
proto_reflect.go all: gofmt all 2022-01-04 22:57:54 +00:00
proto.go all: modernize documentation 2023-09-05 14:55:28 +00:00
reset_test.go
reset.go
size_gen.go
size.go proto: store the size of tag to avoid multiple calculations 2023-06-06 12:13:21 +00:00
testmessages_test.go proto: add editions tests for invalid messages 2024-02-22 08:59:49 +00:00
validate_test.go
weak_test.go
wrappers.go