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

Unified Diff: test/inspector/debugger/async-stack-await-expected.txt

Issue 2868493002: [inspector] use creation stack trace as parent for async call chains (Closed)
Patch Set: removed DCHECK for now Created 3 years, 7 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: test/inspector/debugger/async-stack-await-expected.txt
diff --git a/test/inspector/debugger/async-stack-await-expected.txt b/test/inspector/debugger/async-stack-await-expected.txt
index 506b9a268a1ef7c9d26a1dbd8875480aae024c17..4ebcefadadfa77425d9082de080722033b357de1 100644
--- a/test/inspector/debugger/async-stack-await-expected.txt
+++ b/test/inspector/debugger/async-stack-await-expected.txt
@@ -1,34 +1,33 @@
Checks that async stacks works for async/await
foo2 (test.js:15:2)
--- async function (test.js:13:19)--
+-- async function --
foo2 (test.js:13:19)
test (test.js:24:8)
(anonymous) (expr.js:0:0)
foo2 (test.js:17:2)
--- async function (test.js:13:19)--
+-- async function --
foo2 (test.js:13:19)
test (test.js:24:8)
(anonymous) (expr.js:0:0)
foo1 (test.js:9:2)
foo2 (test.js:18:8)
--- async function (test.js:13:19)--
+-- async function --
foo2 (test.js:13:19)
test (test.js:24:8)
(anonymous) (expr.js:0:0)
foo1 (test.js:9:2)
--- Promise.resolve (test.js:19:43)--
--- Promise.resolve (test.js:19:16)--
-foo2 (test.js:19:30)
--- async function (test.js:13:19)--
+-- Promise.resolve --
+foo2 (test.js:19:43)
+-- async function --
foo2 (test.js:13:19)
test (test.js:24:8)
(anonymous) (expr.js:0:0)
foo2 (test.js:20:2)
--- async function (test.js:13:19)--
+-- async function --
foo2 (test.js:13:19)
test (test.js:24:8)
(anonymous) (expr.js:0:0)
« no previous file with comments | « test/inspector/debugger/async-promise-late-then-expected.txt ('k') | test/inspector/debugger/async-stack-created-frame.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698