1# 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.BoolFieldAllCapitalFalse
11JsonInput.BoolFieldAllCapitalTrue
12JsonInput.BoolFieldCamelCaseFalse
13JsonInput.BoolFieldCamelCaseTrue
14JsonInput.BoolFieldDoubleQuotedFalse
15JsonInput.BoolFieldDoubleQuotedTrue
16JsonInput.BoolMapFieldKeyNotQuoted
17JsonInput.DoubleFieldInfinityNotQuoted
18JsonInput.DoubleFieldNanNotQuoted
19JsonInput.DoubleFieldNegativeInfinityNotQuoted
20JsonInput.EnumFieldNotQuoted
21JsonInput.FieldMaskInvalidCharacter
22JsonInput.FieldNameDuplicate
23JsonInput.FieldNameInSnakeCase.JsonOutput
24JsonInput.FieldNameNotQuoted
25JsonInput.FloatFieldInfinityNotQuoted
26JsonInput.FloatFieldNanNotQuoted
27JsonInput.FloatFieldNegativeInfinityNotQuoted
28JsonInput.Int32FieldLeadingZero
29JsonInput.Int32FieldNegativeWithLeadingZero
30JsonInput.Int32FieldPlusSign
31JsonInput.Int32MapFieldKeyNotQuoted
32JsonInput.Int64MapFieldKeyNotQuoted
33JsonInput.JsonWithComments
34JsonInput.OriginalProtoFieldName.JsonOutput
35JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotBool
36JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotInt
37JsonInput.StringFieldNotAString
38JsonInput.StringFieldSurrogateInWrongOrder
39JsonInput.StringFieldUnpairedHighSurrogate
40JsonInput.StringFieldUnpairedLowSurrogate
41JsonInput.StringFieldUppercaseEscapeLetter
42JsonInput.Uint32MapFieldKeyNotQuoted
43JsonInput.Uint64MapFieldKeyNotQuoted
44