~bigbes/tarantool

tarantool-protobuf

ref: 343e4ba4d5e8d8b6e1a046b5db40d8e58ca3eeb7 tarantool-protobuf/test/conformance/known_failures_text.txt -rw-r--r-- 546 bytes
343e4ba4 — Eugene Blikh text: render captured unknown fields, tolerate SGROUP in skip 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.