Josh Haberman | d2b6738 | 2015-06-03 12:04:35 -0700 | [diff] [blame] | 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. |
Josh Haberman | 23bf3b5 | 2015-06-04 15:04:00 -0700 | [diff] [blame] | 8 | # Should we use GitHub issues or the Google-internal bug tracker? |
Josh Haberman | d2b6738 | 2015-06-03 12:04:35 -0700 | [diff] [blame] | 9 | |
Bo Yang | cc8ca5b | 2016-09-19 13:45:07 -0700 | [diff] [blame] | 10 | Recommended.FieldMaskNumbersDontRoundTrip.JsonOutput |
| 11 | Recommended.FieldMaskPathsDontRoundTrip.JsonOutput |
| 12 | Recommended.FieldMaskTooManyUnderscore.JsonOutput |
Jisi Liu | 759245a | 2017-07-25 11:52:33 -0700 | [diff] [blame] | 13 | Recommended.Proto3.JsonInput.BoolFieldDoubleQuotedFalse |
| 14 | Recommended.Proto3.JsonInput.BoolFieldDoubleQuotedTrue |
Jisi Liu | d974cc2 | 2017-07-25 12:22:32 -0700 | [diff] [blame] | 15 | Recommended.Proto3.JsonInput.BytesFieldBase64Url.JsonOutput |
| 16 | Recommended.Proto3.JsonInput.BytesFieldBase64Url.ProtobufOutput |
Jisi Liu | 759245a | 2017-07-25 11:52:33 -0700 | [diff] [blame] | 17 | Recommended.Proto3.JsonInput.FieldMaskInvalidCharacter |
| 18 | Recommended.Proto3.JsonInput.FieldNameDuplicate |
| 19 | Recommended.Proto3.JsonInput.FieldNameDuplicateDifferentCasing1 |
| 20 | Recommended.Proto3.JsonInput.FieldNameDuplicateDifferentCasing2 |
| 21 | Recommended.Proto3.JsonInput.FieldNameNotQuoted |
| 22 | Recommended.Proto3.JsonInput.MapFieldValueIsNull |
| 23 | Recommended.Proto3.JsonInput.RepeatedFieldMessageElementIsNull |
| 24 | Recommended.Proto3.JsonInput.RepeatedFieldPrimitiveElementIsNull |
| 25 | Recommended.Proto3.JsonInput.RepeatedFieldTrailingComma |
| 26 | Recommended.Proto3.JsonInput.RepeatedFieldTrailingCommaWithNewlines |
| 27 | Recommended.Proto3.JsonInput.RepeatedFieldTrailingCommaWithSpace |
| 28 | Recommended.Proto3.JsonInput.RepeatedFieldTrailingCommaWithSpaceCommaSpace |
| 29 | Recommended.Proto3.JsonInput.StringFieldSingleQuoteBoth |
| 30 | Recommended.Proto3.JsonInput.StringFieldSingleQuoteKey |
| 31 | Recommended.Proto3.JsonInput.StringFieldSingleQuoteValue |
| 32 | Recommended.Proto3.JsonInput.StringFieldUppercaseEscapeLetter |
| 33 | Recommended.Proto3.JsonInput.TrailingCommaInAnObject |
| 34 | Recommended.Proto3.JsonInput.TrailingCommaInAnObjectWithNewlines |
| 35 | Recommended.Proto3.JsonInput.TrailingCommaInAnObjectWithSpace |
| 36 | Recommended.Proto3.JsonInput.TrailingCommaInAnObjectWithSpaceCommaSpace |