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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-await/callstack-expected.html

Issue 2044223004: async await callstack tests (wrong expectations) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 0) promiseCallback (async-callstack-promises.html:21) 188 0) promiseCallback (async-callstack-promises.html:21)
189 1) timeoutPromise (async-callstack-promises.html:9) 189 1) timeoutPromise (async-callstack-promises.html:9)
190 2) doTestPromiseAll (async-callstack-promises.html:103) 190 2) doTestPromiseAll (async-callstack-promises.html:103)
191 3) testFunctionTimeout (async-callstack-promises.html:50) 191 3) testFunctionTimeout (async-callstack-promises.html:50)
192 [setTimeout] 192 [setTimeout]
193 0) testFunction (async-callstack-promises.html:43) 193 0) testFunction (async-callstack-promises.html:43)
194 [setTimeout] 194 [setTimeout]
195 0) scheduleTestFunction (debugger-test.js:3) 195 0) scheduleTestFunction (debugger-test.js:3)
196 <... skipped remaining frames ...> 196 <... skipped remaining frames ...>
197 197
198
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698