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

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

Issue 1983203003: Update third_party/protobuf to protobuf-v3.0.0-beta-3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: owners Created 4 years, 6 months 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 Java 1 # This is the list of conformance tests that are known to fail for the Java
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 FieldMaskNumbersDontRoundTrip.JsonOutput 7 FieldMaskNumbersDontRoundTrip.JsonOutput
8 FieldMaskPathsDontRoundTrip.JsonOutput 8 FieldMaskPathsDontRoundTrip.JsonOutput
9 FieldMaskTooManyUnderscore.JsonOutput 9 FieldMaskTooManyUnderscore.JsonOutput
10 JsonInput.AnyWithFieldMask.ProtobufOutput 10 JsonInput.AnyWithFieldMask.ProtobufOutput
11 JsonInput.AnyWithValueForInteger.JsonOutput 11 JsonInput.AnyWithValueForInteger.JsonOutput
12 JsonInput.AnyWithValueForJsonObject.JsonOutput 12 JsonInput.AnyWithValueForJsonObject.JsonOutput
13 JsonInput.BoolFieldAllCapitalFalse 13 JsonInput.BoolFieldAllCapitalFalse
14 JsonInput.BoolFieldAllCapitalTrue 14 JsonInput.BoolFieldAllCapitalTrue
15 JsonInput.BoolFieldCamelCaseFalse 15 JsonInput.BoolFieldCamelCaseFalse
16 JsonInput.BoolFieldCamelCaseTrue 16 JsonInput.BoolFieldCamelCaseTrue
17 JsonInput.BoolFieldDoubleQuotedFalse 17 JsonInput.BoolFieldDoubleQuotedFalse
18 JsonInput.BoolFieldDoubleQuotedTrue 18 JsonInput.BoolFieldDoubleQuotedTrue
19 JsonInput.BoolMapFieldKeyNotQuoted 19 JsonInput.BoolMapFieldKeyNotQuoted
20 JsonInput.BytesFieldNoPadding
21 JsonInput.DoubleFieldInfinityNotQuoted 20 JsonInput.DoubleFieldInfinityNotQuoted
22 JsonInput.DoubleFieldNanNotQuoted 21 JsonInput.DoubleFieldNanNotQuoted
23 JsonInput.DoubleFieldNegativeInfinityNotQuoted 22 JsonInput.DoubleFieldNegativeInfinityNotQuoted
24 JsonInput.EnumFieldNotQuoted 23 JsonInput.EnumFieldNotQuoted
25 JsonInput.EnumFieldNumericValueNonZero.JsonOutput
26 JsonInput.EnumFieldNumericValueNonZero.ProtobufOutput
27 JsonInput.EnumFieldNumericValueZero.JsonOutput
28 JsonInput.EnumFieldNumericValueZero.ProtobufOutput
29 JsonInput.EnumFieldUnknownValue.Validator
30 JsonInput.FieldMask.ProtobufOutput 24 JsonInput.FieldMask.ProtobufOutput
31 JsonInput.FieldMaskInvalidCharacter 25 JsonInput.FieldMaskInvalidCharacter
32 JsonInput.FieldNameDuplicate 26 JsonInput.FieldNameDuplicate
33 JsonInput.FieldNameDuplicateDifferentCasing1
34 JsonInput.FieldNameDuplicateDifferentCasing2
35 JsonInput.FieldNameInSnakeCase.JsonOutput 27 JsonInput.FieldNameInSnakeCase.JsonOutput
36 JsonInput.FieldNameNotQuoted 28 JsonInput.FieldNameNotQuoted
37 JsonInput.FieldNameWithMixedCases.JsonOutput
38 JsonInput.FloatFieldInfinityNotQuoted 29 JsonInput.FloatFieldInfinityNotQuoted
39 JsonInput.FloatFieldNanNotQuoted 30 JsonInput.FloatFieldNanNotQuoted
40 JsonInput.FloatFieldNegativeInfinityNotQuoted 31 JsonInput.FloatFieldNegativeInfinityNotQuoted
41 JsonInput.Int32FieldExponentialFormat.JsonOutput
42 JsonInput.Int32FieldExponentialFormat.ProtobufOutput
43 JsonInput.Int32FieldFloatTrailingZero.JsonOutput
44 JsonInput.Int32FieldFloatTrailingZero.ProtobufOutput
45 JsonInput.Int32FieldLeadingZero 32 JsonInput.Int32FieldLeadingZero
46 JsonInput.Int32FieldMaxFloatValue.JsonOutput
47 JsonInput.Int32FieldMaxFloatValue.ProtobufOutput
48 JsonInput.Int32FieldMinFloatValue.JsonOutput 33 JsonInput.Int32FieldMinFloatValue.JsonOutput
49 JsonInput.Int32FieldMinFloatValue.ProtobufOutput
50 JsonInput.Int32FieldMinValue.JsonOutput 34 JsonInput.Int32FieldMinValue.JsonOutput
51 JsonInput.Int32FieldNegativeWithLeadingZero 35 JsonInput.Int32FieldNegativeWithLeadingZero
52 JsonInput.Int32FieldPlusSign 36 JsonInput.Int32FieldPlusSign
53 JsonInput.Int32MapFieldKeyNotQuoted 37 JsonInput.Int32MapFieldKeyNotQuoted
54 JsonInput.Int64MapFieldKeyNotQuoted 38 JsonInput.Int64MapFieldKeyNotQuoted
55 JsonInput.JsonWithComments 39 JsonInput.JsonWithComments
56 JsonInput.MapFieldValueIsNull
57 JsonInput.OneofFieldDuplicate
58 JsonInput.OriginalProtoFieldName.JsonOutput 40 JsonInput.OriginalProtoFieldName.JsonOutput
59 JsonInput.RepeatedFieldMessageElementIsNull
60 JsonInput.RepeatedFieldPrimitiveElementIsNull
61 JsonInput.RepeatedFieldTrailingComma
62 JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotBool 41 JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotBool
63 JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotInt 42 JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotInt
64 JsonInput.StringFieldNotAString 43 JsonInput.StringFieldNotAString
65 JsonInput.StringFieldSurrogateInWrongOrder 44 JsonInput.StringFieldSurrogateInWrongOrder
66 JsonInput.StringFieldUnpairedHighSurrogate 45 JsonInput.StringFieldUnpairedHighSurrogate
67 JsonInput.StringFieldUnpairedLowSurrogate 46 JsonInput.StringFieldUnpairedLowSurrogate
68 JsonInput.StringFieldUppercaseEscapeLetter 47 JsonInput.StringFieldUppercaseEscapeLetter
69 JsonInput.Uint32FieldMaxFloatValue.JsonOutput
70 JsonInput.Uint32FieldMaxFloatValue.ProtobufOutput
71 JsonInput.Uint32MapFieldKeyNotQuoted 48 JsonInput.Uint32MapFieldKeyNotQuoted
72 JsonInput.Uint64MapFieldKeyNotQuoted 49 JsonInput.Uint64MapFieldKeyNotQuoted
73 JsonInput.ValueAcceptNull.JsonOutput
74 JsonInput.ValueAcceptNull.ProtobufOutput
OLDNEW
« no previous file with comments | « third_party/protobuf/conformance/failure_list_csharp.txt ('k') | third_party/protobuf/conformance/failure_list_objc.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698