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

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

Issue 177773002: Support Promises instrumentation on backend. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix in printing NULL parent promises Created 6 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 Tests asynchronous call stacks for SIMPLE Promises.
2
3 Debugger was enabled.
4 Set timer for test function.
5 Captured call stacks in no particular order:
6 Call stack:
7 0) errorCallback (async-callstack-promises-simple.html:44)
8 [Promise.reject]
9 0) rejectPromise (async-callstack-promises-simple.html:16)
10 [setTimeout]
11 0) promiseCallback (async-callstack-promises-simple.html:19)
12 1) timeoutPromise (async-callstack-promises-simple.html:9)
13 2) doTestPromiseResolveAndReject (async-callstack-promises-simple.html:50)
14 3) testFunctionTimeout (async-callstack-promises-simple.html:34)
15 [setTimeout]
16 0) testFunction (async-callstack-promises-simple.html:27)
17
18 Call stack:
19 0) thenCallback (async-callstack-promises-simple.html:39)
20 [Promise.resolve]
21 0) resolvePromise (async-callstack-promises-simple.html:12)
22 [setTimeout]
23 0) promiseCallback (async-callstack-promises-simple.html:21)
24 1) timeoutPromise (async-callstack-promises-simple.html:9)
25 2) doTestPromiseResolveAndReject (async-callstack-promises-simple.html:49)
26 3) testFunctionTimeout (async-callstack-promises-simple.html:34)
27 [setTimeout]
28 0) testFunction (async-callstack-promises-simple.html:27)
29
30 Debugger was disabled.
31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698