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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/filesystem/async-callstack-filesystem-expected.txt

Issue 1857713004: DevTools: simplify the async instrumentation harness. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 Tests asynchronous call stacks for FileSystem API.
2
3 Set timer for test function.
4 Captured call stacks in no particular order:
5 Call stack:
6 0) expectError (async-callstack-filesystem.html:36)
7 [FileSystem]
8 0) timeout (async-callstack-filesystem.html:31)
9 [setTimeout]
10 0) testFunction (async-callstack-filesystem.html:25)
11 [setTimeout]
12 0) scheduleTestFunction (debugger-test.js:3)
13 <... skipped remaining frames ...>
14
15 Call stack:
16 0) onFileCreated (async-callstack-filesystem.html:51)
17 [FileSystem]
18 0) onInitFileSystem (async-callstack-filesystem.html:45)
19 [FileSystem]
20 0) expectError (async-callstack-filesystem.html:37)
21 [FileSystem]
22 0) timeout (async-callstack-filesystem.html:31)
23 [setTimeout]
24 0) testFunction (async-callstack-filesystem.html:25)
25
26 Call stack:
27 0) onFileDeleted (async-callstack-filesystem.html:93)
28 [FileSystem]
29 0) deleteTmpFile (async-callstack-filesystem.html:88)
30 1) onFileReadEnd (async-callstack-filesystem.html:83)
31 [FileReader]
32 0) onFileEntryFile (async-callstack-filesystem.html:76)
33 [FileSystem]
34 0) onFileWriteEnd (async-callstack-filesystem.html:67)
35 [FileWriter]
36 0) onFileWriterCreated (async-callstack-filesystem.html:61)
37
38 Call stack:
39 0) onFileEntryFile (async-callstack-filesystem.html:72)
40 [FileSystem]
41 0) onFileWriteEnd (async-callstack-filesystem.html:67)
42 [FileWriter]
43 0) onFileWriterCreated (async-callstack-filesystem.html:61)
44 [FileSystem]
45 0) onFileCreated (async-callstack-filesystem.html:52)
46 [FileSystem]
47 0) onInitFileSystem (async-callstack-filesystem.html:45)
48
49 Call stack:
50 0) onFileReadEnd (async-callstack-filesystem.html:82)
51 [FileReader]
52 0) onFileEntryFile (async-callstack-filesystem.html:76)
53 [FileSystem]
54 0) onFileWriteEnd (async-callstack-filesystem.html:67)
55 [FileWriter]
56 0) onFileWriterCreated (async-callstack-filesystem.html:61)
57 [FileSystem]
58 0) onFileCreated (async-callstack-filesystem.html:52)
59
60 Call stack:
61 0) onFileWriteEnd (async-callstack-filesystem.html:66)
62 [FileWriter]
63 0) onFileWriterCreated (async-callstack-filesystem.html:61)
64 [FileSystem]
65 0) onFileCreated (async-callstack-filesystem.html:52)
66 [FileSystem]
67 0) onInitFileSystem (async-callstack-filesystem.html:45)
68 [FileSystem]
69 0) expectError (async-callstack-filesystem.html:37)
70
71 Call stack:
72 0) onFileWriterCreated (async-callstack-filesystem.html:57)
73 [FileSystem]
74 0) onFileCreated (async-callstack-filesystem.html:52)
75 [FileSystem]
76 0) onInitFileSystem (async-callstack-filesystem.html:45)
77 [FileSystem]
78 0) expectError (async-callstack-filesystem.html:37)
79 [FileSystem]
80 0) timeout (async-callstack-filesystem.html:31)
81
82 Call stack:
83 0) onInitFileSystem (async-callstack-filesystem.html:43)
84 [FileSystem]
85 0) expectError (async-callstack-filesystem.html:37)
86 [FileSystem]
87 0) timeout (async-callstack-filesystem.html:31)
88 [setTimeout]
89 0) testFunction (async-callstack-filesystem.html:25)
90 [setTimeout]
91 0) scheduleTestFunction (debugger-test.js:3)
92 <... skipped remaining frames ...>
93
94
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698