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

Unified Diff: LayoutTests/inspector/debugger/async-callstack-promises-expected.txt

Issue 131823003: DevTools: Implement async call stacks for Promises. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/debugger/async-callstack-promises-expected.txt
diff --git a/LayoutTests/inspector/debugger/async-callstack-promises-expected.txt b/LayoutTests/inspector/debugger/async-callstack-promises-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..af9b9068c4d251b2d1e32387267eb8f593f50e81
--- /dev/null
+++ b/LayoutTests/inspector/debugger/async-callstack-promises-expected.txt
@@ -0,0 +1,149 @@
+Tests asynchronous call stacks for Promises.
+
+Debugger was enabled.
+Set timer for test function.
+Captured call stacks in no particular order:
+Call stack:
+ 0) catchCallback (async-callstack-promises.html:111)
+ [Promise.Fulfilled]
+ 0) resolvePromise (async-callstack-promises.html:12)
+ [setTimeout]
+ 0) promiseCallback (async-callstack-promises.html:21)
+ 1) timeoutPromise (async-callstack-promises.html:9)
+ 2) chained1 (async-callstack-promises.html:103)
+ [Promise.Fulfilled]
+ 0) resolvePromise (async-callstack-promises.html:12)
+ [setTimeout]
+ 0) promiseCallback (async-callstack-promises.html:21)
+ 1) timeoutPromise (async-callstack-promises.html:9)
+ 2) doTestThrowFromChain (async-callstack-promises.html:102)
+ 3) testFunctionTimeout (async-callstack-promises.html:50)
+
+Call stack:
+ 0) catchCallback (async-callstack-promises.html:123)
+ [Promise.Rejected]
+ 0) rejectPromise (async-callstack-promises.html:16)
+ [setTimeout]
+ 0) promiseCallback (async-callstack-promises.html:19)
+ 1) timeoutPromise (async-callstack-promises.html:9)
+ 2) chained3 (async-callstack-promises.html:119)
+ [Promise.Fulfilled]
+ 0) resolvePromise (async-callstack-promises.html:12)
+ [setTimeout]
+ 0) promiseCallback (async-callstack-promises.html:21)
+ 1) timeoutPromise (async-callstack-promises.html:9)
+ 2) chained2 (async-callstack-promises.html:117)
+
+Call stack:
+ 0) chained1 (async-callstack-promises.html:80)
+ [Promise.Fulfilled]
+ 0) resolvePromise (async-callstack-promises.html:12)
+ [setTimeout]
+ 0) promiseCallback (async-callstack-promises.html:21)
+ 1) timeoutPromise (async-callstack-promises.html:9)
+ 2) doTestChainedPromises (async-callstack-promises.html:79)
+ 3) testFunctionTimeout (async-callstack-promises.html:50)
+ [setTimeout]
+ 0) testFunction (async-callstack-promises.html:43)
+
+Call stack:
+ 0) chained2 (async-callstack-promises.html:83)
+ [Promise.Fulfilled]
+ 0) resolvePromise (async-callstack-promises.html:12)
+ [setTimeout]
+ 0) promiseCallback (async-callstack-promises.html:21)
+ 1) timeoutPromise (async-callstack-promises.html:9)
+ 2) chained1 (async-callstack-promises.html:81)
+ [Promise.Fulfilled]
+ 0) resolvePromise (async-callstack-promises.html:12)
+ [setTimeout]
+ 0) promiseCallback (async-callstack-promises.html:21)
+ 1) timeoutPromise (async-callstack-promises.html:9)
+ 2) doTestChainedPromises (async-callstack-promises.html:79)
+ 3) testFunctionTimeout (async-callstack-promises.html:50)
+
+Call stack:
+ 0) chained3 (async-callstack-promises.html:86)
+ [Promise.Fulfilled]
+ 0) resolvePromise (async-callstack-promises.html:12)
+ [setTimeout]
+ 0) promiseCallback (async-callstack-promises.html:21)
+ 1) timeoutPromise (async-callstack-promises.html:9)
+ 2) chained1 (async-callstack-promises.html:81)
+ [Promise.Fulfilled]
+ 0) resolvePromise (async-callstack-promises.html:12)
+ [setTimeout]
+ 0) promiseCallback (async-callstack-promises.html:21)
+ 1) timeoutPromise (async-callstack-promises.html:9)
+ 2) doTestChainedPromises (async-callstack-promises.html:79)
+ 3) testFunctionTimeout (async-callstack-promises.html:50)
+
+Call stack:
+ 0) chained4 (async-callstack-promises.html:89)
+ [Promise.Fulfilled]
+ 0) resolvePromise (async-callstack-promises.html:12)
+ [setTimeout]
+ 0) promiseCallback (async-callstack-promises.html:21)
+ 1) timeoutPromise (async-callstack-promises.html:9)
+ 2) chained1 (async-callstack-promises.html:81)
+ [Promise.Fulfilled]
+ 0) resolvePromise (async-callstack-promises.html:12)
+ [setTimeout]
+ 0) promiseCallback (async-callstack-promises.html:21)
+ 1) timeoutPromise (async-callstack-promises.html:9)
+ 2) doTestChainedPromises (async-callstack-promises.html:79)
+ 3) testFunctionTimeout (async-callstack-promises.html:50)
+
+Call stack:
+ 0) errorCallback (async-callstack-promises.html:60)
+ [Promise.Rejected]
+ 0) doTestSettledPromises (async-callstack-promises.html:74)
+ 1) testFunctionTimeout (async-callstack-promises.html:50)
+ [setTimeout]
+ 0) testFunction (async-callstack-promises.html:43)
+
+Call stack:
+ 0) promiseCallback (async-callstack-promises.html:67)
+ 1) doTestPromiseConstructor (async-callstack-promises.html:65)
+ 2) testFunctionTimeout (async-callstack-promises.html:50)
+ [setTimeout]
+ 0) testFunction (async-callstack-promises.html:43)
+
+Call stack:
+ 0) thenCallback (async-callstack-promises.html:55)
+ [Promise.Fulfilled]
+ 0) doTestSettledPromises (async-callstack-promises.html:73)
+ 1) testFunctionTimeout (async-callstack-promises.html:50)
+ [setTimeout]
+ 0) testFunction (async-callstack-promises.html:43)
+
+Call stack:
+ 0) thenCallback (async-callstack-promises.html:55)
+ [Promise.Fulfilled]
+ 0) resolvePromise (async-callstack-promises.html:12)
+ [setTimeout]
+ 0) promiseCallback (async-callstack-promises.html:21)
+ 1) timeoutPromise (async-callstack-promises.html:9)
+ 2) chained4 (async-callstack-promises.html:90)
+ [Promise.Fulfilled]
+ 0) resolvePromise (async-callstack-promises.html:12)
+ [setTimeout]
+ 0) promiseCallback (async-callstack-promises.html:21)
+ 1) timeoutPromise (async-callstack-promises.html:9)
+ 2) chained1 (async-callstack-promises.html:81)
+
+Call stack:
+ 0) thenCallback (async-callstack-promises.html:55)
+ [Promise.Fulfilled]
+ 0) resolvePromise (async-callstack-promises.html:12)
+ [setTimeout]
+ 0) promiseCallback (async-callstack-promises.html:21)
+ 1) timeoutPromise (async-callstack-promises.html:9)
+ 2) map ((internal script):(line number))
+ 3) doTestPromiseAll (async-callstack-promises.html:96)
+ 4) testFunctionTimeout (async-callstack-promises.html:50)
+ [setTimeout]
+ 0) testFunction (async-callstack-promises.html:43)
+
+Debugger was disabled.
+

Powered by Google App Engine
This is Rietveld 408576698