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

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

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