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: insert links to corresponding bugs tracking the issue. 8# Should we use GitHub issues or the Google-internal bug tracker? 9 10Recommended.*.JsonInput.BoolFieldDoubleQuotedFalse # Should have failed to parse, but didn't. 11Recommended.*.JsonInput.BoolFieldDoubleQuotedTrue # Should have failed to parse, but didn't. 12Recommended.*.JsonInput.FieldNameDuplicate # Should have failed to parse, but didn't. 13Recommended.*.JsonInput.FieldNameDuplicateDifferentCasing1 # Should have failed to parse, but didn't. 14Recommended.*.JsonInput.FieldNameDuplicateDifferentCasing2 # Should have failed to parse, but didn't. 15Recommended.*.JsonInput.FieldNameExtension.Validator # Expected JSON payload but got type 1 16Recommended.*.JsonInput.FieldNameNotQuoted # Should have failed to parse, but didn't. 17Recommended.*.JsonInput.IgnoreUnknownEnumStringValueInMapPart.ProtobufOutput # Output was not equivalent to reference message: added: map_string_nested_enum[key2]: FOO 18Recommended.*.JsonInput.IgnoreUnknownEnumStringValueInMapValue.ProtobufOutput # Output was not equivalent to reference message: added: map_string_nested_enum[key]: FOO 19Recommended.*.JsonInput.MapFieldValueIsNull # Should have failed to parse, but didn't. 20Recommended.*.JsonInput.RepeatedFieldMessageElementIsNull # Should have failed to parse, but didn't. 21Recommended.*.JsonInput.RepeatedFieldPrimitiveElementIsNull # Should have failed to parse, but didn't. 22Recommended.*.JsonInput.RepeatedFieldTrailingComma # Should have failed to parse, but didn't. 23Recommended.*.JsonInput.RepeatedFieldTrailingCommaWithNewlines # Should have failed to parse, but didn't. 24Recommended.*.JsonInput.RepeatedFieldTrailingCommaWithSpace # Should have failed to parse, but didn't. 25Recommended.*.JsonInput.RepeatedFieldTrailingCommaWithSpaceCommaSpace # Should have failed to parse, but didn't. 26Recommended.*.JsonInput.StringFieldSingleQuoteBoth # Should have failed to parse, but didn't. 27Recommended.*.JsonInput.StringFieldSingleQuoteKey # Should have failed to parse, but didn't. 28Recommended.*.JsonInput.StringFieldSingleQuoteValue # Should have failed to parse, but didn't. 29Recommended.*.JsonInput.StringFieldUppercaseEscapeLetter # Should have failed to parse, but didn't. 30Recommended.*.JsonInput.TrailingCommaInAnObject # Should have failed to parse, but didn't. 31Recommended.*.JsonInput.TrailingCommaInAnObjectWithNewlines # Should have failed to parse, but didn't. 32Recommended.*.JsonInput.TrailingCommaInAnObjectWithSpace # Should have failed to parse, but didn't. 33Recommended.*.JsonInput.TrailingCommaInAnObjectWithSpaceCommaSpace # Should have failed to parse, but didn't. 34Recommended.*.FieldMaskNumbersDontRoundTrip.JsonOutput # Should have failed to serialize, but didn't. 35Recommended.*.FieldMaskPathsDontRoundTrip.JsonOutput # Should have failed to serialize, but didn't. 36Recommended.*.FieldMaskTooManyUnderscore.JsonOutput # Should have failed to serialize, but didn't. 37Recommended.*.JsonInput.FieldMaskInvalidCharacter # Should have failed to parse, but didn't. 38