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

Side by Side Diff: test/inspector/debugger/async-step-into-for-promise-expected.txt

Issue 2655253004: [inspector] introduced stepIntoAsync for chained callbacks (Closed)
Patch Set: addressed Yang's comment Created 3 years, 10 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 Checks Protocol.Debugger.stepIntoAsync() for promises
2
3 Running test: testPromiseThen
4 reason: other
5 promiseThen (test.js:17:2)
6 (anonymous) (expr.js:0:0)
7 executing stepInto
8
9 reason: other
10 promiseThen (test.js:18:14)
11 (anonymous) (expr.js:0:0)
12 executing stepInto
13
14 reason: callbackScheduled
15 promiseThen (test.js:18:14)
16 (anonymous) (expr.js:0:0)
17 executing stepIntoAsync
18
19 reason: other
20 foo1 (test.js:8:13)
21 -- Promise.resolve (test.js:18:14)--
22 promiseThen (test.js:19:2)
23 (anonymous) (expr.js:0:0)
24 executing resume
25
26
27 Running test: testPromiseThenWithoutAssignment
28 reason: other
29 promiseThenWithoutAssignment (test.js:29:2)
30 (anonymous) (expr.js:0:0)
31 executing stepInto
32
33 reason: other
34 promiseThenWithoutAssignment (test.js:30:2)
35 (anonymous) (expr.js:0:0)
36 executing stepInto
37
38 reason: callbackScheduled
39 promiseThenWithoutAssignment (test.js:30:5)
40 (anonymous) (expr.js:0:0)
41 executing stepIntoAsync
42
43 reason: other
44 foo1 (test.js:8:13)
45 -- Promise.resolve (test.js:30:5)--
46 promiseThenWithoutAssignment (test.js:31:2)
47 (anonymous) (expr.js:0:0)
48 executing resume
49
50
51 Running test: testPromiseAll
52 reason: other
53 promiseAll (test.js:40:2)
54 (anonymous) (expr.js:0:0)
55 executing stepInto
56
57 reason: other
58 promiseAll (test.js:41:35)
59 (anonymous) (expr.js:0:0)
60 executing stepInto
61
62 reason: other
63 promiseAll (test.js:41:19)
64 (anonymous) (expr.js:0:0)
65 executing stepInto
66
67 reason: other
68 promiseAll (test.js:41:35)
69 (anonymous) (expr.js:0:0)
70 executing stepInto
71
72 reason: callbackScheduled
73 promiseAll (test.js:41:35)
74 (anonymous) (expr.js:0:0)
75 executing stepIntoAsync
76
77 reason: other
78 foo1 (test.js:8:13)
79 -- Promise.resolve (test.js:41:35)--
80 -- Promise.resolve (test.js:41:19)--
81 promiseAll (test.js:43:2)
82 (anonymous) (expr.js:0:0)
83 executing resume
84
85
86 Running test: testPromiseAllWithoutAssignment
87 reason: other
88 promiseAllWithoutAssignment (test.js:56:2)
89 (anonymous) (expr.js:0:0)
90 executing stepInto
91
92 reason: other
93 promiseAllWithoutAssignment (test.js:57:2)
94 (anonymous) (expr.js:0:0)
95 executing stepInto
96
97 reason: callbackScheduled
98 promiseAllWithoutAssignment (test.js:57:26)
99 (anonymous) (expr.js:0:0)
100 executing stepIntoAsync
101
102 reason: other
103 foo1 (test.js:8:13)
104 -- Promise.resolve (test.js:57:26)--
105 -- Promise.resolve (test.js:57:10)--
106 promiseAllWithoutAssignment (test.js:59:2)
107 (anonymous) (expr.js:0:0)
108 executing resume
109
110
111 Running test: switchAsyncOff
112
113 Running test: testPromiseThen
114 reason: other
115 promiseThen (test.js:17:2)
116 (anonymous) (expr.js:0:0)
117 executing stepInto
118
119 reason: other
120 promiseThen (test.js:18:14)
121 (anonymous) (expr.js:0:0)
122 executing stepInto
123
124 reason: other
125 promiseThen (test.js:19:2)
126 (anonymous) (expr.js:0:0)
127 executing stepIntoAsync
128
129 {
130 error : {
131 code : -32000
132 message : No scheduled chained callback
133 }
134 id : <messageId>
135 }
136
137 Running test: testPromiseThenWithoutAssignment
138 reason: other
139 promiseThenWithoutAssignment (test.js:29:2)
140 (anonymous) (expr.js:0:0)
141 executing stepInto
142
143 reason: other
144 promiseThenWithoutAssignment (test.js:30:2)
145 (anonymous) (expr.js:0:0)
146 executing stepInto
147
148 reason: other
149 promiseThenWithoutAssignment (test.js:31:2)
150 (anonymous) (expr.js:0:0)
151 executing stepIntoAsync
152
153 {
154 error : {
155 code : -32000
156 message : No scheduled chained callback
157 }
158 id : <messageId>
159 }
160
161 Running test: testPromiseAll
162 reason: other
163 promiseAll (test.js:40:2)
164 (anonymous) (expr.js:0:0)
165 executing stepInto
166
167 reason: other
168 promiseAll (test.js:41:35)
169 (anonymous) (expr.js:0:0)
170 executing stepInto
171
172 reason: other
173 promiseAll (test.js:41:19)
174 (anonymous) (expr.js:0:0)
175 executing stepInto
176
177 reason: other
178 promiseAll (test.js:41:35)
179 (anonymous) (expr.js:0:0)
180 executing stepInto
181
182 reason: other
183 promiseAll (test.js:42:2)
184 (anonymous) (expr.js:0:0)
185 executing stepIntoAsync
186
187 {
188 error : {
189 code : -32000
190 message : No scheduled chained callback
191 }
192 id : <messageId>
193 }
194
195 Running test: testPromiseAllWithoutAssignment
196 reason: other
197 promiseAllWithoutAssignment (test.js:56:2)
198 (anonymous) (expr.js:0:0)
199 executing stepInto
200
201 reason: other
202 promiseAllWithoutAssignment (test.js:57:2)
203 (anonymous) (expr.js:0:0)
204 executing stepInto
205
206 reason: other
207 promiseAllWithoutAssignment (test.js:58:2)
208 (anonymous) (expr.js:0:0)
209 executing stepIntoAsync
210
211 {
212 error : {
213 code : -32000
214 message : No scheduled chained callback
215 }
216 id : <messageId>
217 }
OLDNEW
« src/inspector/v8-debugger.cc ('K') | « test/inspector/debugger/async-step-into-for-promise.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698