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

Side by Side Diff: test/inspector/debugger/collect-old-async-call-chains-expected.txt

Issue 2868493002: [inspector] use creation stack trace as parent for async call chains (Closed)
Patch Set: removed DCHECK for now 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 we drop old async call chains. 1 Checks that we drop old async call chains.
2 2
3 Running test: testInfrastructure 3 Running test: testInfrastructure
4 inspector.setMaxAsyncTaskStacks(1024) 4 inspector.setMaxAsyncTaskStacks(1024)
5 Run expression 'console.trace(42)' with async chain len: 1 5 Run expression 'console.trace(42)' with async chain len: 1
6 actual async chain len: 1 6 actual async chain len: 1
7 7
8 inspector.setMaxAsyncTaskStacks(1024) 8 inspector.setMaxAsyncTaskStacks(1024)
9 Run expression 'console.trace(42)' with async chain len: 2 9 Run expression 'console.trace(42)' with async chain len: 2
10 actual async chain len: 2 10 actual async chain len: 1
11 11
12 inspector.setMaxAsyncTaskStacks(1024) 12 inspector.setMaxAsyncTaskStacks(1024)
13 Run expression 'console.trace(42)' with async chain len: 5 13 Run expression 'console.trace(42)' with async chain len: 5
14 actual async chain len: 5 14 actual async chain len: 1
15 15
16 inspector.setMaxAsyncTaskStacks(1024) 16 inspector.setMaxAsyncTaskStacks(1024)
17 Run expression 'console.trace(42)' with async chain len: 1 17 Run expression 'console.trace(42)' with async chain len: 1
18 actual async chain len: 1 18 actual async chain len: 1
19 19
20 inspector.setMaxAsyncTaskStacks(1024) 20 inspector.setMaxAsyncTaskStacks(1024)
21 Run expression 'console.trace(42)' with async chain len: 2 21 Run expression 'console.trace(42)' with async chain len: 2
22 actual async chain len: 2 22 actual async chain len: 2
23 23
24 inspector.setMaxAsyncTaskStacks(1024) 24 inspector.setMaxAsyncTaskStacks(1024)
(...skipping 15 matching lines...) Expand all
40 actual async chain len: 0 40 actual async chain len: 0
41 41
42 inspector.setMaxAsyncTaskStacks(0) 42 inspector.setMaxAsyncTaskStacks(0)
43 Run expression 'console.trace(42)' with async chain len: 2 43 Run expression 'console.trace(42)' with async chain len: 2
44 actual async chain len: 0 44 actual async chain len: 0
45 45
46 46
47 Running test: testOneLimit 47 Running test: testOneLimit
48 inspector.setMaxAsyncTaskStacks(1) 48 inspector.setMaxAsyncTaskStacks(1)
49 Run expression 'console.trace(42)' with async chain len: 1 49 Run expression 'console.trace(42)' with async chain len: 1
50 actual async chain len: 0 50 actual async chain len: 1
51 51
52 inspector.setMaxAsyncTaskStacks(1) 52 inspector.setMaxAsyncTaskStacks(1)
53 Run expression 'console.trace(42)' with async chain len: 2 53 Run expression 'console.trace(42)' with async chain len: 2
54 actual async chain len: 0 54 actual async chain len: 1
55 55
56 inspector.setMaxAsyncTaskStacks(1) 56 inspector.setMaxAsyncTaskStacks(1)
57 Run expression 'console.trace(42)' with async chain len: 1 57 Run expression 'console.trace(42)' with async chain len: 1
58 actual async chain len: 1 58 actual async chain len: 1
59 59
60 inspector.setMaxAsyncTaskStacks(1) 60 inspector.setMaxAsyncTaskStacks(1)
61 Run expression 'console.trace(42)' with async chain len: 2 61 Run expression 'console.trace(42)' with async chain len: 2
62 actual async chain len: 1 62 actual async chain len: 1
63 63
64 64
65 Running test: testTwoLimit 65 Running test: testTwoLimit
66 inspector.setMaxAsyncTaskStacks(2) 66 inspector.setMaxAsyncTaskStacks(2)
67 Run expression 'console.trace(42)' with async chain len: 1 67 Run expression 'console.trace(42)' with async chain len: 1
68 actual async chain len: 0 68 actual async chain len: 1
69 69
70 inspector.setMaxAsyncTaskStacks(2) 70 inspector.setMaxAsyncTaskStacks(2)
71 Run expression 'console.trace(42)' with async chain len: 2 71 Run expression 'console.trace(42)' with async chain len: 2
72 actual async chain len: 0 72 actual async chain len: 0
73 73
74 inspector.setMaxAsyncTaskStacks(2) 74 inspector.setMaxAsyncTaskStacks(2)
75 Run expression 'console.trace(42)' with async chain len: 3 75 Run expression 'console.trace(42)' with async chain len: 3
76 actual async chain len: 0 76 actual async chain len: 1
77 77
78 inspector.setMaxAsyncTaskStacks(2) 78 inspector.setMaxAsyncTaskStacks(2)
79 Run expression 'console.trace(42)' with async chain len: 1 79 Run expression 'console.trace(42)' with async chain len: 1
80 actual async chain len: 1 80 actual async chain len: 1
81 81
82 inspector.setMaxAsyncTaskStacks(2) 82 inspector.setMaxAsyncTaskStacks(2)
83 Run expression 'console.trace(42)' with async chain len: 2 83 Run expression 'console.trace(42)' with async chain len: 2
84 actual async chain len: 2 84 actual async chain len: 2
85 85
86 inspector.setMaxAsyncTaskStacks(2) 86 inspector.setMaxAsyncTaskStacks(2)
87 Run expression 'console.trace(42)' with async chain len: 3 87 Run expression 'console.trace(42)' with async chain len: 3
88 actual async chain len: 1 88 actual async chain len: 1
89 89
90 90
91 Running test: testMoreThanTwoLimit 91 Running test: testMoreThanTwoLimit
92 inspector.setMaxAsyncTaskStacks(3) 92 inspector.setMaxAsyncTaskStacks(3)
93 Run expression 'console.trace(42)' with async chain len: 1 93 Run expression 'console.trace(42)' with async chain len: 1
94 actual async chain len: 1 94 actual async chain len: 1
95 95
96 inspector.setMaxAsyncTaskStacks(3) 96 inspector.setMaxAsyncTaskStacks(3)
97 Run expression 'console.trace(42)' with async chain len: 2 97 Run expression 'console.trace(42)' with async chain len: 2
98 actual async chain len: 1 98 actual async chain len: 1
99 99
100 inspector.setMaxAsyncTaskStacks(3) 100 inspector.setMaxAsyncTaskStacks(3)
101 Run expression 'console.trace(42)' with async chain len: 3 101 Run expression 'console.trace(42)' with async chain len: 3
102 actual async chain len: 0 102 actual async chain len: 1
103 103
104 inspector.setMaxAsyncTaskStacks(3) 104 inspector.setMaxAsyncTaskStacks(3)
105 Run expression 'console.trace(42)' with async chain len: 1 105 Run expression 'console.trace(42)' with async chain len: 1
106 actual async chain len: 1 106 actual async chain len: 1
107 107
108 inspector.setMaxAsyncTaskStacks(3) 108 inspector.setMaxAsyncTaskStacks(3)
109 Run expression 'console.trace(42)' with async chain len: 2 109 Run expression 'console.trace(42)' with async chain len: 2
110 actual async chain len: 2 110 actual async chain len: 2
111 111
112 inspector.setMaxAsyncTaskStacks(3) 112 inspector.setMaxAsyncTaskStacks(3)
(...skipping 23 matching lines...) Expand all
136 inspector.setMaxAsyncTaskStacks(4) 136 inspector.setMaxAsyncTaskStacks(4)
137 Run expression 'console.trace(42)' with async chain len: 3 137 Run expression 'console.trace(42)' with async chain len: 3
138 actual async chain len: 3 138 actual async chain len: 3
139 139
140 inspector.setMaxAsyncTaskStacks(5) 140 inspector.setMaxAsyncTaskStacks(5)
141 Run expression 'console.trace(42)' with async chain len: 1 141 Run expression 'console.trace(42)' with async chain len: 1
142 actual async chain len: 1 142 actual async chain len: 1
143 143
144 inspector.setMaxAsyncTaskStacks(5) 144 inspector.setMaxAsyncTaskStacks(5)
145 Run expression 'console.trace(42)' with async chain len: 2 145 Run expression 'console.trace(42)' with async chain len: 2
146 actual async chain len: 2 146 actual async chain len: 1
147 147
148 inspector.setMaxAsyncTaskStacks(5) 148 inspector.setMaxAsyncTaskStacks(5)
149 Run expression 'console.trace(42)' with async chain len: 3 149 Run expression 'console.trace(42)' with async chain len: 3
150 actual async chain len: 2 150 actual async chain len: 1
151 151
152 inspector.setMaxAsyncTaskStacks(5) 152 inspector.setMaxAsyncTaskStacks(5)
153 Run expression 'console.trace(42)' with async chain len: 1 153 Run expression 'console.trace(42)' with async chain len: 1
154 actual async chain len: 1 154 actual async chain len: 1
155 155
156 inspector.setMaxAsyncTaskStacks(5) 156 inspector.setMaxAsyncTaskStacks(5)
157 Run expression 'console.trace(42)' with async chain len: 2 157 Run expression 'console.trace(42)' with async chain len: 2
158 actual async chain len: 2 158 actual async chain len: 2
159 159
160 inspector.setMaxAsyncTaskStacks(5) 160 inspector.setMaxAsyncTaskStacks(5)
161 Run expression 'console.trace(42)' with async chain len: 3 161 Run expression 'console.trace(42)' with async chain len: 3
162 actual async chain len: 3 162 actual async chain len: 3
163 163
164 inspector.setMaxAsyncTaskStacks(6) 164 inspector.setMaxAsyncTaskStacks(6)
165 Run expression 'console.trace(42)' with async chain len: 1 165 Run expression 'console.trace(42)' with async chain len: 1
166 actual async chain len: 1 166 actual async chain len: 1
167 167
168 inspector.setMaxAsyncTaskStacks(6) 168 inspector.setMaxAsyncTaskStacks(6)
169 Run expression 'console.trace(42)' with async chain len: 2 169 Run expression 'console.trace(42)' with async chain len: 2
170 actual async chain len: 2 170 actual async chain len: 1
171 171
172 inspector.setMaxAsyncTaskStacks(6) 172 inspector.setMaxAsyncTaskStacks(6)
173 Run expression 'console.trace(42)' with async chain len: 3 173 Run expression 'console.trace(42)' with async chain len: 3
174 actual async chain len: 1 174 actual async chain len: 1
175 175
176 inspector.setMaxAsyncTaskStacks(6) 176 inspector.setMaxAsyncTaskStacks(6)
177 Run expression 'console.trace(42)' with async chain len: 1 177 Run expression 'console.trace(42)' with async chain len: 1
178 actual async chain len: 1 178 actual async chain len: 1
179 179
180 inspector.setMaxAsyncTaskStacks(6) 180 inspector.setMaxAsyncTaskStacks(6)
181 Run expression 'console.trace(42)' with async chain len: 2 181 Run expression 'console.trace(42)' with async chain len: 2
182 actual async chain len: 2 182 actual async chain len: 2
183 183
184 inspector.setMaxAsyncTaskStacks(6) 184 inspector.setMaxAsyncTaskStacks(6)
185 Run expression 'console.trace(42)' with async chain len: 3 185 Run expression 'console.trace(42)' with async chain len: 3
186 actual async chain len: 3 186 actual async chain len: 3
187 187
188 inspector.setMaxAsyncTaskStacks(7) 188 inspector.setMaxAsyncTaskStacks(7)
189 Run expression 'console.trace(42)' with async chain len: 1 189 Run expression 'console.trace(42)' with async chain len: 1
190 actual async chain len: 1 190 actual async chain len: 1
191 191
192 inspector.setMaxAsyncTaskStacks(7) 192 inspector.setMaxAsyncTaskStacks(7)
193 Run expression 'console.trace(42)' with async chain len: 2 193 Run expression 'console.trace(42)' with async chain len: 2
194 actual async chain len: 2 194 actual async chain len: 1
195 195
196 inspector.setMaxAsyncTaskStacks(7) 196 inspector.setMaxAsyncTaskStacks(7)
197 Run expression 'console.trace(42)' with async chain len: 3 197 Run expression 'console.trace(42)' with async chain len: 3
198 actual async chain len: 3 198 actual async chain len: 1
199 199
200 inspector.setMaxAsyncTaskStacks(7) 200 inspector.setMaxAsyncTaskStacks(7)
201 Run expression 'console.trace(42)' with async chain len: 1 201 Run expression 'console.trace(42)' with async chain len: 1
202 actual async chain len: 1 202 actual async chain len: 1
203 203
204 inspector.setMaxAsyncTaskStacks(7) 204 inspector.setMaxAsyncTaskStacks(7)
205 Run expression 'console.trace(42)' with async chain len: 2 205 Run expression 'console.trace(42)' with async chain len: 2
206 actual async chain len: 2 206 actual async chain len: 2
207 207
208 inspector.setMaxAsyncTaskStacks(7) 208 inspector.setMaxAsyncTaskStacks(7)
209 Run expression 'console.trace(42)' with async chain len: 3 209 Run expression 'console.trace(42)' with async chain len: 3
210 actual async chain len: 3 210 actual async chain len: 3
211 211
OLDNEW
« no previous file with comments | « test/inspector/debugger/async-stack-for-promise-expected.txt ('k') | test/inspector/debugger/max-async-call-chain-depth.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698