failure_list_java.txt 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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.FieldNameNotQuoted
  24. JsonInput.FloatFieldInfinityNotQuoted
  25. JsonInput.FloatFieldNanNotQuoted
  26. JsonInput.FloatFieldNegativeInfinityNotQuoted
  27. JsonInput.Int32FieldLeadingZero
  28. JsonInput.Int32FieldNegativeWithLeadingZero
  29. JsonInput.Int32FieldPlusSign
  30. JsonInput.Int32MapFieldKeyNotQuoted
  31. JsonInput.Int64MapFieldKeyNotQuoted
  32. JsonInput.JsonWithComments
  33. JsonInput.OriginalProtoFieldName.JsonOutput
  34. JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotBool
  35. JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotInt
  36. JsonInput.StringFieldNotAString
  37. JsonInput.StringFieldSurrogateInWrongOrder
  38. JsonInput.StringFieldUnpairedHighSurrogate
  39. JsonInput.StringFieldUnpairedLowSurrogate
  40. JsonInput.StringFieldUppercaseEscapeLetter
  41. JsonInput.Uint32MapFieldKeyNotQuoted
  42. JsonInput.Uint64MapFieldKeyNotQuoted