aboutsummaryrefslogtreecommitdiff
path: root/conformance/failure_list_objc.txt
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2016-08-11 10:37:02 -0400
committerThomas Van Lenten <thomasvl@google.com>2016-08-11 13:14:15 -0400
commitca5b7751e5bb5a8dc5694844925f371bf3b34426 (patch)
tree693ef524f7f980d60c0f4ba9213009b279bd79ca /conformance/failure_list_objc.txt
parentac3df39c228c85091dde579b7ccd7b516c76e8fa (diff)
downloadprotobuf-ca5b7751e5bb5a8dc5694844925f371bf3b34426.tar.gz
protobuf-ca5b7751e5bb5a8dc5694844925f371bf3b34426.tar.bz2
protobuf-ca5b7751e5bb5a8dc5694844925f371bf3b34426.zip
Record zero for "has" for proto3 if in a oneof.
If a message is proto3, then the zero values still count as being set one the field is in a oneof. Add tests to confirm oneofs work as expected in both syntaxes.
Diffstat (limited to 'conformance/failure_list_objc.txt')
-rw-r--r--conformance/failure_list_objc.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/conformance/failure_list_objc.txt b/conformance/failure_list_objc.txt
index ec7898cd..dd538c10 100644
--- a/conformance/failure_list_objc.txt
+++ b/conformance/failure_list_objc.txt
@@ -1,6 +1,4 @@
-ProtobufInput.OneofZeroBytes.ProtobufOutput
-ProtobufInput.OneofZeroString.ProtobufOutput
-ProtobufInput.OneofZeroUint32.ProtobufOutput
+# All tests currently passing.
#
-# json input or output tests are skipped (in conformance_objc.m) as mobile
-# platforms don't support json wire format to avoid code bloat.
+# JSON input or output tests are skipped (in conformance_objc.m) as mobile
+# platforms don't support JSON wire format to avoid code bloat.