failure_list_cpp.txt 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. FieldMaskNumbersDontRoundTrip.JsonOutput
  10. FieldMaskPathsDontRoundTrip.JsonOutput
  11. FieldMaskTooManyUnderscore.JsonOutput
  12. JsonInput.AnyUnorderedTypeTag.JsonOutput
  13. JsonInput.AnyUnorderedTypeTag.ProtobufOutput
  14. JsonInput.BoolFieldDoubleQuotedFalse
  15. JsonInput.BoolFieldDoubleQuotedTrue
  16. JsonInput.BytesFieldNoPadding
  17. JsonInput.DoubleFieldTooSmall
  18. JsonInput.DurationHasZeroFractionalDigit.Validator
  19. JsonInput.EnumFieldUnknownValue.Validator
  20. JsonInput.FieldMaskInvalidCharacter
  21. JsonInput.FieldNameDuplicate
  22. JsonInput.FieldNameDuplicateDifferentCasing1
  23. JsonInput.FieldNameDuplicateDifferentCasing2
  24. JsonInput.FieldNameInLowerCamelCase.Validator
  25. JsonInput.FieldNameInSnakeCase.JsonOutput
  26. JsonInput.FieldNameInSnakeCase.ProtobufOutput
  27. JsonInput.FieldNameNotQuoted
  28. JsonInput.MapFieldValueIsNull
  29. JsonInput.RepeatedFieldMessageElementIsNull
  30. JsonInput.RepeatedFieldPrimitiveElementIsNull
  31. JsonInput.RepeatedFieldTrailingComma
  32. JsonInput.StringFieldUppercaseEscapeLetter
  33. JsonInput.TrailingCommaInAnObject
  34. JsonInput.WrapperTypesWithNullValue.JsonOutput
  35. JsonInput.WrapperTypesWithNullValue.ProtobufOutput
  36. ProtobufInput.PrematureEofBeforeKnownRepeatedValue.MESSAGE
  37. ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSAGE
  38. ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE
  39. ProtobufInput.PrematureEofInPackedField.BOOL
  40. ProtobufInput.PrematureEofInPackedField.ENUM
  41. ProtobufInput.PrematureEofInPackedField.INT32
  42. ProtobufInput.PrematureEofInPackedField.INT64
  43. ProtobufInput.PrematureEofInPackedField.SINT32
  44. ProtobufInput.PrematureEofInPackedField.SINT64
  45. ProtobufInput.PrematureEofInPackedField.UINT32
  46. ProtobufInput.PrematureEofInPackedField.UINT64
  47. ProtobufInput.PrematureEofInsideKnownRepeatedValue.MESSAGE