failure_list_java.txt 1.7 KB

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