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

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

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component Created 4 years 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 Recommended.FieldMaskNumbersDontRoundTrip.JsonOutput
8 FieldMaskPathsDontRoundTrip.JsonOutput 8 Recommended.FieldMaskPathsDontRoundTrip.JsonOutput
9 FieldMaskTooManyUnderscore.JsonOutput 9 Recommended.FieldMaskTooManyUnderscore.JsonOutput
10 JsonInput.AnyWithFieldMask.ProtobufOutput 10 Recommended.JsonInput.BoolFieldAllCapitalFalse
11 JsonInput.AnyWithValueForInteger.JsonOutput 11 Recommended.JsonInput.BoolFieldAllCapitalTrue
12 JsonInput.AnyWithValueForJsonObject.JsonOutput 12 Recommended.JsonInput.BoolFieldCamelCaseFalse
13 JsonInput.BoolFieldAllCapitalFalse 13 Recommended.JsonInput.BoolFieldCamelCaseTrue
14 JsonInput.BoolFieldAllCapitalTrue 14 Recommended.JsonInput.BoolFieldDoubleQuotedFalse
15 JsonInput.BoolFieldCamelCaseFalse 15 Recommended.JsonInput.BoolFieldDoubleQuotedTrue
16 JsonInput.BoolFieldCamelCaseTrue 16 Recommended.JsonInput.BoolMapFieldKeyNotQuoted
17 JsonInput.BoolFieldDoubleQuotedFalse 17 Recommended.JsonInput.DoubleFieldInfinityNotQuoted
18 JsonInput.BoolFieldDoubleQuotedTrue 18 Recommended.JsonInput.DoubleFieldNanNotQuoted
19 JsonInput.BoolMapFieldKeyNotQuoted 19 Recommended.JsonInput.DoubleFieldNegativeInfinityNotQuoted
20 JsonInput.DoubleFieldInfinityNotQuoted 20 Recommended.JsonInput.FieldMaskInvalidCharacter
21 JsonInput.DoubleFieldNanNotQuoted 21 Recommended.JsonInput.FieldNameDuplicate
22 JsonInput.DoubleFieldNegativeInfinityNotQuoted 22 Recommended.JsonInput.FieldNameNotQuoted
23 JsonInput.EnumFieldNotQuoted 23 Recommended.JsonInput.FloatFieldInfinityNotQuoted
24 JsonInput.FieldMask.ProtobufOutput 24 Recommended.JsonInput.FloatFieldNanNotQuoted
25 JsonInput.FieldMaskInvalidCharacter 25 Recommended.JsonInput.FloatFieldNegativeInfinityNotQuoted
26 JsonInput.FieldNameDuplicate 26 Recommended.JsonInput.Int32MapFieldKeyNotQuoted
27 JsonInput.FieldNameInSnakeCase.JsonOutput 27 Recommended.JsonInput.Int64MapFieldKeyNotQuoted
28 JsonInput.FieldNameNotQuoted 28 Recommended.JsonInput.JsonWithComments
29 JsonInput.FloatFieldInfinityNotQuoted 29 Recommended.JsonInput.StringFieldSingleQuoteBoth
30 JsonInput.FloatFieldNanNotQuoted 30 Recommended.JsonInput.StringFieldSingleQuoteKey
31 JsonInput.FloatFieldNegativeInfinityNotQuoted 31 Recommended.JsonInput.StringFieldSingleQuoteValue
32 JsonInput.Int32FieldLeadingZero 32 Recommended.JsonInput.StringFieldSurrogateInWrongOrder
33 JsonInput.Int32FieldMinFloatValue.JsonOutput 33 Recommended.JsonInput.StringFieldUnpairedHighSurrogate
34 JsonInput.Int32FieldMinValue.JsonOutput 34 Recommended.JsonInput.StringFieldUnpairedLowSurrogate
35 JsonInput.Int32FieldNegativeWithLeadingZero 35 Recommended.JsonInput.Uint32MapFieldKeyNotQuoted
36 JsonInput.Int32FieldPlusSign 36 Recommended.JsonInput.Uint64MapFieldKeyNotQuoted
37 JsonInput.Int32MapFieldKeyNotQuoted 37 Required.JsonInput.EnumFieldNotQuoted
38 JsonInput.Int64MapFieldKeyNotQuoted 38 Required.JsonInput.Int32FieldLeadingZero
39 JsonInput.JsonWithComments 39 Required.JsonInput.Int32FieldNegativeWithLeadingZero
40 JsonInput.OriginalProtoFieldName.JsonOutput 40 Required.JsonInput.Int32FieldPlusSign
41 JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotBool 41 Required.JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotBool
42 JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotInt 42 Required.JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotInt
43 JsonInput.StringFieldNotAString 43 Required.JsonInput.StringFieldNotAString
44 JsonInput.StringFieldSurrogateInWrongOrder 44 Required.ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSA GE
45 JsonInput.StringFieldUnpairedHighSurrogate 45 Required.ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE
46 JsonInput.StringFieldUnpairedLowSurrogate
47 JsonInput.StringFieldUppercaseEscapeLetter
48 JsonInput.Uint32MapFieldKeyNotQuoted
49 JsonInput.Uint64MapFieldKeyNotQuoted
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