failure_list_cpp.txt 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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.Proto3.JsonInput.BoolFieldDoubleQuotedFalse
  13. Recommended.Proto3.JsonInput.BoolFieldDoubleQuotedTrue
  14. Recommended.Proto3.JsonInput.BytesFieldBase64Url.JsonOutput
  15. Recommended.Proto3.JsonInput.BytesFieldBase64Url.ProtobufOutput
  16. Recommended.Proto3.JsonInput.FieldMaskInvalidCharacter
  17. Recommended.Proto3.JsonInput.FieldNameDuplicate
  18. Recommended.Proto3.JsonInput.FieldNameDuplicateDifferentCasing1
  19. Recommended.Proto3.JsonInput.FieldNameDuplicateDifferentCasing2
  20. Recommended.Proto3.JsonInput.FieldNameNotQuoted
  21. Recommended.Proto3.JsonInput.MapFieldValueIsNull
  22. Recommended.Proto3.JsonInput.RepeatedFieldMessageElementIsNull
  23. Recommended.Proto3.JsonInput.RepeatedFieldPrimitiveElementIsNull
  24. Recommended.Proto3.JsonInput.RepeatedFieldTrailingComma
  25. Recommended.Proto3.JsonInput.RepeatedFieldTrailingCommaWithNewlines
  26. Recommended.Proto3.JsonInput.RepeatedFieldTrailingCommaWithSpace
  27. Recommended.Proto3.JsonInput.RepeatedFieldTrailingCommaWithSpaceCommaSpace
  28. Recommended.Proto3.JsonInput.StringFieldSingleQuoteBoth
  29. Recommended.Proto3.JsonInput.StringFieldSingleQuoteKey
  30. Recommended.Proto3.JsonInput.StringFieldSingleQuoteValue
  31. Recommended.Proto3.JsonInput.StringFieldUppercaseEscapeLetter
  32. Recommended.Proto3.JsonInput.TrailingCommaInAnObject
  33. Recommended.Proto3.JsonInput.TrailingCommaInAnObjectWithNewlines
  34. Recommended.Proto3.JsonInput.TrailingCommaInAnObjectWithSpace
  35. Recommended.Proto3.JsonInput.TrailingCommaInAnObjectWithSpaceCommaSpace
  36. Required.Proto3.ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSAGE
  37. Required.Proto3.ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE
  38. Required.Proto3.ProtobufInput.PrematureEofInPackedField.BOOL
  39. Required.Proto3.ProtobufInput.PrematureEofInPackedField.ENUM
  40. Required.Proto3.ProtobufInput.PrematureEofInPackedField.INT32
  41. Required.Proto3.ProtobufInput.PrematureEofInPackedField.INT64
  42. Required.Proto3.ProtobufInput.PrematureEofInPackedField.SINT32
  43. Required.Proto3.ProtobufInput.PrematureEofInPackedField.SINT64
  44. Required.Proto3.ProtobufInput.PrematureEofInPackedField.UINT32
  45. Required.Proto3.ProtobufInput.PrematureEofInPackedField.UINT64
  46. Required.Proto2.ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSAGE
  47. Required.Proto2.ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE
  48. Required.Proto2.ProtobufInput.PrematureEofInPackedField.BOOL
  49. Required.Proto2.ProtobufInput.PrematureEofInPackedField.ENUM
  50. Required.Proto2.ProtobufInput.PrematureEofInPackedField.INT32
  51. Required.Proto2.ProtobufInput.PrematureEofInPackedField.INT64
  52. Required.Proto2.ProtobufInput.PrematureEofInPackedField.SINT32
  53. Required.Proto2.ProtobufInput.PrematureEofInPackedField.SINT64
  54. Required.Proto2.ProtobufInput.PrematureEofInPackedField.UINT32
  55. Required.Proto2.ProtobufInput.PrematureEofInPackedField.UINT64