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

Side by Side Diff: LayoutTests/inspector/debugger/async-callstack-promises-expected.txt

Issue 131823003: DevTools: Implement async call stacks for Promises. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: addressed Created 6 years, 11 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 Tests asynchronous call stacks for Promises.
2
3 Debugger was enabled.
4 Set timer for test function.
5 Captured call stacks in no particular order:
6 Call stack:
7 0) afterJSONStringifyAndParse (async-callstack-promises.html:97)
8 [Promise.resolve]
9 0) resolvePromise (async-callstack-promises.html:12)
10 [setTimeout]
11 0) promiseCallback (async-callstack-promises.html:21)
12 1) timeoutPromise (async-callstack-promises.html:9)
13 2) doTestChainedPromises (async-callstack-promises.html:93)
14 3) testFunctionTimeout (async-callstack-promises.html:50)
15 [setTimeout]
16 0) testFunction (async-callstack-promises.html:43)
17
18 Call stack:
19 0) catchCallback (async-callstack-promises.html:118)
20 [Promise.resolve]
21 0) resolvePromise (async-callstack-promises.html:12)
22 [setTimeout]
23 0) promiseCallback (async-callstack-promises.html:21)
24 1) timeoutPromise (async-callstack-promises.html:9)
25 2) chained1 (async-callstack-promises.html:110)
26 [Promise.resolve]
27 0) resolvePromise (async-callstack-promises.html:12)
28 [setTimeout]
29 0) promiseCallback (async-callstack-promises.html:21)
30 1) timeoutPromise (async-callstack-promises.html:9)
31 2) doTestThrowFromChain (async-callstack-promises.html:109)
32 3) testFunctionTimeout (async-callstack-promises.html:50)
33
34 Call stack:
35 0) catchCallback (async-callstack-promises.html:130)
36 [Promise.reject]
37 0) rejectPromise (async-callstack-promises.html:16)
38 [setTimeout]
39 0) promiseCallback (async-callstack-promises.html:19)
40 1) timeoutPromise (async-callstack-promises.html:9)
41 2) chained3 (async-callstack-promises.html:126)
42 [Promise.resolve]
43 0) resolvePromise (async-callstack-promises.html:12)
44 [setTimeout]
45 0) promiseCallback (async-callstack-promises.html:21)
46 1) timeoutPromise (async-callstack-promises.html:9)
47 2) chained2 (async-callstack-promises.html:124)
48
49 Call stack:
50 0) chained1 (async-callstack-promises.html:80)
51 [Promise.resolve]
52 0) resolvePromise (async-callstack-promises.html:12)
53 [setTimeout]
54 0) promiseCallback (async-callstack-promises.html:21)
55 1) timeoutPromise (async-callstack-promises.html:9)
56 2) doTestChainedPromises (async-callstack-promises.html:79)
57 3) testFunctionTimeout (async-callstack-promises.html:50)
58 [setTimeout]
59 0) testFunction (async-callstack-promises.html:43)
60
61 Call stack:
62 0) chained2 (async-callstack-promises.html:83)
63 [Promise.resolve]
64 0) resolvePromise (async-callstack-promises.html:12)
65 [setTimeout]
66 0) promiseCallback (async-callstack-promises.html:21)
67 1) timeoutPromise (async-callstack-promises.html:9)
68 2) chained1 (async-callstack-promises.html:81)
69 [Promise.resolve]
70 0) resolvePromise (async-callstack-promises.html:12)
71 [setTimeout]
72 0) promiseCallback (async-callstack-promises.html:21)
73 1) timeoutPromise (async-callstack-promises.html:9)
74 2) doTestChainedPromises (async-callstack-promises.html:79)
75 3) testFunctionTimeout (async-callstack-promises.html:50)
76
77 Call stack:
78 0) chained3 (async-callstack-promises.html:86)
79 [Promise.resolve]
80 0) resolvePromise (async-callstack-promises.html:12)
81 [setTimeout]
82 0) promiseCallback (async-callstack-promises.html:21)
83 1) timeoutPromise (async-callstack-promises.html:9)
84 2) chained1 (async-callstack-promises.html:81)
85 [Promise.resolve]
86 0) resolvePromise (async-callstack-promises.html:12)
87 [setTimeout]
88 0) promiseCallback (async-callstack-promises.html:21)
89 1) timeoutPromise (async-callstack-promises.html:9)
90 2) doTestChainedPromises (async-callstack-promises.html:79)
91 3) testFunctionTimeout (async-callstack-promises.html:50)
92
93 Call stack:
94 0) chained4 (async-callstack-promises.html:89)
95 [Promise.resolve]
96 0) resolvePromise (async-callstack-promises.html:12)
97 [setTimeout]
98 0) promiseCallback (async-callstack-promises.html:21)
99 1) timeoutPromise (async-callstack-promises.html:9)
100 2) chained1 (async-callstack-promises.html:81)
101 [Promise.resolve]
102 0) resolvePromise (async-callstack-promises.html:12)
103 [setTimeout]
104 0) promiseCallback (async-callstack-promises.html:21)
105 1) timeoutPromise (async-callstack-promises.html:9)
106 2) doTestChainedPromises (async-callstack-promises.html:79)
107 3) testFunctionTimeout (async-callstack-promises.html:50)
108
109 Call stack:
110 0) errorCallback (async-callstack-promises.html:60)
111 [Promise.reject]
112 0) doTestPromiseResolveAndReject (async-callstack-promises.html:137)
113 1) testFunctionTimeout (async-callstack-promises.html:50)
114 [setTimeout]
115 0) testFunction (async-callstack-promises.html:43)
116
117 Call stack:
118 0) errorCallback (async-callstack-promises.html:60)
119 [Promise.reject]
120 0) doTestSettledPromises (async-callstack-promises.html:74)
121 1) testFunctionTimeout (async-callstack-promises.html:50)
122 [setTimeout]
123 0) testFunction (async-callstack-promises.html:43)
124
125 Call stack:
126 0) promiseCallback (async-callstack-promises.html:67)
127 1) doTestPromiseConstructor (async-callstack-promises.html:65)
128 2) testFunctionTimeout (async-callstack-promises.html:50)
129 [setTimeout]
130 0) testFunction (async-callstack-promises.html:43)
131
132 Call stack:
133 0) thenCallback (async-callstack-promises.html:55)
134 [Promise.resolve]
135 0) doTestPromiseResolveAndReject (async-callstack-promises.html:136)
136 1) testFunctionTimeout (async-callstack-promises.html:50)
137 [setTimeout]
138 0) testFunction (async-callstack-promises.html:43)
139
140 Call stack:
141 0) thenCallback (async-callstack-promises.html:55)
142 [Promise.resolve]
143 0) doTestSettledPromises (async-callstack-promises.html:73)
144 1) testFunctionTimeout (async-callstack-promises.html:50)
145 [setTimeout]
146 0) testFunction (async-callstack-promises.html:43)
147
148 Call stack:
149 0) thenCallback (async-callstack-promises.html:55)
150 [Promise.resolve]
151 0) resolvePromise (async-callstack-promises.html:12)
152 [setTimeout]
153 0) promiseCallback (async-callstack-promises.html:21)
154 1) timeoutPromise (async-callstack-promises.html:9)
155 2) chained4 (async-callstack-promises.html:90)
156 [Promise.resolve]
157 0) resolvePromise (async-callstack-promises.html:12)
158 [setTimeout]
159 0) promiseCallback (async-callstack-promises.html:21)
160 1) timeoutPromise (async-callstack-promises.html:9)
161 2) chained1 (async-callstack-promises.html:81)
162
163 Call stack:
164 0) thenCallback (async-callstack-promises.html:55)
165 [Promise.resolve]
166 0) resolvePromise (async-callstack-promises.html:12)
167 [setTimeout]
168 0) promiseCallback (async-callstack-promises.html:21)
169 1) timeoutPromise (async-callstack-promises.html:9)
170 2) map ((internal script):(line number))
171 3) doTestPromiseAll (async-callstack-promises.html:103)
172 4) testFunctionTimeout (async-callstack-promises.html:50)
173 [setTimeout]
174 0) testFunction (async-callstack-promises.html:43)
175
176 Debugger was disabled.
177
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698