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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-expected.txt

Issue 2650943009: [DevTools] increase AsyncCallStackDepth to 8 (Closed)
Patch Set: added missing test 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
OLDNEW
1 Tests asynchronous call stacks in debugger. 1 Tests asynchronous call stacks in debugger.
2 2
3 Set timer for test function. 3 Set timer for test function.
4 Captured call stacks in no particular order: 4 Captured call stacks in no particular order:
5 Call stack: 5 Call stack:
6 0) animFrame1 (async-callstack.html:30) 6 0) animFrame1 (async-callstack.html:30)
7 [requestAnimationFrame] 7 [requestAnimationFrame]
8 0) timeout1 (async-callstack.html:19) 8 0) timeout1 (async-callstack.html:19)
9 1) innerTestFunction (async-callstack.html:11) 9 1) innerTestFunction (async-callstack.html:11)
10 [setTimeout] 10 [setTimeout]
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 0) timeout3 (async-callstack.html:61) 64 0) timeout3 (async-callstack.html:61)
65 1) longTail0 (async-callstack.html:50) 65 1) longTail0 (async-callstack.html:50)
66 [setTimeout] 66 [setTimeout]
67 0) longTail1 (:1) 67 0) longTail1 (:1)
68 [setTimeout] 68 [setTimeout]
69 0) longTail2 (:2) 69 0) longTail2 (:2)
70 [setTimeout] 70 [setTimeout]
71 0) longTail3 (:3) 71 0) longTail3 (:3)
72 [setTimeout] 72 [setTimeout]
73 0) longTail4 (:4) 73 0) longTail4 (:4)
74 [setTimeout]
75 0) longTail5 (:5)
76 [setTimeout]
77 0) longTail6 (:6)
78 [setTimeout]
79 0) longTail7 (:7)
80 [setTimeout]
81 0) longTail8 (:8)
74 82
75 83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698