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

Side by Side Diff: test/inspector/debugger/async-stacks-limit-expected.txt

Issue 2648873002: [inspector] added creation frame for async call chains for promises (Closed)
Patch Set: add test for setTimeout Created 3 years, 10 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
« no previous file with comments | « test/inspector/debugger/async-stacks-limit.js ('k') | test/inspector/protocol-test.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Checks that async stacks works good with different limits 1 Checks that async stacks works good with different limits
2 2
3 Running test: testZeroLimit 3 Running test: testZeroLimit
4 foo1 (test.js:11:2) 4 foo1 (test.js:11:2)
5 5
6 6
7 Running test: testOneLimit 7 Running test: testTwoLimit
8 foo1 (test.js:11:2) 8 foo1 (test.js:11:2)
9 -- Promise.resolve -- 9 -- Promise.resolve --
10 promise (test.js:23:2) 10 promise (test.js:23:2)
11 (anonymous) (expr.js:0:0) 11 (anonymous) (expr.js:0:0)
12 12
13 13
14 Running test: testOneLimitTwoPromises 14 Running test: testOneLimitTwoPromises
15 foo1 (test.js:11:2) 15 foo1 (test.js:11:2)
16 16
17 foo2 (test.js:15:2) 17 foo2 (test.js:15:2)
18 18
19 19
20 Running test: testTwoLimitTwoPromises 20 Running test: testFourLimitTwoPromises
21 foo1 (test.js:11:2) 21 foo1 (test.js:11:2)
22 -- Promise.resolve -- 22
23 twoPromises (test.js:34:2) 23 foo2 (test.js:15:2)
24 (anonymous) (expr.js:0:0) 24
25
26 Running test: testSixLimitTwoPromises
27 foo1 (test.js:11:2)
25 28
26 foo2 (test.js:15:2) 29 foo2 (test.js:15:2)
27 -- Promise.resolve -- 30 -- Promise.resolve --
28 twoPromises (test.js:35:2) 31 twoPromises (test.js:35:2)
29 (anonymous) (expr.js:0:0) 32 (anonymous) (expr.js:0:0)
30 33
31 34
32 Running test: testOneLimitTwoSetTimeouts 35 Running test: testTwoLimitTwoSetTimeouts
33 foo1 (test.js:11:2) 36 foo1 (test.js:11:2)
34 37
35 foo2 (test.js:15:2) 38 foo2 (test.js:15:2)
36 -- setTimeout -- 39 -- setTimeout --
37 twoSetTimeout (test.js:41:2) 40 twoSetTimeout (test.js:41:2)
38 (anonymous) (expr.js:0:0) 41 (anonymous) (expr.js:0:0)
39 42
40 43
41 Running test: testTwoLimitTwoSetTimeouts 44 Running test: testThreeLimitTwoSetTimeouts
42 foo1 (test.js:11:2) 45 foo1 (test.js:11:2)
43 -- setTimeout -- 46 -- setTimeout --
44 twoSetTimeout (test.js:40:2) 47 twoSetTimeout (test.js:40:2)
45 (anonymous) (expr.js:0:0) 48 (anonymous) (expr.js:0:0)
46 49
47 foo2 (test.js:15:2) 50 foo2 (test.js:15:2)
48 -- setTimeout -- 51 -- setTimeout --
49 twoSetTimeout (test.js:41:2) 52 twoSetTimeout (test.js:41:2)
50 (anonymous) (expr.js:0:0) 53 (anonymous) (expr.js:0:0)
51 54
(...skipping 25 matching lines...) Expand all
77 80
78 foo9 (:0:17) 81 foo9 (:0:17)
79 (anonymous) (:0:28) 82 (anonymous) (:0:28)
80 83
81 foo10 (:0:18) 84 foo10 (:0:18)
82 (anonymous) (:0:29) 85 (anonymous) (:0:29)
83 86
84 foo11 (:0:18) 87 foo11 (:0:18)
85 (anonymous) (:0:29) 88 (anonymous) (:0:29)
86 -- setTimeout -- 89 -- setTimeout --
87 twentySetTimeout (test.js:55:4) 90 twentySetTimeout (test.js:49:4)
88 (anonymous) (expr.js:0:0) 91 (anonymous) (expr.js:0:0)
89 92
90 foo12 (:0:18) 93 foo12 (:0:18)
91 (anonymous) (:0:29) 94 (anonymous) (:0:29)
92 -- setTimeout -- 95 -- setTimeout --
93 twentySetTimeout (test.js:55:4) 96 twentySetTimeout (test.js:49:4)
94 (anonymous) (expr.js:0:0) 97 (anonymous) (expr.js:0:0)
95 98
96 foo13 (:0:18) 99 foo13 (:0:18)
97 (anonymous) (:0:29) 100 (anonymous) (:0:29)
98 -- setTimeout -- 101 -- setTimeout --
99 twentySetTimeout (test.js:55:4) 102 twentySetTimeout (test.js:49:4)
100 (anonymous) (expr.js:0:0) 103 (anonymous) (expr.js:0:0)
101 104
102 foo14 (:0:18) 105 foo14 (:0:18)
103 (anonymous) (:0:29) 106 (anonymous) (:0:29)
104 -- setTimeout -- 107 -- setTimeout --
105 twentySetTimeout (test.js:55:4) 108 twentySetTimeout (test.js:49:4)
106 (anonymous) (expr.js:0:0) 109 (anonymous) (expr.js:0:0)
107 110
108 foo15 (:0:18) 111 foo15 (:0:18)
109 (anonymous) (:0:29) 112 (anonymous) (:0:29)
110 -- setTimeout -- 113 -- setTimeout --
111 twentySetTimeout (test.js:55:4) 114 twentySetTimeout (test.js:49:4)
112 (anonymous) (expr.js:0:0) 115 (anonymous) (expr.js:0:0)
113 116
114 foo16 (:0:18) 117 foo16 (:0:18)
115 (anonymous) (:0:29) 118 (anonymous) (:0:29)
116 -- setTimeout -- 119 -- setTimeout --
117 twentySetTimeout (test.js:55:4) 120 twentySetTimeout (test.js:49:4)
118 (anonymous) (expr.js:0:0) 121 (anonymous) (expr.js:0:0)
119 122
120 foo17 (:0:18) 123 foo17 (:0:18)
121 (anonymous) (:0:29) 124 (anonymous) (:0:29)
122 -- setTimeout -- 125 -- setTimeout --
123 twentySetTimeout (test.js:55:4) 126 twentySetTimeout (test.js:49:4)
124 (anonymous) (expr.js:0:0) 127 (anonymous) (expr.js:0:0)
125 128
126 foo18 (:0:18) 129 foo18 (:0:18)
127 (anonymous) (:0:29) 130 (anonymous) (:0:29)
128 -- setTimeout -- 131 -- setTimeout --
129 twentySetTimeout (test.js:55:4) 132 twentySetTimeout (test.js:49:4)
130 (anonymous) (expr.js:0:0) 133 (anonymous) (expr.js:0:0)
131 134
132 foo19 (:0:18) 135 foo19 (:0:18)
133 (anonymous) (:0:29) 136 (anonymous) (:0:29)
134 -- setTimeout -- 137 -- setTimeout --
135 twentySetTimeout (test.js:55:4) 138 twentySetTimeout (test.js:49:4)
136 (anonymous) (expr.js:0:0) 139 (anonymous) (expr.js:0:0)
137 140
OLDNEW
« no previous file with comments | « test/inspector/debugger/async-stacks-limit.js ('k') | test/inspector/protocol-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698