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

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

Issue 374903002: DevTools: Async call stacks for Promises and Object.observe. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 years, 5 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.
4 Set timer for test function. 3 Set timer for test function.
5 Captured call stacks in no particular order: 4 Captured call stacks in no particular order:
6 Call stack: 5 Call stack:
7 0) afterJSONStringifyAndParse (async-callstack-promises.html:97) 6 0) afterJSONStringifyAndParse (async-callstack-promises.html:97)
8 [Promise.resolve] 7 [Promise.resolve]
9 0) resolvePromise (async-callstack-promises.html:12) 8 0) resolvePromise (async-callstack-promises.html:12)
10 [setTimeout] 9 [setTimeout]
11 0) promiseCallback (async-callstack-promises.html:21) 10 0) promiseCallback (async-callstack-promises.html:21)
12 1) timeoutPromise (async-callstack-promises.html:9) 11 1) timeoutPromise (async-callstack-promises.html:9)
13 2) doTestChainedPromises (async-callstack-promises.html:93) 12 2) doTestChainedPromises (async-callstack-promises.html:93)
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 [Promise.resolve] 164 [Promise.resolve]
166 0) resolvePromise (async-callstack-promises.html:12) 165 0) resolvePromise (async-callstack-promises.html:12)
167 [setTimeout] 166 [setTimeout]
168 0) promiseCallback (async-callstack-promises.html:21) 167 0) promiseCallback (async-callstack-promises.html:21)
169 1) timeoutPromise (async-callstack-promises.html:9) 168 1) timeoutPromise (async-callstack-promises.html:9)
170 2) doTestPromiseAll (async-callstack-promises.html:103) 169 2) doTestPromiseAll (async-callstack-promises.html:103)
171 3) testFunctionTimeout (async-callstack-promises.html:50) 170 3) testFunctionTimeout (async-callstack-promises.html:50)
172 [setTimeout] 171 [setTimeout]
173 0) testFunction (async-callstack-promises.html:43) 172 0) testFunction (async-callstack-promises.html:43)
174 173
175 Debugger was disabled.
176 174
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698