~bigbes/tarantool

tarantool-protobuf

ref: 51f196338ff5ff64768ab451182c7b04d79c840b tarantool-protobuf/test/conformance/known_failures_text.txt -rw-r--r-- 546 bytes
51f19633 — Eugene Blikh docs: handoff brief for the pb.text.decode slice 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
# conformance_test_runner --text_format_failure_list
#
# Text-format OUTPUT runs through pb.text.encode (protobuf/JSON input →
# text output). Group/Repeated unknown-field decode is supported by the
# SGROUP-recursive `wire.skip_field`, and unknown bytes are rendered in
# numeric field-ID form when `print_unknown_fields=true`.
#
# Text-format INPUT is still deferred — pb.text remains encode-only —
# so any test whose payload is `text_payload` returns `skipped`.
#
# No expected failures in the proto3 text suite as of the last refresh.