failure_list_java.txt 1.8 KB

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