failure_list_python_cpp.txt 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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.Proto3.JsonInput.BytesFieldBase64Url.JsonOutput
  10. Recommended.Proto3.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.DoubleFieldTooSmall
  18. Required.Proto3.JsonInput.FloatFieldTooLarge
  19. Required.Proto3.JsonInput.FloatFieldTooSmall
  20. Required.Proto3.JsonInput.RepeatedFieldWrongElementTypeExpectingIntegersGotBool
  21. Required.Proto3.JsonInput.TimestampJsonInputLowercaseT
  22. Required.Proto3.ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSAGE
  23. Required.Proto3.ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE
  24. Required.Proto3.ProtobufInput.PrematureEofInPackedField.BOOL
  25. Required.Proto3.ProtobufInput.PrematureEofInPackedField.DOUBLE
  26. Required.Proto3.ProtobufInput.PrematureEofInPackedField.ENUM
  27. Required.Proto3.ProtobufInput.PrematureEofInPackedField.FIXED32
  28. Required.Proto3.ProtobufInput.PrematureEofInPackedField.FIXED64
  29. Required.Proto3.ProtobufInput.PrematureEofInPackedField.FLOAT
  30. Required.Proto3.ProtobufInput.PrematureEofInPackedField.INT32
  31. Required.Proto3.ProtobufInput.PrematureEofInPackedField.INT64
  32. Required.Proto3.ProtobufInput.PrematureEofInPackedField.SFIXED32
  33. Required.Proto3.ProtobufInput.PrematureEofInPackedField.SFIXED64
  34. Required.Proto3.ProtobufInput.PrematureEofInPackedField.SINT32
  35. Required.Proto3.ProtobufInput.PrematureEofInPackedField.SINT64
  36. Required.Proto3.ProtobufInput.PrematureEofInPackedField.UINT32
  37. Required.Proto3.ProtobufInput.PrematureEofInPackedField.UINT64
  38. Required.Proto2.ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSAGE
  39. Required.Proto2.ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE
  40. Required.Proto2.ProtobufInput.PrematureEofInPackedField.BOOL
  41. Required.Proto2.ProtobufInput.PrematureEofInPackedField.DOUBLE
  42. Required.Proto2.ProtobufInput.PrematureEofInPackedField.ENUM
  43. Required.Proto2.ProtobufInput.PrematureEofInPackedField.FIXED32
  44. Required.Proto2.ProtobufInput.PrematureEofInPackedField.FIXED64
  45. Required.Proto2.ProtobufInput.PrematureEofInPackedField.FLOAT
  46. Required.Proto2.ProtobufInput.PrematureEofInPackedField.INT32
  47. Required.Proto2.ProtobufInput.PrematureEofInPackedField.INT64
  48. Required.Proto2.ProtobufInput.PrematureEofInPackedField.SFIXED32
  49. Required.Proto2.ProtobufInput.PrematureEofInPackedField.SFIXED64
  50. Required.Proto2.ProtobufInput.PrematureEofInPackedField.SINT32
  51. Required.Proto2.ProtobufInput.PrematureEofInPackedField.SINT64
  52. Required.Proto2.ProtobufInput.PrematureEofInPackedField.UINT32
  53. Required.Proto2.ProtobufInput.PrematureEofInPackedField.UINT64