| OLD | NEW |
| 1 # This is the list of conformance tests that are known to fail for the Java | 1 # This is the list of conformance tests that are known to fail for the Java |
| 2 # implementation right now. These should be fixed. | 2 # implementation right now. These should be fixed. |
| 3 # | 3 # |
| 4 # By listing them here we can keep tabs on which ones are failing and be sure | 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. | 5 # that we don't introduce regressions in other tests. |
| 6 | 6 |
| 7 Recommended.FieldMaskNumbersDontRoundTrip.JsonOutput | 7 FieldMaskNumbersDontRoundTrip.JsonOutput |
| 8 Recommended.FieldMaskPathsDontRoundTrip.JsonOutput | 8 FieldMaskPathsDontRoundTrip.JsonOutput |
| 9 Recommended.FieldMaskTooManyUnderscore.JsonOutput | 9 FieldMaskTooManyUnderscore.JsonOutput |
| 10 Recommended.JsonInput.BoolFieldAllCapitalFalse | 10 JsonInput.AnyWithFieldMask.ProtobufOutput |
| 11 Recommended.JsonInput.BoolFieldAllCapitalTrue | 11 JsonInput.AnyWithValueForInteger.JsonOutput |
| 12 Recommended.JsonInput.BoolFieldCamelCaseFalse | 12 JsonInput.AnyWithValueForJsonObject.JsonOutput |
| 13 Recommended.JsonInput.BoolFieldCamelCaseTrue | 13 JsonInput.BoolFieldAllCapitalFalse |
| 14 Recommended.JsonInput.BoolFieldDoubleQuotedFalse | 14 JsonInput.BoolFieldAllCapitalTrue |
| 15 Recommended.JsonInput.BoolFieldDoubleQuotedTrue | 15 JsonInput.BoolFieldCamelCaseFalse |
| 16 Recommended.JsonInput.BoolMapFieldKeyNotQuoted | 16 JsonInput.BoolFieldCamelCaseTrue |
| 17 Recommended.JsonInput.DoubleFieldInfinityNotQuoted | 17 JsonInput.BoolFieldDoubleQuotedFalse |
| 18 Recommended.JsonInput.DoubleFieldNanNotQuoted | 18 JsonInput.BoolFieldDoubleQuotedTrue |
| 19 Recommended.JsonInput.DoubleFieldNegativeInfinityNotQuoted | 19 JsonInput.BoolMapFieldKeyNotQuoted |
| 20 Recommended.JsonInput.FieldMaskInvalidCharacter | 20 JsonInput.DoubleFieldInfinityNotQuoted |
| 21 Recommended.JsonInput.FieldNameDuplicate | 21 JsonInput.DoubleFieldNanNotQuoted |
| 22 Recommended.JsonInput.FieldNameNotQuoted | 22 JsonInput.DoubleFieldNegativeInfinityNotQuoted |
| 23 Recommended.JsonInput.FloatFieldInfinityNotQuoted | 23 JsonInput.EnumFieldNotQuoted |
| 24 Recommended.JsonInput.FloatFieldNanNotQuoted | 24 JsonInput.FieldMask.ProtobufOutput |
| 25 Recommended.JsonInput.FloatFieldNegativeInfinityNotQuoted | 25 JsonInput.FieldMaskInvalidCharacter |
| 26 Recommended.JsonInput.Int32MapFieldKeyNotQuoted | 26 JsonInput.FieldNameDuplicate |
| 27 Recommended.JsonInput.Int64MapFieldKeyNotQuoted | 27 JsonInput.FieldNameInSnakeCase.JsonOutput |
| 28 Recommended.JsonInput.JsonWithComments | 28 JsonInput.FieldNameNotQuoted |
| 29 Recommended.JsonInput.StringFieldSingleQuoteBoth | 29 JsonInput.FloatFieldInfinityNotQuoted |
| 30 Recommended.JsonInput.StringFieldSingleQuoteKey | 30 JsonInput.FloatFieldNanNotQuoted |
| 31 Recommended.JsonInput.StringFieldSingleQuoteValue | 31 JsonInput.FloatFieldNegativeInfinityNotQuoted |
| 32 Recommended.JsonInput.StringFieldSurrogateInWrongOrder | 32 JsonInput.Int32FieldLeadingZero |
| 33 Recommended.JsonInput.StringFieldUnpairedHighSurrogate | 33 JsonInput.Int32FieldMinFloatValue.JsonOutput |
| 34 Recommended.JsonInput.StringFieldUnpairedLowSurrogate | 34 JsonInput.Int32FieldMinValue.JsonOutput |
| 35 Recommended.JsonInput.Uint32MapFieldKeyNotQuoted | 35 JsonInput.Int32FieldNegativeWithLeadingZero |
| 36 Recommended.JsonInput.Uint64MapFieldKeyNotQuoted | 36 JsonInput.Int32FieldPlusSign |
| 37 Required.JsonInput.EnumFieldNotQuoted | 37 JsonInput.Int32MapFieldKeyNotQuoted |
| 38 Required.JsonInput.Int32FieldLeadingZero | 38 JsonInput.Int64MapFieldKeyNotQuoted |
| 39 Required.JsonInput.Int32FieldNegativeWithLeadingZero | 39 JsonInput.JsonWithComments |
| 40 Required.JsonInput.Int32FieldPlusSign | 40 JsonInput.OriginalProtoFieldName.JsonOutput |
| 41 Required.JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotBool | 41 JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotBool |
| 42 Required.JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotInt | 42 JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotInt |
| 43 Required.JsonInput.StringFieldNotAString | 43 JsonInput.StringFieldNotAString |
| 44 Required.ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSA
GE | 44 JsonInput.StringFieldSurrogateInWrongOrder |
| 45 Required.ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE | 45 JsonInput.StringFieldUnpairedHighSurrogate |
| 46 JsonInput.StringFieldUnpairedLowSurrogate |
| 47 JsonInput.StringFieldUppercaseEscapeLetter |
| 48 JsonInput.Uint32MapFieldKeyNotQuoted |
| 49 JsonInput.Uint64MapFieldKeyNotQuoted |
| OLD | NEW |