failure_list_python_cpp.txt 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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.DoubleFieldInfinityNotQuoted
  10. Recommended.JsonInput.DoubleFieldNanNotQuoted
  11. Recommended.JsonInput.DoubleFieldNegativeInfinityNotQuoted
  12. Recommended.JsonInput.FloatFieldInfinityNotQuoted
  13. Recommended.JsonInput.FloatFieldNanNotQuoted
  14. Recommended.JsonInput.FloatFieldNegativeInfinityNotQuoted
  15. Recommended.JsonInput.OneofZeroMessage.JsonOutput
  16. Recommended.JsonInput.OneofZeroMessage.ProtobufOutput
  17. Required.JsonInput.BytesFieldInvalidBase64Characters
  18. Required.JsonInput.DoubleFieldTooSmall
  19. Required.JsonInput.EnumFieldUnknownValue.Validator
  20. Required.JsonInput.FloatFieldTooLarge
  21. Required.JsonInput.FloatFieldTooSmall
  22. Required.JsonInput.RepeatedFieldWrongElementTypeExpectingIntegersGotBool
  23. Required.JsonInput.TimestampJsonInputLowercaseT
  24. Required.ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSAGE
  25. Required.ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE
  26. Required.ProtobufInput.PrematureEofInPackedField.BOOL
  27. Required.ProtobufInput.PrematureEofInPackedField.DOUBLE
  28. Required.ProtobufInput.PrematureEofInPackedField.ENUM
  29. Required.ProtobufInput.PrematureEofInPackedField.FIXED32
  30. Required.ProtobufInput.PrematureEofInPackedField.FIXED64
  31. Required.ProtobufInput.PrematureEofInPackedField.FLOAT
  32. Required.ProtobufInput.PrematureEofInPackedField.INT32
  33. Required.ProtobufInput.PrematureEofInPackedField.INT64
  34. Required.ProtobufInput.PrematureEofInPackedField.SFIXED32
  35. Required.ProtobufInput.PrematureEofInPackedField.SFIXED64
  36. Required.ProtobufInput.PrematureEofInPackedField.SINT32
  37. Required.ProtobufInput.PrematureEofInPackedField.SINT64
  38. Required.ProtobufInput.PrematureEofInPackedField.UINT32
  39. Required.ProtobufInput.PrematureEofInPackedField.UINT64