failure_list_cpp.txt 2.3 KB

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