1# This is the list of conformance tests that are known to fail for the 2# Python/C++ implementation right now. These should be fixed. 3# 4# By listing them here we can keep tabs on which ones are failing and be sure 5# that we don't introduce regressions in other tests. 6# 7# TODO(haberman): insert links to corresponding bugs tracking the issue. 8# Should we use GitHub issues or the Google-internal bug tracker? 9 10Recommended.Proto3.JsonInput.BytesFieldBase64Url.JsonOutput 11Recommended.Proto3.JsonInput.BytesFieldBase64Url.ProtobufOutput 12Recommended.Proto3.JsonInput.DoubleFieldInfinityNotQuoted 13Recommended.Proto3.JsonInput.DoubleFieldNanNotQuoted 14Recommended.Proto3.JsonInput.DoubleFieldNegativeInfinityNotQuoted 15Recommended.Proto3.JsonInput.FloatFieldInfinityNotQuoted 16Recommended.Proto3.JsonInput.FloatFieldNanNotQuoted 17Recommended.Proto3.JsonInput.FloatFieldNegativeInfinityNotQuoted 18Required.Proto3.JsonInput.DoubleFieldTooSmall 19Required.Proto3.JsonInput.FloatFieldTooLarge 20Required.Proto3.JsonInput.FloatFieldTooSmall 21Required.Proto3.JsonInput.RepeatedFieldWrongElementTypeExpectingIntegersGotBool 22Required.Proto3.JsonInput.TimestampJsonInputLowercaseT 23