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

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: 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) catchCallback (async-callstack-promises.html:111)
8 [Promise.Fulfilled]
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) chained1 (async-callstack-promises.html:103)
14 [Promise.Fulfilled]
15 0) resolvePromise (async-callstack-promises.html:12)
16 [setTimeout]
17 0) promiseCallback (async-callstack-promises.html:21)
18 1) timeoutPromise (async-callstack-promises.html:9)
19 2) doTestThrowFromChain (async-callstack-promises.html:102)
20 3) testFunctionTimeout (async-callstack-promises.html:50)
21
22 Call stack:
23 0) catchCallback (async-callstack-promises.html:123)
24 [Promise.Rejected]
25 0) rejectPromise (async-callstack-promises.html:16)
26 [setTimeout]
27 0) promiseCallback (async-callstack-promises.html:19)
28 1) timeoutPromise (async-callstack-promises.html:9)
29 2) chained3 (async-callstack-promises.html:119)
30 [Promise.Fulfilled]
31 0) resolvePromise (async-callstack-promises.html:12)
32 [setTimeout]
33 0) promiseCallback (async-callstack-promises.html:21)
34 1) timeoutPromise (async-callstack-promises.html:9)
35 2) chained2 (async-callstack-promises.html:117)
36
37 Call stack:
38 0) chained1 (async-callstack-promises.html:80)
39 [Promise.Fulfilled]
40 0) resolvePromise (async-callstack-promises.html:12)
41 [setTimeout]
42 0) promiseCallback (async-callstack-promises.html:21)
43 1) timeoutPromise (async-callstack-promises.html:9)
44 2) doTestChainedPromises (async-callstack-promises.html:79)
45 3) testFunctionTimeout (async-callstack-promises.html:50)
46 [setTimeout]
47 0) testFunction (async-callstack-promises.html:43)
48
49 Call stack:
50 0) chained2 (async-callstack-promises.html:83)
51 [Promise.Fulfilled]
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) chained1 (async-callstack-promises.html:81)
57 [Promise.Fulfilled]
58 0) resolvePromise (async-callstack-promises.html:12)
59 [setTimeout]
60 0) promiseCallback (async-callstack-promises.html:21)
61 1) timeoutPromise (async-callstack-promises.html:9)
62 2) doTestChainedPromises (async-callstack-promises.html:79)
63 3) testFunctionTimeout (async-callstack-promises.html:50)
64
65 Call stack:
66 0) chained3 (async-callstack-promises.html:86)
67 [Promise.Fulfilled]
68 0) resolvePromise (async-callstack-promises.html:12)
69 [setTimeout]
70 0) promiseCallback (async-callstack-promises.html:21)
71 1) timeoutPromise (async-callstack-promises.html:9)
72 2) chained1 (async-callstack-promises.html:81)
73 [Promise.Fulfilled]
74 0) resolvePromise (async-callstack-promises.html:12)
75 [setTimeout]
76 0) promiseCallback (async-callstack-promises.html:21)
77 1) timeoutPromise (async-callstack-promises.html:9)
78 2) doTestChainedPromises (async-callstack-promises.html:79)
79 3) testFunctionTimeout (async-callstack-promises.html:50)
80
81 Call stack:
82 0) chained4 (async-callstack-promises.html:89)
83 [Promise.Fulfilled]
84 0) resolvePromise (async-callstack-promises.html:12)
85 [setTimeout]
86 0) promiseCallback (async-callstack-promises.html:21)
87 1) timeoutPromise (async-callstack-promises.html:9)
88 2) chained1 (async-callstack-promises.html:81)
89 [Promise.Fulfilled]
90 0) resolvePromise (async-callstack-promises.html:12)
91 [setTimeout]
92 0) promiseCallback (async-callstack-promises.html:21)
93 1) timeoutPromise (async-callstack-promises.html:9)
94 2) doTestChainedPromises (async-callstack-promises.html:79)
95 3) testFunctionTimeout (async-callstack-promises.html:50)
96
97 Call stack:
98 0) errorCallback (async-callstack-promises.html:60)
99 [Promise.Rejected]
100 0) doTestSettledPromises (async-callstack-promises.html:74)
101 1) testFunctionTimeout (async-callstack-promises.html:50)
102 [setTimeout]
103 0) testFunction (async-callstack-promises.html:43)
104
105 Call stack:
106 0) promiseCallback (async-callstack-promises.html:67)
107 1) doTestPromiseConstructor (async-callstack-promises.html:65)
108 2) testFunctionTimeout (async-callstack-promises.html:50)
109 [setTimeout]
110 0) testFunction (async-callstack-promises.html:43)
111
112 Call stack:
113 0) thenCallback (async-callstack-promises.html:55)
114 [Promise.Fulfilled]
115 0) doTestSettledPromises (async-callstack-promises.html:73)
116 1) testFunctionTimeout (async-callstack-promises.html:50)
117 [setTimeout]
118 0) testFunction (async-callstack-promises.html:43)
119
120 Call stack:
121 0) thenCallback (async-callstack-promises.html:55)
122 [Promise.Fulfilled]
123 0) resolvePromise (async-callstack-promises.html:12)
124 [setTimeout]
125 0) promiseCallback (async-callstack-promises.html:21)
126 1) timeoutPromise (async-callstack-promises.html:9)
127 2) chained4 (async-callstack-promises.html:90)
128 [Promise.Fulfilled]
129 0) resolvePromise (async-callstack-promises.html:12)
130 [setTimeout]
131 0) promiseCallback (async-callstack-promises.html:21)
132 1) timeoutPromise (async-callstack-promises.html:9)
133 2) chained1 (async-callstack-promises.html:81)
134
135 Call stack:
136 0) thenCallback (async-callstack-promises.html:55)
137 [Promise.Fulfilled]
138 0) resolvePromise (async-callstack-promises.html:12)
139 [setTimeout]
140 0) promiseCallback (async-callstack-promises.html:21)
141 1) timeoutPromise (async-callstack-promises.html:9)
142 2) map ((internal script):(line number))
143 3) doTestPromiseAll (async-callstack-promises.html:96)
144 4) testFunctionTimeout (async-callstack-promises.html:50)
145 [setTimeout]
146 0) testFunction (async-callstack-promises.html:43)
147
148 Debugger was disabled.
149
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698