45 lines
2.3 KiB
Plaintext
45 lines
2.3 KiB
Plaintext
# This is the list of conformance tests that are known to fail for the
|
|
# Python/C++ implementation right now. These should be fixed.
|
|
#
|
|
# By listing them here we can keep tabs on which ones are failing and be sure
|
|
# that we don't introduce regressions in other tests.
|
|
#
|
|
# TODO(haberman): insert links to corresponding bugs tracking the issue.
|
|
# Should we use GitHub issues or the Google-internal bug tracker?
|
|
|
|
Recommended.JsonInput.DoubleFieldInfinityNotQuoted
|
|
Recommended.JsonInput.DoubleFieldNanNotQuoted
|
|
Recommended.JsonInput.DoubleFieldNegativeInfinityNotQuoted
|
|
Recommended.JsonInput.FieldNameWithDoubleUnderscores.JsonOutput
|
|
Recommended.JsonInput.FieldNameWithDoubleUnderscores.ProtobufOutput
|
|
Recommended.JsonInput.FieldNameWithDoubleUnderscores.Validator
|
|
Recommended.JsonInput.FloatFieldInfinityNotQuoted
|
|
Recommended.JsonInput.FloatFieldNanNotQuoted
|
|
Recommended.JsonInput.FloatFieldNegativeInfinityNotQuoted
|
|
Required.JsonInput.BytesFieldInvalidBase64Characters
|
|
Required.JsonInput.DoubleFieldTooSmall
|
|
Required.JsonInput.EnumFieldUnknownValue.Validator
|
|
Required.JsonInput.FieldNameInLowerCamelCase.Validator
|
|
Required.JsonInput.FieldNameInSnakeCase.JsonOutput
|
|
Required.JsonInput.FieldNameInSnakeCase.ProtobufOutput
|
|
Required.JsonInput.FloatFieldTooLarge
|
|
Required.JsonInput.FloatFieldTooSmall
|
|
Required.JsonInput.RepeatedFieldWrongElementTypeExpectingIntegersGotBool
|
|
Required.JsonInput.TimestampJsonInputLowercaseT
|
|
Required.ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSAGE
|
|
Required.ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE
|
|
Required.ProtobufInput.PrematureEofInPackedField.BOOL
|
|
Required.ProtobufInput.PrematureEofInPackedField.DOUBLE
|
|
Required.ProtobufInput.PrematureEofInPackedField.ENUM
|
|
Required.ProtobufInput.PrematureEofInPackedField.FIXED32
|
|
Required.ProtobufInput.PrematureEofInPackedField.FIXED64
|
|
Required.ProtobufInput.PrematureEofInPackedField.FLOAT
|
|
Required.ProtobufInput.PrematureEofInPackedField.INT32
|
|
Required.ProtobufInput.PrematureEofInPackedField.INT64
|
|
Required.ProtobufInput.PrematureEofInPackedField.SFIXED32
|
|
Required.ProtobufInput.PrematureEofInPackedField.SFIXED64
|
|
Required.ProtobufInput.PrematureEofInPackedField.SINT32
|
|
Required.ProtobufInput.PrematureEofInPackedField.SINT64
|
|
Required.ProtobufInput.PrematureEofInPackedField.UINT32
|
|
Required.ProtobufInput.PrematureEofInPackedField.UINT64
|