| Index: third_party/protobuf/conformance/failure_list_java.txt
|
| diff --git a/third_party/protobuf/conformance/failure_list_java.txt b/third_party/protobuf/conformance/failure_list_java.txt
|
| index 632940efc8e42a9fbddd3b9a092dc48051922965..552c0cc9c42947020dd50a8da41c61169359dd24 100644
|
| --- a/third_party/protobuf/conformance/failure_list_java.txt
|
| +++ b/third_party/protobuf/conformance/failure_list_java.txt
|
| @@ -4,42 +4,46 @@
|
| # 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.
|
|
|
| -Recommended.FieldMaskNumbersDontRoundTrip.JsonOutput
|
| -Recommended.FieldMaskPathsDontRoundTrip.JsonOutput
|
| -Recommended.FieldMaskTooManyUnderscore.JsonOutput
|
| -Recommended.JsonInput.BoolFieldAllCapitalFalse
|
| -Recommended.JsonInput.BoolFieldAllCapitalTrue
|
| -Recommended.JsonInput.BoolFieldCamelCaseFalse
|
| -Recommended.JsonInput.BoolFieldCamelCaseTrue
|
| -Recommended.JsonInput.BoolFieldDoubleQuotedFalse
|
| -Recommended.JsonInput.BoolFieldDoubleQuotedTrue
|
| -Recommended.JsonInput.BoolMapFieldKeyNotQuoted
|
| -Recommended.JsonInput.DoubleFieldInfinityNotQuoted
|
| -Recommended.JsonInput.DoubleFieldNanNotQuoted
|
| -Recommended.JsonInput.DoubleFieldNegativeInfinityNotQuoted
|
| -Recommended.JsonInput.FieldMaskInvalidCharacter
|
| -Recommended.JsonInput.FieldNameDuplicate
|
| -Recommended.JsonInput.FieldNameNotQuoted
|
| -Recommended.JsonInput.FloatFieldInfinityNotQuoted
|
| -Recommended.JsonInput.FloatFieldNanNotQuoted
|
| -Recommended.JsonInput.FloatFieldNegativeInfinityNotQuoted
|
| -Recommended.JsonInput.Int32MapFieldKeyNotQuoted
|
| -Recommended.JsonInput.Int64MapFieldKeyNotQuoted
|
| -Recommended.JsonInput.JsonWithComments
|
| -Recommended.JsonInput.StringFieldSingleQuoteBoth
|
| -Recommended.JsonInput.StringFieldSingleQuoteKey
|
| -Recommended.JsonInput.StringFieldSingleQuoteValue
|
| -Recommended.JsonInput.StringFieldSurrogateInWrongOrder
|
| -Recommended.JsonInput.StringFieldUnpairedHighSurrogate
|
| -Recommended.JsonInput.StringFieldUnpairedLowSurrogate
|
| -Recommended.JsonInput.Uint32MapFieldKeyNotQuoted
|
| -Recommended.JsonInput.Uint64MapFieldKeyNotQuoted
|
| -Required.JsonInput.EnumFieldNotQuoted
|
| -Required.JsonInput.Int32FieldLeadingZero
|
| -Required.JsonInput.Int32FieldNegativeWithLeadingZero
|
| -Required.JsonInput.Int32FieldPlusSign
|
| -Required.JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotBool
|
| -Required.JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotInt
|
| -Required.JsonInput.StringFieldNotAString
|
| -Required.ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSAGE
|
| -Required.ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE
|
| +FieldMaskNumbersDontRoundTrip.JsonOutput
|
| +FieldMaskPathsDontRoundTrip.JsonOutput
|
| +FieldMaskTooManyUnderscore.JsonOutput
|
| +JsonInput.AnyWithFieldMask.ProtobufOutput
|
| +JsonInput.AnyWithValueForInteger.JsonOutput
|
| +JsonInput.AnyWithValueForJsonObject.JsonOutput
|
| +JsonInput.BoolFieldAllCapitalFalse
|
| +JsonInput.BoolFieldAllCapitalTrue
|
| +JsonInput.BoolFieldCamelCaseFalse
|
| +JsonInput.BoolFieldCamelCaseTrue
|
| +JsonInput.BoolFieldDoubleQuotedFalse
|
| +JsonInput.BoolFieldDoubleQuotedTrue
|
| +JsonInput.BoolMapFieldKeyNotQuoted
|
| +JsonInput.DoubleFieldInfinityNotQuoted
|
| +JsonInput.DoubleFieldNanNotQuoted
|
| +JsonInput.DoubleFieldNegativeInfinityNotQuoted
|
| +JsonInput.EnumFieldNotQuoted
|
| +JsonInput.FieldMask.ProtobufOutput
|
| +JsonInput.FieldMaskInvalidCharacter
|
| +JsonInput.FieldNameDuplicate
|
| +JsonInput.FieldNameInSnakeCase.JsonOutput
|
| +JsonInput.FieldNameNotQuoted
|
| +JsonInput.FloatFieldInfinityNotQuoted
|
| +JsonInput.FloatFieldNanNotQuoted
|
| +JsonInput.FloatFieldNegativeInfinityNotQuoted
|
| +JsonInput.Int32FieldLeadingZero
|
| +JsonInput.Int32FieldMinFloatValue.JsonOutput
|
| +JsonInput.Int32FieldMinValue.JsonOutput
|
| +JsonInput.Int32FieldNegativeWithLeadingZero
|
| +JsonInput.Int32FieldPlusSign
|
| +JsonInput.Int32MapFieldKeyNotQuoted
|
| +JsonInput.Int64MapFieldKeyNotQuoted
|
| +JsonInput.JsonWithComments
|
| +JsonInput.OriginalProtoFieldName.JsonOutput
|
| +JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotBool
|
| +JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotInt
|
| +JsonInput.StringFieldNotAString
|
| +JsonInput.StringFieldSurrogateInWrongOrder
|
| +JsonInput.StringFieldUnpairedHighSurrogate
|
| +JsonInput.StringFieldUnpairedLowSurrogate
|
| +JsonInput.StringFieldUppercaseEscapeLetter
|
| +JsonInput.Uint32MapFieldKeyNotQuoted
|
| +JsonInput.Uint64MapFieldKeyNotQuoted
|
|
|