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