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

Unified Diff: mojo/public/interfaces/bindings/tests/data/validate_header_good_simple.data

Issue 318123003: Add input data parser for Mojo message validation tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase3 Created 6 years, 6 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
« no previous file with comments | « mojo/public/interfaces/bindings/tests/data/validate_header_bad_zeros.data ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/interfaces/bindings/tests/data/validate_header_good_simple.data
diff --git a/mojo/public/interfaces/bindings/tests/data/validate_header_good_simple.data b/mojo/public/interfaces/bindings/tests/data/validate_header_good_simple.data
index c37c5690a44ae0731dced1201015c46003b2974a..43d3a3752101cace61ab90b69c932dd1eaca493a 100644
--- a/mojo/public/interfaces/bindings/tests/data/validate_header_good_simple.data
+++ b/mojo/public/interfaces/bindings/tests/data/validate_header_good_simple.data
@@ -1,4 +1,5 @@
-0x10 0x00 0x00 0x00
-0x02 0x00 0x00 0x00
-0x00 0x00 0x00 0x00
-0x00 0x00 0x00 0x00
+[dist4]message_header // num_bytes
+[u4]2 // num_fields
+[u4]0 // name
+[u4]0 // flags
+[anchr]message_header
« no previous file with comments | « mojo/public/interfaces/bindings/tests/data/validate_header_bad_zeros.data ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698