failure_list_python.txt 849 B

1234567891011121314151617
  1. Recommended.JsonInput.DoubleFieldInfinityNotQuoted
  2. Recommended.JsonInput.DoubleFieldNanNotQuoted
  3. Recommended.JsonInput.DoubleFieldNegativeInfinityNotQuoted
  4. Recommended.JsonInput.FloatFieldInfinityNotQuoted
  5. Recommended.JsonInput.FloatFieldNanNotQuoted
  6. Recommended.JsonInput.FloatFieldNegativeInfinityNotQuoted
  7. Required.JsonInput.BytesFieldInvalidBase64Characters
  8. Required.JsonInput.DoubleFieldTooSmall
  9. Required.JsonInput.EnumFieldUnknownValue.Validator
  10. Required.JsonInput.FloatFieldTooLarge
  11. Required.JsonInput.FloatFieldTooSmall
  12. Required.JsonInput.RepeatedFieldWrongElementTypeExpectingIntegersGotBool
  13. Required.JsonInput.TimestampJsonInputLowercaseT
  14. Required.ProtobufInput.IllegalZeroFieldNum_Case_0
  15. Required.ProtobufInput.IllegalZeroFieldNum_Case_1
  16. Required.ProtobufInput.IllegalZeroFieldNum_Case_2
  17. Required.ProtobufInput.IllegalZeroFieldNum_Case_3