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