failure_list_cpp.txt 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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.FieldNameWithDoubleUnderscores.JsonOutput
  20. Recommended.JsonInput.FieldNameWithDoubleUnderscores.ProtobufOutput
  21. Recommended.JsonInput.FieldNameWithDoubleUnderscores.Validator
  22. Recommended.JsonInput.MapFieldValueIsNull
  23. Recommended.JsonInput.RepeatedFieldMessageElementIsNull
  24. Recommended.JsonInput.RepeatedFieldPrimitiveElementIsNull
  25. Recommended.JsonInput.RepeatedFieldTrailingComma
  26. Recommended.JsonInput.RepeatedFieldTrailingCommaWithNewlines
  27. Recommended.JsonInput.RepeatedFieldTrailingCommaWithSpace
  28. Recommended.JsonInput.RepeatedFieldTrailingCommaWithSpaceCommaSpace
  29. Recommended.JsonInput.StringFieldSingleQuoteBoth
  30. Recommended.JsonInput.StringFieldSingleQuoteKey
  31. Recommended.JsonInput.StringFieldSingleQuoteValue
  32. Recommended.JsonInput.StringFieldUppercaseEscapeLetter
  33. Recommended.JsonInput.TrailingCommaInAnObject
  34. Recommended.JsonInput.TrailingCommaInAnObjectWithNewlines
  35. Recommended.JsonInput.TrailingCommaInAnObjectWithSpace
  36. Recommended.JsonInput.TrailingCommaInAnObjectWithSpaceCommaSpace
  37. Required.JsonInput.DoubleFieldTooSmall
  38. Required.JsonInput.FieldNameInLowerCamelCase.Validator
  39. Required.JsonInput.FieldNameInSnakeCase.JsonOutput
  40. Required.JsonInput.FieldNameInSnakeCase.ProtobufOutput
  41. Required.ProtobufInput.PrematureEofBeforeKnownRepeatedValue.MESSAGE
  42. Required.ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSAGE
  43. Required.ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE
  44. Required.ProtobufInput.PrematureEofInPackedField.BOOL
  45. Required.ProtobufInput.PrematureEofInPackedField.ENUM
  46. Required.ProtobufInput.PrematureEofInPackedField.INT32
  47. Required.ProtobufInput.PrematureEofInPackedField.INT64
  48. Required.ProtobufInput.PrematureEofInPackedField.SINT32
  49. Required.ProtobufInput.PrematureEofInPackedField.SINT64
  50. Required.ProtobufInput.PrematureEofInPackedField.UINT32
  51. Required.ProtobufInput.PrematureEofInPackedField.UINT64
  52. Required.ProtobufInput.PrematureEofInsideKnownRepeatedValue.MESSAGE