aboutsummaryrefslogtreecommitdiffhomepage
path: root/conformance/failure_list_objc.txt
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2016-08-11 09:44:07 -0400
committerGravatar GitHub <noreply@github.com>2016-08-11 09:44:07 -0400
commitac3df39c228c85091dde579b7ccd7b516c76e8fa (patch)
tree24d597d19c732c00001756caac8353cf6c22ad7f /conformance/failure_list_objc.txt
parent30bbbe99e220cb872f5d6c60f5156233bb408d79 (diff)
Add conformance test for zero fields in oneofs. (#1939)
* Add conformance test for zero fields in oneofs. * Add failures to the "expected" files.
Diffstat (limited to 'conformance/failure_list_objc.txt')
-rw-r--r--conformance/failure_list_objc.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/conformance/failure_list_objc.txt b/conformance/failure_list_objc.txt
index 5dac3501..ec7898cd 100644
--- a/conformance/failure_list_objc.txt
+++ b/conformance/failure_list_objc.txt
@@ -1,4 +1,6 @@
-# No tests currently failing.
+ProtobufInput.OneofZeroBytes.ProtobufOutput
+ProtobufInput.OneofZeroString.ProtobufOutput
+ProtobufInput.OneofZeroUint32.ProtobufOutput
#
# json input or output tests are skipped (in conformance_objc.m) as mobile
# platforms don't support json wire format to avoid code bloat.