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 FieldMaskNumbersDontRoundTrip.JsonOutput | 7 Recommended.FieldMaskNumbersDontRoundTrip.JsonOutput |
8 FieldMaskPathsDontRoundTrip.JsonOutput | 8 Recommended.FieldMaskPathsDontRoundTrip.JsonOutput |
9 FieldMaskTooManyUnderscore.JsonOutput | 9 Recommended.FieldMaskTooManyUnderscore.JsonOutput |
10 JsonInput.AnyWithFieldMask.ProtobufOutput | 10 Recommended.JsonInput.BoolFieldAllCapitalFalse |
11 JsonInput.AnyWithValueForInteger.JsonOutput | 11 Recommended.JsonInput.BoolFieldAllCapitalTrue |
12 JsonInput.AnyWithValueForJsonObject.JsonOutput | 12 Recommended.JsonInput.BoolFieldCamelCaseFalse |
13 JsonInput.BoolFieldAllCapitalFalse | 13 Recommended.JsonInput.BoolFieldCamelCaseTrue |
14 JsonInput.BoolFieldAllCapitalTrue | 14 Recommended.JsonInput.BoolFieldDoubleQuotedFalse |
15 JsonInput.BoolFieldCamelCaseFalse | 15 Recommended.JsonInput.BoolFieldDoubleQuotedTrue |
16 JsonInput.BoolFieldCamelCaseTrue | 16 Recommended.JsonInput.BoolMapFieldKeyNotQuoted |
17 JsonInput.BoolFieldDoubleQuotedFalse | 17 Recommended.JsonInput.DoubleFieldInfinityNotQuoted |
18 JsonInput.BoolFieldDoubleQuotedTrue | 18 Recommended.JsonInput.DoubleFieldNanNotQuoted |
19 JsonInput.BoolMapFieldKeyNotQuoted | 19 Recommended.JsonInput.DoubleFieldNegativeInfinityNotQuoted |
20 JsonInput.DoubleFieldInfinityNotQuoted | 20 Recommended.JsonInput.FieldMaskInvalidCharacter |
21 JsonInput.DoubleFieldNanNotQuoted | 21 Recommended.JsonInput.FieldNameDuplicate |
22 JsonInput.DoubleFieldNegativeInfinityNotQuoted | 22 Recommended.JsonInput.FieldNameNotQuoted |
23 JsonInput.EnumFieldNotQuoted | 23 Recommended.JsonInput.FieldNameWithDoubleUnderscores.JsonOutput |
24 JsonInput.FieldMask.ProtobufOutput | 24 Recommended.JsonInput.FieldNameWithDoubleUnderscores.ProtobufOutput |
25 JsonInput.FieldMaskInvalidCharacter | 25 Recommended.JsonInput.FieldNameWithDoubleUnderscores.Validator |
26 JsonInput.FieldNameDuplicate | 26 Recommended.JsonInput.FloatFieldInfinityNotQuoted |
27 JsonInput.FieldNameInSnakeCase.JsonOutput | 27 Recommended.JsonInput.FloatFieldNanNotQuoted |
28 JsonInput.FieldNameNotQuoted | 28 Recommended.JsonInput.FloatFieldNegativeInfinityNotQuoted |
29 JsonInput.FloatFieldInfinityNotQuoted | 29 Recommended.JsonInput.Int32MapFieldKeyNotQuoted |
30 JsonInput.FloatFieldNanNotQuoted | 30 Recommended.JsonInput.Int64MapFieldKeyNotQuoted |
31 JsonInput.FloatFieldNegativeInfinityNotQuoted | 31 Recommended.JsonInput.JsonWithComments |
32 JsonInput.Int32FieldLeadingZero | 32 Recommended.JsonInput.StringFieldSingleQuoteBoth |
33 JsonInput.Int32FieldMinFloatValue.JsonOutput | 33 Recommended.JsonInput.StringFieldSingleQuoteKey |
34 JsonInput.Int32FieldMinValue.JsonOutput | 34 Recommended.JsonInput.StringFieldSingleQuoteValue |
35 JsonInput.Int32FieldNegativeWithLeadingZero | 35 Recommended.JsonInput.StringFieldSurrogateInWrongOrder |
36 JsonInput.Int32FieldPlusSign | 36 Recommended.JsonInput.StringFieldUnpairedHighSurrogate |
37 JsonInput.Int32MapFieldKeyNotQuoted | 37 Recommended.JsonInput.StringFieldUnpairedLowSurrogate |
38 JsonInput.Int64MapFieldKeyNotQuoted | 38 Recommended.JsonInput.Uint32MapFieldKeyNotQuoted |
39 JsonInput.JsonWithComments | 39 Recommended.JsonInput.Uint64MapFieldKeyNotQuoted |
40 JsonInput.OriginalProtoFieldName.JsonOutput | 40 Required.JsonInput.EnumFieldNotQuoted |
41 JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotBool | 41 Required.JsonInput.FieldNameInLowerCamelCase.Validator |
42 JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotInt | 42 Required.JsonInput.FieldNameInSnakeCase.JsonOutput |
43 JsonInput.StringFieldNotAString | 43 Required.JsonInput.FieldNameInSnakeCase.ProtobufOutput |
44 JsonInput.StringFieldSurrogateInWrongOrder | 44 Required.JsonInput.Int32FieldLeadingZero |
45 JsonInput.StringFieldUnpairedHighSurrogate | 45 Required.JsonInput.Int32FieldNegativeWithLeadingZero |
46 JsonInput.StringFieldUnpairedLowSurrogate | 46 Required.JsonInput.Int32FieldPlusSign |
47 JsonInput.StringFieldUppercaseEscapeLetter | 47 Required.JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotBool |
48 JsonInput.Uint32MapFieldKeyNotQuoted | 48 Required.JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotInt |
49 JsonInput.Uint64MapFieldKeyNotQuoted | 49 Required.JsonInput.StringFieldNotAString |
OLD | NEW |