aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2016-09-22 01:04:02 +0000
committerBo Yang <teboring@google.com>2016-09-22 01:04:02 +0000
commitbee5213b00ca853d7406cc812bc58713ba3b781a (patch)
tree877a7f4fda82bd0df563d812e514375d79f46d92
parent525c6327ab45c60bcd7804804eb0dd74c0ba86fe (diff)
downloadprotobuf-bee5213b00ca853d7406cc812bc58713ba3b781a.tar.gz
protobuf-bee5213b00ca853d7406cc812bc58713ba3b781a.tar.bz2
protobuf-bee5213b00ca853d7406cc812bc58713ba3b781a.zip
Fix bugs for internal integration.
-rw-r--r--conformance/failure_list_java.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/conformance/failure_list_java.txt b/conformance/failure_list_java.txt
index 440696db..c9007d68 100644
--- a/conformance/failure_list_java.txt
+++ b/conformance/failure_list_java.txt
@@ -19,8 +19,6 @@ Recommended.JsonInput.DoubleFieldNanNotQuoted
Recommended.JsonInput.DoubleFieldNegativeInfinityNotQuoted
Recommended.JsonInput.FieldMaskInvalidCharacter
Recommended.JsonInput.FieldNameDuplicate
-Recommended.JsonInput.FieldNameInLowerCamelCase.Validator
-Recommended.JsonInput.FieldNameInSnakeCase.ProtobufOutput
Recommended.JsonInput.FieldNameNotQuoted
Recommended.JsonInput.FieldNameWithDoubleUnderscores.JsonOutput
Recommended.JsonInput.FieldNameWithDoubleUnderscores.ProtobufOutput
@@ -37,10 +35,12 @@ Recommended.JsonInput.StringFieldSingleQuoteValue
Recommended.JsonInput.StringFieldSurrogateInWrongOrder
Recommended.JsonInput.StringFieldUnpairedHighSurrogate
Recommended.JsonInput.StringFieldUnpairedLowSurrogate
-Recommended.JsonInput.StringFieldUppercaseEscapeLetter
Recommended.JsonInput.Uint32MapFieldKeyNotQuoted
Recommended.JsonInput.Uint64MapFieldKeyNotQuoted
Required.JsonInput.EnumFieldNotQuoted
+Required.JsonInput.FieldNameInLowerCamelCase.Validator
+Required.JsonInput.FieldNameInSnakeCase.JsonOutput
+Required.JsonInput.FieldNameInSnakeCase.ProtobufOutput
Required.JsonInput.Int32FieldLeadingZero
Required.JsonInput.Int32FieldNegativeWithLeadingZero
Required.JsonInput.Int32FieldPlusSign