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

Side by Side Diff: LayoutTests/inspector/sources/debugger-step/debugger-step-through-promises-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 that debugger will step through Promise handlers while not stepping into V 8 internal scripts. 2 Tests that debugger will step through Promise handlers while not stepping into V 8 internal scripts.
3 3
4 Set timer for test function. 4 Set timer for test function.
5 Call stack: 5 Call stack:
6 0) p1 (debugger-step-through-promises.html:12) 6 0) p1 (debugger-step-through-promises.html:12)
7 7
8 Executing StepInto... 8 Executing StepInto...
9 Call stack: 9 Call stack:
10 0) p1 (debugger-step-through-promises.html:13) 10 0) p1 (debugger-step-through-promises.html:13)
(...skipping 12 matching lines...) Expand all
23 23
24 Executing StepOver... 24 Executing StepOver...
25 Call stack: 25 Call stack:
26 0) p3 (debugger-step-through-promises.html:23) 26 0) p3 (debugger-step-through-promises.html:23)
27 27
28 Executing StepOver... 28 Executing StepOver...
29 Call stack: 29 Call stack:
30 0) p3 (debugger-step-through-promises.html:24) 30 0) p3 (debugger-step-through-promises.html:24)
31 31
32 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698