failure_list_python_cpp.txt 1.1 KB

12345678910111213141516171819202122
  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