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

Unified Diff: test/inspector/debugger/async-for-await-of-promise-stack-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-for-await-of-promise-stack-expected.txt
diff --git a/test/inspector/debugger/async-for-await-of-promise-stack-expected.txt b/test/inspector/debugger/async-for-await-of-promise-stack-expected.txt
index 0cfa3c4349a6c326c240f8d4517469f6a5174fdb..fb1403917a5143a16811cb234bf4740665c315b1 100644
--- a/test/inspector/debugger/async-for-await-of-promise-stack-expected.txt
+++ b/test/inspector/debugger/async-for-await-of-promise-stack-expected.txt
@@ -1,58 +1,57 @@
Checks that async chains for for-await-of are correct.
Running test: testBasic
-Debugger (test.js:12:2)
-Basic (test.js:50:4)
--- async function --
-Basic (test.js:48:20)
+Debugger (test.js:10:2)
+Basic (test.js:48:4)
+-- async function (test.js:46:20)--
+Basic (test.js:46:20)
(anonymous) (testBasic.js:0:0)
Running test: testUncaughtReject
-Debugger (test.js:12:2)
--- async function --
-UncaughtReject (test.js:54:29)
+Debugger (test.js:10:2)
+-- async function (test.js:52:29)--
+UncaughtReject (test.js:52:29)
(anonymous) (testUncaughtReject.js:0:0)
Running test: testUncaughtThrow
-Debugger (test.js:12:2)
--- async function --
-UncaughtThrow (test.js:63:28)
+Debugger (test.js:10:2)
+-- async function (test.js:61:28)--
+UncaughtThrow (test.js:61:28)
(anonymous) (testUncaughtThrow.js:0:0)
Running test: testCaughtReject
-Debugger (test.js:12:2)
-CaughtReject (test.js:78:4)
--- async function --
-CaughtReject (test.js:72:27)
+Debugger (test.js:10:2)
+CaughtReject (test.js:76:4)
+-- async function (test.js:70:27)--
+CaughtReject (test.js:70:27)
(anonymous) (testCaughtReject.js:0:0)
Running test: testCaughtThrow
-Debugger (test.js:12:2)
-CaughtThrow (test.js:88:4)
--- async function --
-CaughtThrow (test.js:82:26)
+Debugger (test.js:10:2)
+CaughtThrow (test.js:86:4)
+-- async function (test.js:80:26)--
+CaughtThrow (test.js:80:26)
(anonymous) (testCaughtThrow.js:0:0)
Running test: testUncaughtRejectOnBreak
Running test: testUncaughtThrowOnBreak
-Debugger (test.js:12:2)
--- async function --
-UncaughtThrowOnBreak (test.js:101:35)
+Debugger (test.js:10:2)
+-- async function (test.js:99:35)--
+UncaughtThrowOnBreak (test.js:99:35)
(anonymous) (testUncaughtThrowOnBreak.js:0:0)
Running test: testCaughtRejectOnBreak
Running test: testCaughtThrowOnBreak
-Debugger (test.js:12:2)
-CaughtThrowOnBreak (test.js:126:4)
--- async function --
-CaughtThrowOnBreak (test.js:120:33)
-(anonymous) (testCaughtThrowOnBreak.js:0:0)
-
+Debugger (test.js:10:2)
+CaughtThrowOnBreak (test.js:124:4)
+-- async function (test.js:118:33)--
+CaughtThrowOnBreak (test.js:118:33)
+(anonymous) (testCaughtThrowOnBreak.js:0:0)

Powered by Google App Engine
This is Rietveld 408576698