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

Side by Side Diff: ppapi/native_client/tests/ppapi_simple_tests/file2.stdout

Issue 7740013: Cloning a bunch of stuff from the native_client repository at r6528 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1
2 "*** REPLAY PROLOG"
3
4 "*** REGISTER REPLAY METHODS"
5
6 "*** CREATE UPCALL SERVICE"
7
8 "*** INIT MODULE"
9 rpc call intiated PPP_InitializeModule:iihs:ii
10 input 0: i(0)
11 input 1: i(4444)
12 input 2: h(pepper_desc)
13 input 3: @LENGTHY_SERVICE_STRING
14 replaying PPB_GetInterface:s:i:
15 input 0: s("PPB_Core;1.0")
16 output 0: i(1)
17 rpc call complete PPP_InitializeModule:iihs:ii
18
19
20 "*** Load URL"
21 rpc call intiated PPP_Instance_DidCreate:iiCC:i
22 input 0: i(5555)
23 input 1: i(3)
24 input 2: C(23,chunk_size\x00url\x00to_file\x00)
25 input 3: C(16,10\x00myurl.html\x001\x00)
26 replaying PPB_GetInterface:s:i:
27 input 0: s("PPB_URLLoader;1.0")
28 output 0: i(1)
29 replaying PPB_URLLoader_Create:i:i:
30 input 0: i(5555)
31 output 0: i(34)
32 replaying PPB_GetInterface:s:i:
33 input 0: s("PPB_URLRequestInfo;1.0")
34 output 0: i(1)
35 replaying PPB_URLRequestInfo_Create:i:i:
36 input 0: i(5555)
37 output 0: i(30)
38 replaying PPB_GetInterface:s:i:
39 input 0: s("PPB_Var;1.0")
40 output 0: i(1)
41 replaying PPB_URLRequestInfo_SetProperty:iiC:i:
42 input 0: i(30)
43 input 1: i(0)
44 input 2: C(24,\x05\x00\x00\x00\n\x00\x00\x00myurl.html\x00\x00\x00\x00\x00\x00)
45 output 0: i(1)
46 replaying PPB_URLRequestInfo_SetProperty:iiC:i:
47 input 0: i(30)
48 input 1: i(3)
49 input 2: C(8,\x02\x00\x00\x00\x01\x00\x00\x00)
50 output 0: i(1)
51 replaying PPB_URLLoader_Open:iii:i:
52 input 0: i(34)
53 input 1: i(30)
54 input 2: i(1)
55 output 0: i(-1)
56 replaying PPB_Core_ReleaseResource:i::
57 input 0: i(30)
58 rpc call complete PPP_Instance_DidCreate:iiCC:i
59 output 0: i(1)
60
61
62 "*** async Open Callback"
63 rpc call intiated RunCompletionCallback:iiC:
64 input 0: i(1)
65 input 1: i(0)
66 input 2: C(0,)
67 replaying PPB_URLLoader_GetResponseInfo:i:i:
68 input 0: i(34)
69 output 0: i(38)
70 replaying PPB_GetInterface:s:i:
71 input 0: s("PPB_URLResponseInfo;1.0")
72 output 0: i(1)
73 replaying PPB_URLResponseInfo_GetProperty:ii:C:
74 input 0: i(38)
75 input 1: i(3)
76 output 0: C(8,\x03\x00\x00\x00\xc8\x00\x00\x00)
77 replaying PPB_GetInterface:s:i:
78 input 0: s("PPB_Messaging;1.0")
79 output 0: i(1)
80 replaying PPB_Messaging_PostMessage:iC::
81 input 0: i(5555)
82 input 1: C(48,\x05\x00\x00\x00!\x00\x00\x005555: Error: Finish unexpected rv\x0 0\x00\x00\x00\x00\x00\x00)
83 rpc call complete RunCompletionCallback:iiC:
84
85
86 "*** DONE"
87 rpc call intiated PPP_ShutdownModule::
88 rpc call complete PPP_ShutdownModule::
89
OLDNEW
« no previous file with comments | « ppapi/native_client/tests/ppapi_simple_tests/file2.stdin ('k') | ppapi/native_client/tests/ppapi_simple_tests/graphics2d.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698