failure_list_cpp.txt 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # This is the list of conformance tests that are known to fail for the C++
  2. # 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.FieldMaskNumbersDontRoundTrip.JsonOutput
  10. Recommended.FieldMaskPathsDontRoundTrip.JsonOutput
  11. Recommended.FieldMaskTooManyUnderscore.JsonOutput
  12. Recommended.JsonInput.BoolFieldDoubleQuotedFalse
  13. Recommended.JsonInput.BoolFieldDoubleQuotedTrue
  14. Recommended.JsonInput.BytesFieldBase64Url.JsonOutput
  15. Recommended.JsonInput.BytesFieldBase64Url.ProtobufOutput
  16. Recommended.JsonInput.FieldMaskInvalidCharacter
  17. Recommended.JsonInput.FieldNameDuplicate
  18. Recommended.JsonInput.FieldNameDuplicateDifferentCasing1
  19. Recommended.JsonInput.FieldNameDuplicateDifferentCasing2
  20. Recommended.JsonInput.FieldNameNotQuoted
  21. Recommended.JsonInput.MapFieldValueIsNull
  22. Recommended.JsonInput.RepeatedFieldMessageElementIsNull
  23. Recommended.JsonInput.RepeatedFieldPrimitiveElementIsNull
  24. Recommended.JsonInput.RepeatedFieldTrailingComma
  25. Recommended.JsonInput.RepeatedFieldTrailingCommaWithNewlines
  26. Recommended.JsonInput.RepeatedFieldTrailingCommaWithSpace
  27. Recommended.JsonInput.RepeatedFieldTrailingCommaWithSpaceCommaSpace
  28. Recommended.JsonInput.StringFieldSingleQuoteBoth
  29. Recommended.JsonInput.StringFieldSingleQuoteKey
  30. Recommended.JsonInput.StringFieldSingleQuoteValue
  31. Recommended.JsonInput.StringFieldUppercaseEscapeLetter
  32. Recommended.JsonInput.TrailingCommaInAnObject
  33. Recommended.JsonInput.TrailingCommaInAnObjectWithNewlines
  34. Recommended.JsonInput.TrailingCommaInAnObjectWithSpace
  35. Recommended.JsonInput.TrailingCommaInAnObjectWithSpaceCommaSpace
  36. Required.ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSAGE
  37. Required.ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE
  38. Required.ProtobufInput.PrematureEofInPackedField.BOOL
  39. Required.ProtobufInput.PrematureEofInPackedField.ENUM
  40. Required.ProtobufInput.PrematureEofInPackedField.INT32
  41. Required.ProtobufInput.PrematureEofInPackedField.INT64
  42. Required.ProtobufInput.PrematureEofInPackedField.SINT32
  43. Required.ProtobufInput.PrematureEofInPackedField.SINT64
  44. Required.ProtobufInput.PrematureEofInPackedField.UINT32
  45. Required.ProtobufInput.PrematureEofInPackedField.UINT64