Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(305)

Side by Side Diff: third_party/protobuf/conformance/failure_list_python_cpp.txt

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # This is the list of conformance tests that are known to fail for the 1 # This is the list of conformance tests that are known to fail for the
2 # Python/C++ implementation right now. These should be fixed. 2 # Python/C++ 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 DurationProtoInputTooLarge.JsonOutput 10 Recommended.JsonInput.DoubleFieldInfinityNotQuoted
11 DurationProtoInputTooSmall.JsonOutput 11 Recommended.JsonInput.DoubleFieldNanNotQuoted
12 FieldMaskNumbersDontRoundTrip.JsonOutput 12 Recommended.JsonInput.DoubleFieldNegativeInfinityNotQuoted
13 FieldMaskPathsDontRoundTrip.JsonOutput 13 Recommended.JsonInput.FieldNameWithDoubleUnderscores.JsonOutput
14 FieldMaskTooManyUnderscore.JsonOutput 14 Recommended.JsonInput.FieldNameWithDoubleUnderscores.ProtobufOutput
15 JsonInput.Any.JsonOutput 15 Recommended.JsonInput.FieldNameWithDoubleUnderscores.Validator
16 JsonInput.Any.ProtobufOutput 16 Recommended.JsonInput.FloatFieldInfinityNotQuoted
17 JsonInput.AnyNested.JsonOutput 17 Recommended.JsonInput.FloatFieldNanNotQuoted
18 JsonInput.AnyNested.ProtobufOutput 18 Recommended.JsonInput.FloatFieldNegativeInfinityNotQuoted
19 JsonInput.AnyUnorderedTypeTag.JsonOutput 19 Required.JsonInput.BytesFieldInvalidBase64Characters
20 JsonInput.AnyUnorderedTypeTag.ProtobufOutput 20 Required.JsonInput.DoubleFieldTooSmall
21 JsonInput.AnyWithDuration.JsonOutput 21 Required.JsonInput.EnumFieldUnknownValue.Validator
22 JsonInput.AnyWithDuration.ProtobufOutput 22 Required.JsonInput.FieldNameInLowerCamelCase.Validator
23 JsonInput.AnyWithFieldMask.JsonOutput 23 Required.JsonInput.FieldNameInSnakeCase.JsonOutput
24 JsonInput.AnyWithFieldMask.ProtobufOutput 24 Required.JsonInput.FieldNameInSnakeCase.ProtobufOutput
25 JsonInput.AnyWithInt32ValueWrapper.JsonOutput 25 Required.JsonInput.FloatFieldTooLarge
26 JsonInput.AnyWithInt32ValueWrapper.ProtobufOutput 26 Required.JsonInput.FloatFieldTooSmall
27 JsonInput.AnyWithStruct.JsonOutput 27 Required.JsonInput.RepeatedFieldWrongElementTypeExpectingIntegersGotBool
28 JsonInput.AnyWithStruct.ProtobufOutput 28 Required.JsonInput.TimestampJsonInputLowercaseT
29 JsonInput.AnyWithTimestamp.JsonOutput 29 Required.ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSA GE
30 JsonInput.AnyWithTimestamp.ProtobufOutput 30 Required.ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE
31 JsonInput.AnyWithValueForInteger.JsonOutput 31 Required.ProtobufInput.PrematureEofInPackedField.BOOL
32 JsonInput.AnyWithValueForInteger.ProtobufOutput 32 Required.ProtobufInput.PrematureEofInPackedField.DOUBLE
33 JsonInput.AnyWithValueForJsonObject.JsonOutput 33 Required.ProtobufInput.PrematureEofInPackedField.ENUM
34 JsonInput.AnyWithValueForJsonObject.ProtobufOutput 34 Required.ProtobufInput.PrematureEofInPackedField.FIXED32
35 JsonInput.BytesFieldInvalidBase64Characters 35 Required.ProtobufInput.PrematureEofInPackedField.FIXED64
36 JsonInput.DoubleFieldInfinityNotQuoted 36 Required.ProtobufInput.PrematureEofInPackedField.FLOAT
37 JsonInput.DoubleFieldNanNotQuoted 37 Required.ProtobufInput.PrematureEofInPackedField.INT32
38 JsonInput.DoubleFieldNegativeInfinityNotQuoted 38 Required.ProtobufInput.PrematureEofInPackedField.INT64
39 JsonInput.DoubleFieldTooSmall 39 Required.ProtobufInput.PrematureEofInPackedField.SFIXED32
40 JsonInput.DurationJsonInputTooLarge 40 Required.ProtobufInput.PrematureEofInPackedField.SFIXED64
41 JsonInput.DurationJsonInputTooSmall 41 Required.ProtobufInput.PrematureEofInPackedField.SINT32
42 JsonInput.DurationMissingS 42 Required.ProtobufInput.PrematureEofInPackedField.SINT64
43 JsonInput.EnumFieldNumericValueNonZero.JsonOutput 43 Required.ProtobufInput.PrematureEofInPackedField.UINT32
44 JsonInput.EnumFieldNumericValueNonZero.ProtobufOutput 44 Required.ProtobufInput.PrematureEofInPackedField.UINT64
45 JsonInput.EnumFieldNumericValueZero.JsonOutput
46 JsonInput.EnumFieldNumericValueZero.ProtobufOutput
47 JsonInput.EnumFieldUnknownValue.Validator
48 JsonInput.FieldMask.ProtobufOutput
49 JsonInput.FieldMaskInvalidCharacter
50 JsonInput.FieldNameInLowerCamelCase.Validator
51 JsonInput.FieldNameInSnakeCase.JsonOutput
52 JsonInput.FieldNameInSnakeCase.ProtobufOutput
53 JsonInput.FloatFieldInfinityNotQuoted
54 JsonInput.FloatFieldNanNotQuoted
55 JsonInput.FloatFieldNegativeInfinityNotQuoted
56 JsonInput.FloatFieldTooLarge
57 JsonInput.FloatFieldTooSmall
58 JsonInput.Int32FieldExponentialFormat.JsonOutput
59 JsonInput.Int32FieldExponentialFormat.ProtobufOutput
60 JsonInput.Int32FieldFloatTrailingZero.JsonOutput
61 JsonInput.Int32FieldFloatTrailingZero.ProtobufOutput
62 JsonInput.Int32FieldMaxFloatValue.JsonOutput
63 JsonInput.Int32FieldMaxFloatValue.ProtobufOutput
64 JsonInput.Int32FieldMinFloatValue.JsonOutput
65 JsonInput.Int32FieldMinFloatValue.ProtobufOutput
66 JsonInput.Int32FieldMinValue.JsonOutput
67 JsonInput.OriginalProtoFieldName.JsonOutput
68 JsonInput.OriginalProtoFieldName.ProtobufOutput
69 JsonInput.RepeatedFieldMessageElementIsNull
70 JsonInput.RepeatedFieldPrimitiveElementIsNull
71 JsonInput.RepeatedFieldWrongElementTypeExpectingIntegersGotBool
72 JsonInput.StringFieldSurrogatePair.JsonOutput
73 JsonInput.StringFieldUnpairedLowSurrogate
74 JsonInput.Struct.JsonOutput
75 JsonInput.Struct.ProtobufOutput
76 JsonInput.TimestampJsonInputLowercaseT
77 JsonInput.Uint32FieldMaxFloatValue.JsonOutput
78 JsonInput.Uint32FieldMaxFloatValue.ProtobufOutput
79 JsonInput.ValueAcceptBool.JsonOutput
80 JsonInput.ValueAcceptBool.ProtobufOutput
81 JsonInput.ValueAcceptFloat.JsonOutput
82 JsonInput.ValueAcceptFloat.ProtobufOutput
83 JsonInput.ValueAcceptInteger.JsonOutput
84 JsonInput.ValueAcceptInteger.ProtobufOutput
85 JsonInput.ValueAcceptList.JsonOutput
86 JsonInput.ValueAcceptList.ProtobufOutput
87 JsonInput.ValueAcceptNull.JsonOutput
88 JsonInput.ValueAcceptNull.ProtobufOutput
89 JsonInput.ValueAcceptObject.JsonOutput
90 JsonInput.ValueAcceptObject.ProtobufOutput
91 JsonInput.ValueAcceptString.JsonOutput
92 JsonInput.ValueAcceptString.ProtobufOutput
93 ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSAGE
94 ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE
95 ProtobufInput.PrematureEofInPackedField.BOOL
96 ProtobufInput.PrematureEofInPackedField.DOUBLE
97 ProtobufInput.PrematureEofInPackedField.ENUM
98 ProtobufInput.PrematureEofInPackedField.FIXED32
99 ProtobufInput.PrematureEofInPackedField.FIXED64
100 ProtobufInput.PrematureEofInPackedField.FLOAT
101 ProtobufInput.PrematureEofInPackedField.INT32
102 ProtobufInput.PrematureEofInPackedField.INT64
103 ProtobufInput.PrematureEofInPackedField.SFIXED32
104 ProtobufInput.PrematureEofInPackedField.SFIXED64
105 ProtobufInput.PrematureEofInPackedField.SINT32
106 ProtobufInput.PrematureEofInPackedField.SINT64
107 ProtobufInput.PrematureEofInPackedField.UINT32
108 ProtobufInput.PrematureEofInPackedField.UINT64
109 TimestampProtoInputTooLarge.JsonOutput
110 TimestampProtoInputTooSmall.JsonOutput
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698