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

Unified Diff: test/inspector/debugger/async-promise-late-then-expected.txt

Issue 2868423004: Revert of [inspector] use creation stack trace as parent for async call chains (Closed)
Patch Set: 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-promise-late-then-expected.txt
diff --git a/test/inspector/debugger/async-promise-late-then-expected.txt b/test/inspector/debugger/async-promise-late-then-expected.txt
index dfdf81fe8cb79568874b508a9ebb8baf65d335dd..ee91377178fdf6878bba26306466120b73b17849 100644
--- a/test/inspector/debugger/async-promise-late-then-expected.txt
+++ b/test/inspector/debugger/async-promise-late-then-expected.txt
@@ -1,16 +1,16 @@
Checks async stack for late .then handlers with gc
foo1 (test.js:11:2)
-- Promise.resolve --
-test (test.js:18:14)
+test (test.js:20:2)
(anonymous) (expr.js:0:0)
foo1 (test.js:11:2)
-- Promise.resolve --
-test (test.js:22:14)
+test (test.js:20:2)
(anonymous) (expr.js:0:0)
foo1 (test.js:11:2)
-- Promise.resolve --
-test (test.js:24:14)
+test (test.js:20:2)
(anonymous) (expr.js:0:0)
« no previous file with comments | « test/inspector/debugger/async-instrumentation-expected.txt ('k') | test/inspector/debugger/async-stack-await-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698