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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-step/debugger-step-through-promises-expected.txt

Issue 1940793002: LayoutTests: adapt inspector debug step test to V8's interpreter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/sources/debugger-step/debugger-step-through-promises.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
11 11
12 Executing StepInto... 12 Executing StepInto...
13 Call stack: 13 Call stack:
14 0) p2 (debugger-step-through-promises.html:17) 14 0) p2 (debugger-step-through-promises.html:17)
15 15
16 Executing StepOver... 16 Executing StepOver...
17 Call stack: 17 Call stack:
18 0) p2 (debugger-step-through-promises.html:18) 18 0) p2 (debugger-step-through-promises.html:18)
19 19
20 Executing StepOver... 20 Executing StepOver...
21 Call stack: 21 Call stack:
22 0) p2 (debugger-step-through-promises.html:19) 22 0) p3 (debugger-step-through-promises.html:22)
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...
29 Call stack:
30 0) p3 (debugger-step-through-promises.html:24)
31 28
32
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/sources/debugger-step/debugger-step-through-promises.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698