From ca5b7751e5bb5a8dc5694844925f371bf3b34426 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Thu, 11 Aug 2016 10:37:02 -0400 Subject: 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. --- conformance/failure_list_objc.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'conformance/failure_list_objc.txt') 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. -- cgit v1.2.3