blob: 552c0cc9c42947020dd50a8da41c61169359dd24 [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
10JsonInput.AnyWithFieldMask.ProtobufOutput
11JsonInput.AnyWithValueForInteger.JsonOutput
12JsonInput.AnyWithValueForJsonObject.JsonOutput
13JsonInput.BoolFieldAllCapitalFalse
14JsonInput.BoolFieldAllCapitalTrue
15JsonInput.BoolFieldCamelCaseFalse
16JsonInput.BoolFieldCamelCaseTrue
17JsonInput.BoolFieldDoubleQuotedFalse
18JsonInput.BoolFieldDoubleQuotedTrue
19JsonInput.BoolMapFieldKeyNotQuoted
Feng Xiaoe841bac2015-12-11 17:09:20 -080020JsonInput.DoubleFieldInfinityNotQuoted
21JsonInput.DoubleFieldNanNotQuoted
22JsonInput.DoubleFieldNegativeInfinityNotQuoted
23JsonInput.EnumFieldNotQuoted
Feng Xiaoe841bac2015-12-11 17:09:20 -080024JsonInput.FieldMask.ProtobufOutput
25JsonInput.FieldMaskInvalidCharacter
26JsonInput.FieldNameDuplicate
Feng Xiaoe841bac2015-12-11 17:09:20 -080027JsonInput.FieldNameInSnakeCase.JsonOutput
28JsonInput.FieldNameNotQuoted
Feng Xiaoe841bac2015-12-11 17:09:20 -080029JsonInput.FloatFieldInfinityNotQuoted
30JsonInput.FloatFieldNanNotQuoted
31JsonInput.FloatFieldNegativeInfinityNotQuoted
Feng Xiaoe841bac2015-12-11 17:09:20 -080032JsonInput.Int32FieldLeadingZero
Feng Xiaoe841bac2015-12-11 17:09:20 -080033JsonInput.Int32FieldMinFloatValue.JsonOutput
Feng Xiaoe841bac2015-12-11 17:09:20 -080034JsonInput.Int32FieldMinValue.JsonOutput
35JsonInput.Int32FieldNegativeWithLeadingZero
36JsonInput.Int32FieldPlusSign
37JsonInput.Int32MapFieldKeyNotQuoted
38JsonInput.Int64MapFieldKeyNotQuoted
39JsonInput.JsonWithComments
Feng Xiaoe841bac2015-12-11 17:09:20 -080040JsonInput.OriginalProtoFieldName.JsonOutput
Feng Xiaoe841bac2015-12-11 17:09:20 -080041JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotBool
42JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotInt
43JsonInput.StringFieldNotAString
44JsonInput.StringFieldSurrogateInWrongOrder
45JsonInput.StringFieldUnpairedHighSurrogate
46JsonInput.StringFieldUnpairedLowSurrogate
47JsonInput.StringFieldUppercaseEscapeLetter
Feng Xiaoe841bac2015-12-11 17:09:20 -080048JsonInput.Uint32MapFieldKeyNotQuoted
49JsonInput.Uint64MapFieldKeyNotQuoted