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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/debugger/async-callstack-promises-simple-expected.txt
diff --git a/LayoutTests/inspector/debugger/async-callstack-promises-simple-expected.txt b/LayoutTests/inspector/debugger/async-callstack-promises-simple-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..3a8039380ed69b4d829c3eb65345ffd9b124f57c
--- /dev/null
+++ b/LayoutTests/inspector/debugger/async-callstack-promises-simple-expected.txt
@@ -0,0 +1,31 @@
+Tests asynchronous call stacks for SIMPLE Promises.
+
+Debugger was enabled.
+Set timer for test function.
+Captured call stacks in no particular order:
+Call stack:
+ 0) errorCallback (async-callstack-promises-simple.html:44)
+ [Promise.reject]
+ 0) rejectPromise (async-callstack-promises-simple.html:16)
+ [setTimeout]
+ 0) promiseCallback (async-callstack-promises-simple.html:19)
+ 1) timeoutPromise (async-callstack-promises-simple.html:9)
+ 2) doTestPromiseResolveAndReject (async-callstack-promises-simple.html:50)
+ 3) testFunctionTimeout (async-callstack-promises-simple.html:34)
+ [setTimeout]
+ 0) testFunction (async-callstack-promises-simple.html:27)
+
+Call stack:
+ 0) thenCallback (async-callstack-promises-simple.html:39)
+ [Promise.resolve]
+ 0) resolvePromise (async-callstack-promises-simple.html:12)
+ [setTimeout]
+ 0) promiseCallback (async-callstack-promises-simple.html:21)
+ 1) timeoutPromise (async-callstack-promises-simple.html:9)
+ 2) doTestPromiseResolveAndReject (async-callstack-promises-simple.html:49)
+ 3) testFunctionTimeout (async-callstack-promises-simple.html:34)
+ [setTimeout]
+ 0) testFunction (async-callstack-promises-simple.html:27)
+
+Debugger was disabled.
+

Powered by Google App Engine
This is Rietveld 408576698