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

Side by Side Diff: LayoutTests/inspector/sources/debugger/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
(Empty)
1
2 Tests that debugger will step through Promise handlers while not stepping into V 8 internal scripts.
3
4 Set timer for test function.
5 Call stack:
6 0) p1 (debugger-step-through-promises.html:12)
7
8 Executing StepInto...
9 Call stack:
10 0) p1 (debugger-step-through-promises.html:13)
11
12 Executing StepInto...
13 Call stack:
14 0) p2 (debugger-step-through-promises.html:17)
15
16 Executing StepOver...
17 Call stack:
18 0) p2 (debugger-step-through-promises.html:18)
19
20 Executing StepOver...
21 Call stack:
22 0) p2 (debugger-step-through-promises.html:19)
23
24 Executing StepOver...
25 Call stack:
26 0) p3 (debugger-step-through-promises.html:23)
27
28 Executing StepOver...
29 Call stack:
30 0) p3 (debugger-step-through-promises.html:24)
31
32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698