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