failure_list_python_cpp.txt 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # This is the list of conformance tests that are known to fail for the
  2. # Python/C++ 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. #
  7. # TODO(haberman): insert links to corresponding bugs tracking the issue.
  8. # Should we use GitHub issues or the Google-internal bug tracker?
  9. Recommended.JsonInput.BytesFieldBase64Url.JsonOutput
  10. Recommended.JsonInput.BytesFieldBase64Url.ProtobufOutput
  11. Recommended.Proto3.JsonInput.DoubleFieldInfinityNotQuoted
  12. Recommended.Proto3.JsonInput.DoubleFieldNanNotQuoted
  13. Recommended.Proto3.JsonInput.DoubleFieldNegativeInfinityNotQuoted
  14. Recommended.Proto3.JsonInput.FloatFieldInfinityNotQuoted
  15. Recommended.Proto3.JsonInput.FloatFieldNanNotQuoted
  16. Recommended.Proto3.JsonInput.FloatFieldNegativeInfinityNotQuoted
  17. Required.Proto3.JsonInput.BytesFieldInvalidBase64Characters
  18. Required.Proto3.JsonInput.DoubleFieldTooSmall
  19. Required.Proto3.JsonInput.EnumFieldUnknownValue.Validator
  20. Required.Proto3.JsonInput.FloatFieldTooLarge
  21. Required.Proto3.JsonInput.FloatFieldTooSmall
  22. Required.Proto3.JsonInput.RepeatedFieldWrongElementTypeExpectingIntegersGotBool
  23. Required.Proto3.JsonInput.TimestampJsonInputLowercaseT
  24. Required.Proto3.ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSAGE
  25. Required.Proto3.ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE
  26. Required.Proto3.ProtobufInput.PrematureEofInPackedField.BOOL
  27. Required.Proto3.ProtobufInput.PrematureEofInPackedField.DOUBLE
  28. Required.Proto3.ProtobufInput.PrematureEofInPackedField.ENUM
  29. Required.Proto3.ProtobufInput.PrematureEofInPackedField.FIXED32
  30. Required.Proto3.ProtobufInput.PrematureEofInPackedField.FIXED64
  31. Required.Proto3.ProtobufInput.PrematureEofInPackedField.FLOAT
  32. Required.Proto3.ProtobufInput.PrematureEofInPackedField.INT32
  33. Required.Proto3.ProtobufInput.PrematureEofInPackedField.INT64
  34. Required.Proto3.ProtobufInput.PrematureEofInPackedField.SFIXED32
  35. Required.Proto3.ProtobufInput.PrematureEofInPackedField.SFIXED64
  36. Required.Proto3.ProtobufInput.PrematureEofInPackedField.SINT32
  37. Required.Proto3.ProtobufInput.PrematureEofInPackedField.SINT64
  38. Required.Proto3.ProtobufInput.PrematureEofInPackedField.UINT32
  39. Required.Proto3.ProtobufInput.PrematureEofInPackedField.UINT64
  40. Required.Proto2.ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSAGE
  41. Required.Proto2.ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE
  42. Required.Proto2.ProtobufInput.PrematureEofInPackedField.BOOL
  43. Required.Proto2.ProtobufInput.PrematureEofInPackedField.DOUBLE
  44. Required.Proto2.ProtobufInput.PrematureEofInPackedField.ENUM
  45. Required.Proto2.ProtobufInput.PrematureEofInPackedField.FIXED32
  46. Required.Proto2.ProtobufInput.PrematureEofInPackedField.FIXED64
  47. Required.Proto2.ProtobufInput.PrematureEofInPackedField.FLOAT
  48. Required.Proto2.ProtobufInput.PrematureEofInPackedField.INT32
  49. Required.Proto2.ProtobufInput.PrematureEofInPackedField.INT64
  50. Required.Proto2.ProtobufInput.PrematureEofInPackedField.SFIXED32
  51. Required.Proto2.ProtobufInput.PrematureEofInPackedField.SFIXED64
  52. Required.Proto2.ProtobufInput.PrematureEofInPackedField.SINT32
  53. Required.Proto2.ProtobufInput.PrematureEofInPackedField.SINT64
  54. Required.Proto2.ProtobufInput.PrematureEofInPackedField.UINT32
  55. Required.Proto2.ProtobufInput.PrematureEofInPackedField.UINT64