aboutsummaryrefslogtreecommitdiff
path: root/conformance/failure_list_cpp.txt
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2015-07-13 09:50:01 -0700
committerJoshua Haberman <jhaberman@gmail.com>2015-07-13 09:50:01 -0700
commita3ca1fa4bf4d3e4b0958f96034c9be9d82c7a1d2 (patch)
treeda6aab20d86574dee821130e36741d02ccfd83c2 /conformance/failure_list_cpp.txt
parentfe50044041e8b8bc6b8d8183e8d043ed6dba403e (diff)
parentb0500b37b231b8f93a5b1b95e23d13830e11eb07 (diff)
downloadprotobuf-a3ca1fa4bf4d3e4b0958f96034c9be9d82c7a1d2.tar.gz
protobuf-a3ca1fa4bf4d3e4b0958f96034c9be9d82c7a1d2.tar.bz2
protobuf-a3ca1fa4bf4d3e4b0958f96034c9be9d82c7a1d2.zip
Merge pull request #588 from haberman/conformance-json
Added support for JSON and valid input to conformance tests.
Diffstat (limited to 'conformance/failure_list_cpp.txt')
-rw-r--r--conformance/failure_list_cpp.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/conformance/failure_list_cpp.txt b/conformance/failure_list_cpp.txt
index d792eddd..53d90c99 100644
--- a/conformance/failure_list_cpp.txt
+++ b/conformance/failure_list_cpp.txt
@@ -7,15 +7,15 @@
# TODO(haberman): insert links to corresponding bugs tracking the issue.
# Should we use GitHub issues or the Google-internal bug tracker?
-PrematureEofBeforeKnownRepeatedValue.MESSAGE
-PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSAGE
-PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE
-PrematureEofInPackedField.BOOL
-PrematureEofInPackedField.ENUM
-PrematureEofInPackedField.INT32
-PrematureEofInPackedField.INT64
-PrematureEofInPackedField.SINT32
-PrematureEofInPackedField.SINT64
-PrematureEofInPackedField.UINT32
-PrematureEofInPackedField.UINT64
-PrematureEofInsideKnownRepeatedValue.MESSAGE
+ProtobufInput.PrematureEofBeforeKnownRepeatedValue.MESSAGE
+ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSAGE
+ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE
+ProtobufInput.PrematureEofInPackedField.BOOL
+ProtobufInput.PrematureEofInPackedField.ENUM
+ProtobufInput.PrematureEofInPackedField.INT32
+ProtobufInput.PrematureEofInPackedField.INT64
+ProtobufInput.PrematureEofInPackedField.SINT32
+ProtobufInput.PrematureEofInPackedField.SINT64
+ProtobufInput.PrematureEofInPackedField.UINT32
+ProtobufInput.PrematureEofInPackedField.UINT64
+ProtobufInput.PrematureEofInsideKnownRepeatedValue.MESSAGE