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

Side by Side Diff: test/inspector/debugger/async-instrumentation-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 async instrumentation enabled in the middle. 1 Checks async instrumentation enabled in the middle.
2 2
3 Running test: beforeAsyncTaskScheduled 3 Running test: beforeAsyncTaskScheduled
4 test (test.js:16:2) 4 test (test.js:16:2)
5 (anonymous) (expr1.js:0:0) 5 (anonymous) (expr1.js:0:0)
6 6
7 test (test.js:21:2) 7 test (test.js:21:2)
8 (anonymous) (expr1.js:0:0) 8 (anonymous) (expr1.js:0:0)
9 9
10 foo (test.js:10:2) 10 foo (test.js:10:2)
11 -- Promise.resolve -- 11 -- Promise.resolve --
12 test (test.js:19:14) 12 test (test.js:20:2)
13 (anonymous) (expr1.js:0:0) 13 (anonymous) (expr1.js:0:0)
14 14
15 foo (test.js:12:2) 15 foo (test.js:12:2)
16 -- Promise.resolve -- 16 -- Promise.resolve --
17 test (test.js:19:14) 17 test (test.js:20:2)
18 (anonymous) (expr1.js:0:0) 18 (anonymous) (expr1.js:0:0)
19 19
20 20
21 Running test: afterAsyncTaskScheduled 21 Running test: afterAsyncTaskScheduled
22 test (test.js:16:2) 22 test (test.js:16:2)
23 (anonymous) (expr1.js:0:0) 23 (anonymous) (expr1.js:0:0)
24 24
25 test (test.js:21:2) 25 test (test.js:21:2)
26 (anonymous) (expr1.js:0:0) 26 (anonymous) (expr1.js:0:0)
27 27
28 foo (test.js:10:2) 28 foo (test.js:10:2)
29 29
30 foo (test.js:12:2) 30 foo (test.js:12:2)
31 31
32 32
33 Running test: afterAsyncTaskStarted 33 Running test: afterAsyncTaskStarted
34 test (test.js:16:2) 34 test (test.js:16:2)
35 (anonymous) (expr1.js:0:0) 35 (anonymous) (expr1.js:0:0)
36 36
37 test (test.js:21:2) 37 test (test.js:21:2)
38 (anonymous) (expr1.js:0:0) 38 (anonymous) (expr1.js:0:0)
39 39
40 foo (test.js:10:2) 40 foo (test.js:10:2)
41 41
42 foo (test.js:12:2) 42 foo (test.js:12:2)
43 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698