Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Unified Diff: mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd7_too_few_array_elements.data

Issue 466613002: Add validation logic for non-nullable types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd7_too_few_array_elements.data
diff --git a/mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd7_too_few_array_elements.data b/mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd7_too_few_array_elements.data
index 861e74ff1f3a6e860b594e23d4ac1b37286efe32..bf1ddd5f5b1d313d0c37a7b1335625876b072d55 100644
--- a/mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd7_too_few_array_elements.data
+++ b/mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd7_too_few_array_elements.data
@@ -8,22 +8,21 @@
[u4]2 // num_fields
[dist8]param0_ptr // param0
[dist8]param1_ptr // param1
-[u8]0 // padding
[anchr]method7_params
[anchr]param0_ptr
-[dist4]struct_c // num_bytes
+[dist4]struct_f // num_bytes
[u4]1 // num_fields
-[dist8]array_ptr // array
-[anchr]struct_c
+[dist8]array_ptr // fixed_size_array
+[anchr]struct_f
[anchr]array_ptr
[dist4]array_member // num_bytes
-[u4]2 // num_elements
+[u4]2 // num_elements: Too few elements.
0 1
[anchr]array_member
-[u4]0 [u1]0 [u1]0 // padding for alignment of next array
+[u4]0 [u1]0 [u1]0 // Padding for alignment of next array.
[anchr]param1_ptr
[dist4]array_param // num_bytes

Powered by Google App Engine
This is Rietveld 408576698