• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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.AnyWithFieldMask.ProtobufOutput
11JsonInput.AnyWithValueForInteger.JsonOutput
12JsonInput.AnyWithValueForJsonObject.JsonOutput
13JsonInput.BoolFieldAllCapitalFalse
14JsonInput.BoolFieldAllCapitalTrue
15JsonInput.BoolFieldCamelCaseFalse
16JsonInput.BoolFieldCamelCaseTrue
17JsonInput.BoolFieldDoubleQuotedFalse
18JsonInput.BoolFieldDoubleQuotedTrue
19JsonInput.BoolMapFieldKeyNotQuoted
20JsonInput.DoubleFieldInfinityNotQuoted
21JsonInput.DoubleFieldNanNotQuoted
22JsonInput.DoubleFieldNegativeInfinityNotQuoted
23JsonInput.EnumFieldNotQuoted
24JsonInput.FieldMask.ProtobufOutput
25JsonInput.FieldMaskInvalidCharacter
26JsonInput.FieldNameDuplicate
27JsonInput.FieldNameInSnakeCase.JsonOutput
28JsonInput.FieldNameNotQuoted
29JsonInput.FloatFieldInfinityNotQuoted
30JsonInput.FloatFieldNanNotQuoted
31JsonInput.FloatFieldNegativeInfinityNotQuoted
32JsonInput.Int32FieldLeadingZero
33JsonInput.Int32FieldMinFloatValue.JsonOutput
34JsonInput.Int32FieldMinValue.JsonOutput
35JsonInput.Int32FieldNegativeWithLeadingZero
36JsonInput.Int32FieldPlusSign
37JsonInput.Int32MapFieldKeyNotQuoted
38JsonInput.Int64MapFieldKeyNotQuoted
39JsonInput.JsonWithComments
40JsonInput.OriginalProtoFieldName.JsonOutput
41JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotBool
42JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotInt
43JsonInput.StringFieldNotAString
44JsonInput.StringFieldSurrogateInWrongOrder
45JsonInput.StringFieldUnpairedHighSurrogate
46JsonInput.StringFieldUnpairedLowSurrogate
47JsonInput.StringFieldUppercaseEscapeLetter
48JsonInput.Uint32MapFieldKeyNotQuoted
49JsonInput.Uint64MapFieldKeyNotQuoted
50