failure_list_python_cpp.txt 2.3 KB

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