OLD | NEW |
1 # This is the list of conformance tests that are known to fail for the C++ | 1 # This is the list of conformance tests that are known to fail for the C++ |
2 # implementation right now. These should be fixed. | 2 # implementation right now. These should be fixed. |
3 # | 3 # |
4 # By listing them here we can keep tabs on which ones are failing and be sure | 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. | 5 # that we don't introduce regressions in other tests. |
6 # | 6 # |
7 # TODO(haberman): insert links to corresponding bugs tracking the issue. | 7 # TODO(haberman): insert links to corresponding bugs tracking the issue. |
8 # Should we use GitHub issues or the Google-internal bug tracker? | 8 # Should we use GitHub issues or the Google-internal bug tracker? |
9 | 9 |
10 FieldMaskNumbersDontRoundTrip.JsonOutput | 10 FieldMaskNumbersDontRoundTrip.JsonOutput |
(...skipping 18 matching lines...) Expand all Loading... |
29 JsonInput.DurationMissingS | 29 JsonInput.DurationMissingS |
30 JsonInput.EnumFieldUnknownValue.Validator | 30 JsonInput.EnumFieldUnknownValue.Validator |
31 JsonInput.FieldMaskInvalidCharacter | 31 JsonInput.FieldMaskInvalidCharacter |
32 JsonInput.FieldNameDuplicate | 32 JsonInput.FieldNameDuplicate |
33 JsonInput.FieldNameDuplicateDifferentCasing1 | 33 JsonInput.FieldNameDuplicateDifferentCasing1 |
34 JsonInput.FieldNameDuplicateDifferentCasing2 | 34 JsonInput.FieldNameDuplicateDifferentCasing2 |
35 JsonInput.FieldNameInLowerCamelCase.Validator | 35 JsonInput.FieldNameInLowerCamelCase.Validator |
36 JsonInput.FieldNameInSnakeCase.JsonOutput | 36 JsonInput.FieldNameInSnakeCase.JsonOutput |
37 JsonInput.FieldNameInSnakeCase.ProtobufOutput | 37 JsonInput.FieldNameInSnakeCase.ProtobufOutput |
38 JsonInput.FieldNameNotQuoted | 38 JsonInput.FieldNameNotQuoted |
39 JsonInput.FieldNameWithMixedCases.JsonOutput | |
40 JsonInput.FieldNameWithMixedCases.ProtobufOutput | |
41 JsonInput.FieldNameWithMixedCases.Validator | |
42 JsonInput.FloatFieldTooLarge | 39 JsonInput.FloatFieldTooLarge |
43 JsonInput.FloatFieldTooSmall | 40 JsonInput.FloatFieldTooSmall |
44 JsonInput.Int32FieldLeadingSpace | 41 JsonInput.Int32FieldLeadingSpace |
45 JsonInput.Int32FieldLeadingZero | 42 JsonInput.Int32FieldLeadingZero |
46 JsonInput.Int32FieldMinFloatValue.JsonOutput | 43 JsonInput.Int32FieldMinFloatValue.JsonOutput |
47 JsonInput.Int32FieldMinFloatValue.ProtobufOutput | 44 JsonInput.Int32FieldMinFloatValue.ProtobufOutput |
48 JsonInput.Int32FieldMinValue.JsonOutput | 45 JsonInput.Int32FieldMinValue.JsonOutput |
49 JsonInput.Int32FieldMinValue.ProtobufOutput | 46 JsonInput.Int32FieldMinValue.ProtobufOutput |
50 JsonInput.Int32FieldNegativeWithLeadingZero | 47 JsonInput.Int32FieldNegativeWithLeadingZero |
51 JsonInput.Int32FieldNotInteger | 48 JsonInput.Int32FieldNotInteger |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 ProtobufInput.PrematureEofInPackedField.ENUM | 97 ProtobufInput.PrematureEofInPackedField.ENUM |
101 ProtobufInput.PrematureEofInPackedField.INT32 | 98 ProtobufInput.PrematureEofInPackedField.INT32 |
102 ProtobufInput.PrematureEofInPackedField.INT64 | 99 ProtobufInput.PrematureEofInPackedField.INT64 |
103 ProtobufInput.PrematureEofInPackedField.SINT32 | 100 ProtobufInput.PrematureEofInPackedField.SINT32 |
104 ProtobufInput.PrematureEofInPackedField.SINT64 | 101 ProtobufInput.PrematureEofInPackedField.SINT64 |
105 ProtobufInput.PrematureEofInPackedField.UINT32 | 102 ProtobufInput.PrematureEofInPackedField.UINT32 |
106 ProtobufInput.PrematureEofInPackedField.UINT64 | 103 ProtobufInput.PrematureEofInPackedField.UINT64 |
107 ProtobufInput.PrematureEofInsideKnownRepeatedValue.MESSAGE | 104 ProtobufInput.PrematureEofInsideKnownRepeatedValue.MESSAGE |
108 TimestampProtoInputTooLarge.JsonOutput | 105 TimestampProtoInputTooLarge.JsonOutput |
109 TimestampProtoInputTooSmall.JsonOutput | 106 TimestampProtoInputTooSmall.JsonOutput |
OLD | NEW |