# 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.