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

Side by Side Diff: test/inspector/debugger/promise-chain-when-limit-hit-expected.txt

Issue 2891213002: [inspector] Refactor protocol-test.js (Closed)
Patch Set: comments addressed 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 Tests how async promise chains behave when reaching the limit of stacks
1 Checks correctness of promise chains when limit hit 2 Checks correctness of promise chains when limit hit
2 inspector.setMaxAsyncTaskStacks(3) 3 inspector.setMaxAsyncTaskStacks(3)
3 Run expression 'console.trace()' with async chain len: 3 4 Run expression 'console.trace()' with async chain len: 3
4 { 5 {
5 method : Runtime.consoleAPICalled 6 method : Runtime.consoleAPICalled
6 params : { 7 params : {
7 args : [ 8 args : [
8 [0] : { 9 [0] : {
9 type : string 10 type : string
10 value : console.trace 11 value : console.trace
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 url : 226 url :
226 } 227 }
227 ] 228 ]
228 description : Promise.resolve 229 description : Promise.resolve
229 } 230 }
230 } 231 }
231 timestamp : <timestamp> 232 timestamp : <timestamp>
232 type : trace 233 type : trace
233 } 234 }
234 } 235 }
OLDNEW
« no previous file with comments | « test/inspector/debugger/promise-chain-when-limit-hit.js ('k') | test/inspector/debugger/protocol-string-to-double-locale.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698