failure_list_java.txt 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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.FieldNameInLowerCamelCase.Validator
  23. JsonInput.FieldNameInSnakeCase.JsonOutput
  24. JsonInput.FieldNameInSnakeCase.ProtobufOutput
  25. JsonInput.FieldNameNotQuoted
  26. JsonInput.FieldNameWithDoubleUnderscores.JsonOutput
  27. JsonInput.FieldNameWithDoubleUnderscores.ProtobufOutput
  28. JsonInput.FieldNameWithDoubleUnderscores.Validator
  29. JsonInput.FloatFieldInfinityNotQuoted
  30. JsonInput.FloatFieldNanNotQuoted
  31. JsonInput.FloatFieldNegativeInfinityNotQuoted
  32. JsonInput.Int32FieldLeadingZero
  33. JsonInput.Int32FieldNegativeWithLeadingZero
  34. JsonInput.Int32FieldPlusSign
  35. JsonInput.Int32MapFieldKeyNotQuoted
  36. JsonInput.Int64MapFieldKeyNotQuoted
  37. JsonInput.JsonWithComments
  38. JsonInput.OriginalProtoFieldName.JsonOutput
  39. JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotBool
  40. JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotInt
  41. JsonInput.StringFieldNotAString
  42. JsonInput.StringFieldSingleQuoteBoth
  43. JsonInput.StringFieldSingleQuoteKey
  44. JsonInput.StringFieldSingleQuoteValue
  45. JsonInput.StringFieldSurrogateInWrongOrder
  46. JsonInput.StringFieldUnpairedHighSurrogate
  47. JsonInput.StringFieldUnpairedLowSurrogate
  48. JsonInput.StringFieldUppercaseEscapeLetter
  49. JsonInput.Uint32MapFieldKeyNotQuoted
  50. JsonInput.Uint64MapFieldKeyNotQuoted