blob: 850712bd727caa9e1a190cba8544d73729755043 [file] [log] [blame]
Feng Xiaoe841bac2015-12-11 17:09:20 -08001# This is the list of conformance tests that are known to fail for the Java
2# 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
7FieldMaskNumbersDontRoundTrip.JsonOutput
8FieldMaskPathsDontRoundTrip.JsonOutput
9FieldMaskTooManyUnderscore.JsonOutput
Feng Xiaoe841bac2015-12-11 17:09:20 -080010JsonInput.BoolFieldAllCapitalFalse
11JsonInput.BoolFieldAllCapitalTrue
12JsonInput.BoolFieldCamelCaseFalse
13JsonInput.BoolFieldCamelCaseTrue
14JsonInput.BoolFieldDoubleQuotedFalse
15JsonInput.BoolFieldDoubleQuotedTrue
16JsonInput.BoolMapFieldKeyNotQuoted
Feng Xiaoe841bac2015-12-11 17:09:20 -080017JsonInput.DoubleFieldInfinityNotQuoted
18JsonInput.DoubleFieldNanNotQuoted
19JsonInput.DoubleFieldNegativeInfinityNotQuoted
20JsonInput.EnumFieldNotQuoted
Feng Xiaoe841bac2015-12-11 17:09:20 -080021JsonInput.FieldMaskInvalidCharacter
22JsonInput.FieldNameDuplicate
Feng Xiaoe841bac2015-12-11 17:09:20 -080023JsonInput.FieldNameInSnakeCase.JsonOutput
24JsonInput.FieldNameNotQuoted
Feng Xiaoe841bac2015-12-11 17:09:20 -080025JsonInput.FloatFieldInfinityNotQuoted
26JsonInput.FloatFieldNanNotQuoted
27JsonInput.FloatFieldNegativeInfinityNotQuoted
Feng Xiaoe841bac2015-12-11 17:09:20 -080028JsonInput.Int32FieldLeadingZero
Feng Xiaoe841bac2015-12-11 17:09:20 -080029JsonInput.Int32FieldNegativeWithLeadingZero
30JsonInput.Int32FieldPlusSign
31JsonInput.Int32MapFieldKeyNotQuoted
32JsonInput.Int64MapFieldKeyNotQuoted
33JsonInput.JsonWithComments
Feng Xiaoe841bac2015-12-11 17:09:20 -080034JsonInput.OriginalProtoFieldName.JsonOutput
Feng Xiaoe841bac2015-12-11 17:09:20 -080035JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotBool
36JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotInt
37JsonInput.StringFieldNotAString
38JsonInput.StringFieldSurrogateInWrongOrder
39JsonInput.StringFieldUnpairedHighSurrogate
40JsonInput.StringFieldUnpairedLowSurrogate
41JsonInput.StringFieldUppercaseEscapeLetter
Feng Xiaoe841bac2015-12-11 17:09:20 -080042JsonInput.Uint32MapFieldKeyNotQuoted
43JsonInput.Uint64MapFieldKeyNotQuoted