failure_list_python_cpp.txt 1.2 KB

12345678910111213141516171819202122232425
  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. ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSAGE
  10. ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE
  11. ProtobufInput.PrematureEofInPackedField.BOOL
  12. ProtobufInput.PrematureEofInPackedField.DOUBLE
  13. ProtobufInput.PrematureEofInPackedField.ENUM
  14. ProtobufInput.PrematureEofInPackedField.FIXED32
  15. ProtobufInput.PrematureEofInPackedField.FIXED64
  16. ProtobufInput.PrematureEofInPackedField.FLOAT
  17. ProtobufInput.PrematureEofInPackedField.INT32
  18. ProtobufInput.PrematureEofInPackedField.INT64
  19. ProtobufInput.PrematureEofInPackedField.SFIXED32
  20. ProtobufInput.PrematureEofInPackedField.SFIXED64
  21. ProtobufInput.PrematureEofInPackedField.SINT32
  22. ProtobufInput.PrematureEofInPackedField.SINT64
  23. ProtobufInput.PrematureEofInPackedField.UINT32
  24. ProtobufInput.PrematureEofInPackedField.UINT64