failure_list_cpp.txt 3.1 KB

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