failure_list_python_cpp.txt 2.0 KB

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