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

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

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 [setTimeout] 51 [setTimeout]
52 0) longTail1 (:1) 52 0) longTail1 (:1)
53 [setTimeout] 53 [setTimeout]
54 0) longTail2 (:2) 54 0) longTail2 (:2)
55 [setTimeout] 55 [setTimeout]
56 0) longTail3 (:3) 56 0) longTail3 (:3)
57 [setTimeout] 57 [setTimeout]
58 0) longTail4 (:4) 58 0) longTail4 (:4)
59 59
60 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698