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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Checks that async chains for for-await-of are correct. 1 Checks that async chains for for-await-of are correct.
2 2
3 Running test: testBasic 3 Running test: testBasic
4 Debugger (test.js:12:2) 4 Debugger (test.js:10:2)
5 Basic (test.js:50:4) 5 Basic (test.js:48:4)
6 -- async function -- 6 -- async function (test.js:46:20)--
7 Basic (test.js:48:20) 7 Basic (test.js:46:20)
8 (anonymous) (testBasic.js:0:0) 8 (anonymous) (testBasic.js:0:0)
9 9
10 10
11 Running test: testUncaughtReject 11 Running test: testUncaughtReject
12 Debugger (test.js:12:2) 12 Debugger (test.js:10:2)
13 -- async function -- 13 -- async function (test.js:52:29)--
14 UncaughtReject (test.js:54:29) 14 UncaughtReject (test.js:52:29)
15 (anonymous) (testUncaughtReject.js:0:0) 15 (anonymous) (testUncaughtReject.js:0:0)
16 16
17 17
18 Running test: testUncaughtThrow 18 Running test: testUncaughtThrow
19 Debugger (test.js:12:2) 19 Debugger (test.js:10:2)
20 -- async function -- 20 -- async function (test.js:61:28)--
21 UncaughtThrow (test.js:63:28) 21 UncaughtThrow (test.js:61:28)
22 (anonymous) (testUncaughtThrow.js:0:0) 22 (anonymous) (testUncaughtThrow.js:0:0)
23 23
24 24
25 Running test: testCaughtReject 25 Running test: testCaughtReject
26 Debugger (test.js:12:2) 26 Debugger (test.js:10:2)
27 CaughtReject (test.js:78:4) 27 CaughtReject (test.js:76:4)
28 -- async function -- 28 -- async function (test.js:70:27)--
29 CaughtReject (test.js:72:27) 29 CaughtReject (test.js:70:27)
30 (anonymous) (testCaughtReject.js:0:0) 30 (anonymous) (testCaughtReject.js:0:0)
31 31
32 32
33 Running test: testCaughtThrow 33 Running test: testCaughtThrow
34 Debugger (test.js:12:2) 34 Debugger (test.js:10:2)
35 CaughtThrow (test.js:88:4) 35 CaughtThrow (test.js:86:4)
36 -- async function -- 36 -- async function (test.js:80:26)--
37 CaughtThrow (test.js:82:26) 37 CaughtThrow (test.js:80:26)
38 (anonymous) (testCaughtThrow.js:0:0) 38 (anonymous) (testCaughtThrow.js:0:0)
39 39
40 40
41 Running test: testUncaughtRejectOnBreak 41 Running test: testUncaughtRejectOnBreak
42 42
43 Running test: testUncaughtThrowOnBreak 43 Running test: testUncaughtThrowOnBreak
44 Debugger (test.js:12:2) 44 Debugger (test.js:10:2)
45 -- async function -- 45 -- async function (test.js:99:35)--
46 UncaughtThrowOnBreak (test.js:101:35) 46 UncaughtThrowOnBreak (test.js:99:35)
47 (anonymous) (testUncaughtThrowOnBreak.js:0:0) 47 (anonymous) (testUncaughtThrowOnBreak.js:0:0)
48 48
49 49
50 Running test: testCaughtRejectOnBreak 50 Running test: testCaughtRejectOnBreak
51 51
52 Running test: testCaughtThrowOnBreak 52 Running test: testCaughtThrowOnBreak
53 Debugger (test.js:12:2) 53 Debugger (test.js:10:2)
54 CaughtThrowOnBreak (test.js:126:4) 54 CaughtThrowOnBreak (test.js:124:4)
55 -- async function -- 55 -- async function (test.js:118:33)--
56 CaughtThrowOnBreak (test.js:120:33) 56 CaughtThrowOnBreak (test.js:118:33)
57 (anonymous) (testCaughtThrowOnBreak.js:0:0) 57 (anonymous) (testCaughtThrowOnBreak.js:0:0)
58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698