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

Side by Side Diff: test/inspector/sessions/runtime-evaluate-exception-expected.txt

Issue 2906153002: [inspector] Support multiple sessions per context group (Closed)
Patch Set: using set per kozy@ Created 3 years, 6 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
(Empty)
1 Tests that all sessions get exception notifications.
2 Throwing in 2
3 Throwing in 1
4 Throwing in setTimeout 1
5 From session 2
6 {
7 method : Runtime.exceptionThrown
8 params : {
9 exceptionDetails : {
10 columnNumber : 19
11 exception : {
12 type : string
13 value : error3
14 }
15 exceptionId : <exceptionId>
16 executionContextId : <executionContextId>
17 lineNumber : 0
18 stackTrace : {
19 callFrames : [
20 [0] : {
21 columnNumber : 19
22 functionName : setTimeout
23 lineNumber : 0
24 scriptId : <scriptId>
25 url :
26 }
27 ]
28 }
29 text : Uncaught error3
30 }
31 timestamp : <timestamp>
32 }
33 }
34 From session 1
35 {
36 method : Runtime.exceptionThrown
37 params : {
38 exceptionDetails : {
39 columnNumber : 19
40 exception : {
41 type : string
42 value : error3
43 }
44 exceptionId : <exceptionId>
45 executionContextId : <executionContextId>
46 lineNumber : 0
47 stackTrace : {
48 callFrames : [
49 [0] : {
50 columnNumber : 19
51 functionName : setTimeout
52 lineNumber : 0
53 scriptId : <scriptId>
54 url :
55 }
56 ]
57 }
58 text : Uncaught error3
59 }
60 timestamp : <timestamp>
61 }
62 }
63 Throwing in setTimeout 2
64 From session 2
65 {
66 method : Runtime.exceptionThrown
67 params : {
68 exceptionDetails : {
69 columnNumber : 19
70 exception : {
71 type : string
72 value : error4
73 }
74 exceptionId : <exceptionId>
75 executionContextId : <executionContextId>
76 lineNumber : 0
77 stackTrace : {
78 callFrames : [
79 [0] : {
80 columnNumber : 19
81 functionName : setTimeout
82 lineNumber : 0
83 scriptId : <scriptId>
84 url :
85 }
86 ]
87 }
88 text : Uncaught error4
89 }
90 timestamp : <timestamp>
91 }
92 }
93 From session 1
94 {
95 method : Runtime.exceptionThrown
96 params : {
97 exceptionDetails : {
98 columnNumber : 19
99 exception : {
100 type : string
101 value : error4
102 }
103 exceptionId : <exceptionId>
104 executionContextId : <executionContextId>
105 lineNumber : 0
106 stackTrace : {
107 callFrames : [
108 [0] : {
109 columnNumber : 19
110 functionName : setTimeout
111 lineNumber : 0
112 scriptId : <scriptId>
113 url :
114 }
115 ]
116 }
117 text : Uncaught error4
118 }
119 timestamp : <timestamp>
120 }
121 }
122 Rejecting in 2
123 From session 2
124 {
125 method : Runtime.exceptionThrown
126 params : {
127 exceptionDetails : {
128 columnNumber : 40
129 exception : {
130 type : string
131 value : error5
132 }
133 exceptionId : <exceptionId>
134 executionContextId : <executionContextId>
135 lineNumber : 0
136 stackTrace : {
137 callFrames : [
138 [0] : {
139 columnNumber : 40
140 functionName : setTimeout
141 lineNumber : 0
142 scriptId : <scriptId>
143 url :
144 }
145 ]
146 }
147 text : Uncaught error5
148 }
149 timestamp : <timestamp>
150 }
151 }
152 From session 1
153 {
154 method : Runtime.exceptionThrown
155 params : {
156 exceptionDetails : {
157 columnNumber : 40
158 exception : {
159 type : string
160 value : error5
161 }
162 exceptionId : <exceptionId>
163 executionContextId : <executionContextId>
164 lineNumber : 0
165 stackTrace : {
166 callFrames : [
167 [0] : {
168 columnNumber : 40
169 functionName : setTimeout
170 lineNumber : 0
171 scriptId : <scriptId>
172 url :
173 }
174 ]
175 }
176 text : Uncaught error5
177 }
178 timestamp : <timestamp>
179 }
180 }
181 Revoking in 2
182 From session 2
183 {
184 method : Runtime.exceptionRevoked
185 params : {
186 exceptionId : <exceptionId>
187 reason : Handler added to rejected promise
188 }
189 }
190 id matching: true
191 From session 1
192 {
193 method : Runtime.exceptionRevoked
194 params : {
195 exceptionId : <exceptionId>
196 reason : Handler added to rejected promise
197 }
198 }
199 id matching: true
200 Rejecting in 1
201 From session 2
202 {
203 method : Runtime.exceptionThrown
204 params : {
205 exceptionDetails : {
206 columnNumber : 40
207 exception : {
208 type : string
209 value : error6
210 }
211 exceptionId : <exceptionId>
212 executionContextId : <executionContextId>
213 lineNumber : 0
214 stackTrace : {
215 callFrames : [
216 [0] : {
217 columnNumber : 40
218 functionName : setTimeout
219 lineNumber : 0
220 scriptId : <scriptId>
221 url :
222 }
223 ]
224 }
225 text : Uncaught error6
226 }
227 timestamp : <timestamp>
228 }
229 }
230 From session 1
231 {
232 method : Runtime.exceptionThrown
233 params : {
234 exceptionDetails : {
235 columnNumber : 40
236 exception : {
237 type : string
238 value : error6
239 }
240 exceptionId : <exceptionId>
241 executionContextId : <executionContextId>
242 lineNumber : 0
243 stackTrace : {
244 callFrames : [
245 [0] : {
246 columnNumber : 40
247 functionName : setTimeout
248 lineNumber : 0
249 scriptId : <scriptId>
250 url :
251 }
252 ]
253 }
254 text : Uncaught error6
255 }
256 timestamp : <timestamp>
257 }
258 }
259 Revoking in 1
260 From session 2
261 {
262 method : Runtime.exceptionRevoked
263 params : {
264 exceptionId : <exceptionId>
265 reason : Handler added to rejected promise
266 }
267 }
268 id matching: true
269 From session 1
270 {
271 method : Runtime.exceptionRevoked
272 params : {
273 exceptionId : <exceptionId>
274 reason : Handler added to rejected promise
275 }
276 }
277 id matching: true
OLDNEW
« no previous file with comments | « test/inspector/sessions/runtime-evaluate-exception.js ('k') | test/inspector/sessions/runtime-evaluate-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698