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

Side by Side Diff: LayoutTests/inspector/sources/debugger-frameworks/frameworks-steppings-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 1
2 Tests stepping into/over/out with framework black-boxing. 2 Tests stepping into/over/out with framework black-boxing.
3 3
4 Set timer for test function. 4 Set timer for test function.
5 Call stack: 5 Call stack:
6 0) testFunction (frameworks-steppings.html:10) 6 0) testFunction (frameworks-steppings.html:10)
7 7
8 Executing StepInto... 8 Executing StepInto...
9 Executing StepInto... 9 Executing StepInto...
10 Call stack: 10 Call stack:
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 * 4) Framework.safeRun (framework.js:8) 122 * 4) Framework.safeRun (framework.js:8)
123 5) testFunction (frameworks-steppings.html:11) 123 5) testFunction (frameworks-steppings.html:11)
124 124
125 Executing StepInto... 125 Executing StepInto...
126 Call stack: 126 Call stack:
127 0) callback1 (frameworks-steppings.html:13) 127 0) callback1 (frameworks-steppings.html:13)
128 * 1) Framework.safeRun (framework.js:8) 128 * 1) Framework.safeRun (framework.js:8)
129 2) testFunction (frameworks-steppings.html:11) 129 2) testFunction (frameworks-steppings.html:11)
130 130
131 131
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698