failure_list_java.txt 1.9 KB

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