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

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

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 Set timer for test function. 3 Set timer for test function.
4 Captured call stacks in no particular order: 4 Captured call stacks in no particular order:
5 Call stack: 5 Call stack:
6 0) afterJSONStringifyAndParse (async-callstack-promises.html:97) 6 0) afterJSONStringifyAndParse (async-callstack-promises.html:97)
7 [Promise.resolve] 7 [Promise.resolve]
8 0) resolvePromise (async-callstack-promises.html:12) 8 0) resolvePromise (async-callstack-promises.html:12)
9 [setTimeout] 9 [setTimeout]
10 0) promiseCallback (async-callstack-promises.html:21) 10 0) promiseCallback (async-callstack-promises.html:21)
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 0) resolvePromise (async-callstack-promises.html:12) 165 0) resolvePromise (async-callstack-promises.html:12)
166 [setTimeout] 166 [setTimeout]
167 0) promiseCallback (async-callstack-promises.html:21) 167 0) promiseCallback (async-callstack-promises.html:21)
168 1) timeoutPromise (async-callstack-promises.html:9) 168 1) timeoutPromise (async-callstack-promises.html:9)
169 2) doTestPromiseAll (async-callstack-promises.html:103) 169 2) doTestPromiseAll (async-callstack-promises.html:103)
170 3) testFunctionTimeout (async-callstack-promises.html:50) 170 3) testFunctionTimeout (async-callstack-promises.html:50)
171 [setTimeout] 171 [setTimeout]
172 0) testFunction (async-callstack-promises.html:43) 172 0) testFunction (async-callstack-promises.html:43)
173 173
174 174
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698