blob: a498ad1a3e62d41f20424d0ef41023a96f94010f [file] [log] [blame]
Josh Haberman4b31ffa2015-12-03 12:54:54 -08001# This is the list of conformance tests that are known to fail for the
2# Python/C++ 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
Jisi Liude6debc2017-07-25 14:37:37 -070010Recommended.Proto3.JsonInput.BytesFieldBase64Url.JsonOutput
11Recommended.Proto3.JsonInput.BytesFieldBase64Url.ProtobufOutput
Jisi Liu759245a2017-07-25 11:52:33 -070012Recommended.Proto3.JsonInput.DoubleFieldInfinityNotQuoted
13Recommended.Proto3.JsonInput.DoubleFieldNanNotQuoted
14Recommended.Proto3.JsonInput.DoubleFieldNegativeInfinityNotQuoted
15Recommended.Proto3.JsonInput.FloatFieldInfinityNotQuoted
16Recommended.Proto3.JsonInput.FloatFieldNanNotQuoted
17Recommended.Proto3.JsonInput.FloatFieldNegativeInfinityNotQuoted
Jisi Liu759245a2017-07-25 11:52:33 -070018Required.Proto3.JsonInput.DoubleFieldTooSmall
Jisi Liu759245a2017-07-25 11:52:33 -070019Required.Proto3.JsonInput.FloatFieldTooLarge
20Required.Proto3.JsonInput.FloatFieldTooSmall
21Required.Proto3.JsonInput.RepeatedFieldWrongElementTypeExpectingIntegersGotBool
22Required.Proto3.JsonInput.TimestampJsonInputLowercaseT
23Required.Proto3.ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSAGE
24Required.Proto3.ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE
25Required.Proto3.ProtobufInput.PrematureEofInPackedField.BOOL
26Required.Proto3.ProtobufInput.PrematureEofInPackedField.DOUBLE
27Required.Proto3.ProtobufInput.PrematureEofInPackedField.ENUM
28Required.Proto3.ProtobufInput.PrematureEofInPackedField.FIXED32
29Required.Proto3.ProtobufInput.PrematureEofInPackedField.FIXED64
30Required.Proto3.ProtobufInput.PrematureEofInPackedField.FLOAT
31Required.Proto3.ProtobufInput.PrematureEofInPackedField.INT32
32Required.Proto3.ProtobufInput.PrematureEofInPackedField.INT64
33Required.Proto3.ProtobufInput.PrematureEofInPackedField.SFIXED32
34Required.Proto3.ProtobufInput.PrematureEofInPackedField.SFIXED64
35Required.Proto3.ProtobufInput.PrematureEofInPackedField.SINT32
36Required.Proto3.ProtobufInput.PrematureEofInPackedField.SINT64
37Required.Proto3.ProtobufInput.PrematureEofInPackedField.UINT32
38Required.Proto3.ProtobufInput.PrematureEofInPackedField.UINT64
39Required.Proto2.ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSAGE
40Required.Proto2.ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE
41Required.Proto2.ProtobufInput.PrematureEofInPackedField.BOOL
42Required.Proto2.ProtobufInput.PrematureEofInPackedField.DOUBLE
43Required.Proto2.ProtobufInput.PrematureEofInPackedField.ENUM
44Required.Proto2.ProtobufInput.PrematureEofInPackedField.FIXED32
45Required.Proto2.ProtobufInput.PrematureEofInPackedField.FIXED64
46Required.Proto2.ProtobufInput.PrematureEofInPackedField.FLOAT
47Required.Proto2.ProtobufInput.PrematureEofInPackedField.INT32
48Required.Proto2.ProtobufInput.PrematureEofInPackedField.INT64
49Required.Proto2.ProtobufInput.PrematureEofInPackedField.SFIXED32
50Required.Proto2.ProtobufInput.PrematureEofInPackedField.SFIXED64
51Required.Proto2.ProtobufInput.PrematureEofInPackedField.SINT32
52Required.Proto2.ProtobufInput.PrematureEofInPackedField.SINT64
53Required.Proto2.ProtobufInput.PrematureEofInPackedField.UINT32
54Required.Proto2.ProtobufInput.PrematureEofInPackedField.UINT64