~bigbes/tarantool

tarantool-protobuf

ref: bd0709ddcb48a5b7b1efc73535205c2eeb35bf72 tarantool-protobuf/test/conformance/known_failures_text.txt -rw-r--r-- 546 bytes
bd0709dd — Eugene Blikh license: BSD 2-Clause 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.