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

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

Issue 220903002: DevTools: wrap DebuggerAgent.Location with DebuggerModel.Location. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: All tests!!! Created 6 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 | Annotate | Revision Log
OLDNEW
1 Tests asynchronous call stacks for Promises. 1 Tests asynchronous call stacks for Promises.
2 2
3 Debugger was enabled. 3 Debugger was enabled.
4 Set timer for test function. 4 Set timer for test function.
5 Captured call stacks in no particular order: 5 Captured call stacks in no particular order:
6 Call stack: 6 Call stack:
7 0) afterJSONStringifyAndParse (async-callstack-promises.html:97) 7 0) afterJSONStringifyAndParse (async-callstack-promises.html:97)
8 [Promise.resolve] 8 [Promise.resolve]
9 0) resolvePromise (async-callstack-promises.html:12) 9 0) resolvePromise (async-callstack-promises.html:12)
10 [setTimeout] 10 [setTimeout]
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 1) timeoutPromise (async-callstack-promises.html:9) 160 1) timeoutPromise (async-callstack-promises.html:9)
161 2) chained1 (async-callstack-promises.html:81) 161 2) chained1 (async-callstack-promises.html:81)
162 162
163 Call stack: 163 Call stack:
164 0) thenCallback (async-callstack-promises.html:55) 164 0) thenCallback (async-callstack-promises.html:55)
165 [Promise.resolve] 165 [Promise.resolve]
166 0) resolvePromise (async-callstack-promises.html:12) 166 0) resolvePromise (async-callstack-promises.html:12)
167 [setTimeout] 167 [setTimeout]
168 0) promiseCallback (async-callstack-promises.html:21) 168 0) promiseCallback (async-callstack-promises.html:21)
169 1) timeoutPromise (async-callstack-promises.html:9) 169 1) timeoutPromise (async-callstack-promises.html:9)
170 2) map ((internal script):(line number)) 170 2) doTestPromiseAll (async-callstack-promises.html:103)
171 3) doTestPromiseAll (async-callstack-promises.html:103) 171 3) testFunctionTimeout (async-callstack-promises.html:50)
172 4) testFunctionTimeout (async-callstack-promises.html:50)
173 [setTimeout] 172 [setTimeout]
174 0) testFunction (async-callstack-promises.html:43) 173 0) testFunction (async-callstack-promises.html:43)
175 174
176 Debugger was disabled. 175 Debugger was disabled.
177 176
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698