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

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

Issue 2844753002: [inspector] better stacks for promises (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 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: 2
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
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: 0 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: 0
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)
113 Run expression 'console.trace(42)' with async chain len: 3 113 Run expression 'console.trace(42)' with async chain len: 3
114 actual async chain len: 3 114 actual async chain len: 3
115 115
116 inspector.setMaxAsyncTaskStacks(4) 116 inspector.setMaxAsyncTaskStacks(4)
117 Run expression 'console.trace(42)' with async chain len: 1 117 Run expression 'console.trace(42)' with async chain len: 1
118 actual async chain len: 1 118 actual async chain len: 1
119 119
120 inspector.setMaxAsyncTaskStacks(4) 120 inspector.setMaxAsyncTaskStacks(4)
121 Run expression 'console.trace(42)' with async chain len: 2 121 Run expression 'console.trace(42)' with async chain len: 2
122 actual async chain len: 1 122 actual async chain len: 1
123 123
124 inspector.setMaxAsyncTaskStacks(4) 124 inspector.setMaxAsyncTaskStacks(4)
125 Run expression 'console.trace(42)' with async chain len: 3 125 Run expression 'console.trace(42)' with async chain len: 3
126 actual async chain len: 0 126 actual async chain len: 1
127 127
128 inspector.setMaxAsyncTaskStacks(4) 128 inspector.setMaxAsyncTaskStacks(4)
129 Run expression 'console.trace(42)' with async chain len: 1 129 Run expression 'console.trace(42)' with async chain len: 1
130 actual async chain len: 1 130 actual async chain len: 1
131 131
132 inspector.setMaxAsyncTaskStacks(4) 132 inspector.setMaxAsyncTaskStacks(4)
133 Run expression 'console.trace(42)' with async chain len: 2 133 Run expression 'console.trace(42)' with async chain len: 2
134 actual async chain len: 2 134 actual async chain len: 2
135 135
136 inspector.setMaxAsyncTaskStacks(4) 136 inspector.setMaxAsyncTaskStacks(4)
(...skipping 27 matching lines...) Expand all
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: 2
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: 2 174 actual async chain len: 1
kozy 2017/04/26 17:41:39 it was an empty async parent: parent: { callFrames
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)
(...skipping 17 matching lines...) Expand all
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

Powered by Google App Engine
This is Rietveld 408576698