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