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

Side by Side Diff: mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd7_good.data

Issue 2745293005: Moving mojo/validation test into LayoutTests (Closed)
Patch Set: remove old data files Created 3 years, 9 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 unified diff | Download patch
OLDNEW
(Empty)
1 [dist4]message_header // num_bytes
2 [u4]0 // version
3 [u4]0 // interface ID
4 [u4]7 // name
5 [u4]0 // flags
6 [u4]0 // padding
7 [anchr]message_header
8
9 [dist4]method7_params // num_bytes
10 [u4]0 // version
11 [dist8]param0_ptr // param0
12 [dist8]param1_ptr // param1
13 [anchr]method7_params
14
15 [anchr]param0_ptr
16 [dist4]struct_f // num_bytes
17 [u4]0 // version
18 [dist8]array_ptr // fixed_size_array
19 [anchr]struct_f
20
21 [anchr]array_ptr
22 [dist4]array_member // num_bytes
23 [u4]3 // num_elements
24 0 1 2
25 [anchr]array_member
26
27 [u4]0 [u1]0 // Padding to make the next array aligned properly.
28
29 [anchr]param1_ptr
30 [dist4]array_param // num_bytes
31 [u4]2 // num_elements
32 [u8]0 // A null pointer, which is okay.
33 [dist8]array_element_ptr
34 [anchr]array_param
35
36 [anchr]array_element_ptr
37 [dist4]array_element // num_bytes
38 [u4]3 // num_elements
39 0 1 2
40 [anchr]array_element
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698