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

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

Issue 1751803002: LayoutTests: prepare inspector/debugger-step tests for V8 debugger change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 9 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
OLDNEW
1 Tests debugger StepIntoAsync action (part 1). 1 Tests debugger StepIntoAsync action (part 1).
2 2
3 Set timer for test function. 3 Set timer for test function.
4 Executing StepOver... 4 Executing StepOver...
5 Executing StepOver... 5 Executing StepOver...
6 Executing StepOver... 6 Executing StepOver...
7 Call stack: 7 Call stack:
8 0) testFunction (debugger-step-into-async1.html:17) 8 0) testFunction (debugger-step-into-async1.html:17)
9 9
10 Executing StepIntoAsync... 10 Executing StepIntoAsync...
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 * 0) Framework.schedule (framework.js:45) 60 * 0) Framework.schedule (framework.js:45)
61 * 1) Framework_willSchedule (framework.js:51) 61 * 1) Framework_willSchedule (framework.js:51)
62 [setTimeout] 62 [setTimeout]
63 * 0) Framework.schedule (framework.js:45) 63 * 0) Framework.schedule (framework.js:45)
64 * 1) Framework_willSchedule (framework.js:51) 64 * 1) Framework_willSchedule (framework.js:51)
65 65
66 Executing Resume... 66 Executing Resume...
67 Executing StepOver... 67 Executing StepOver...
68 Executing StepIntoAsync... 68 Executing StepIntoAsync...
69 Call stack: 69 Call stack:
70 0) callback5 (debugger-step-into-async1.html:64) 70 0) callback5 (debugger-step-into-async1.html:65)
71 * 1) Framework_eventListener (framework.js:86) 71 * 1) Framework_eventListener (framework.js:86)
72 * 2) Framework.createButtonWithEventListenersAndClick (framework.js:173) 72 * 2) Framework.createButtonWithEventListenersAndClick (framework.js:173)
73 * 3) Framework_bound (framework.js:105) 73 * 3) Framework_bound (framework.js:105)
74 [setTimeout] 74 [setTimeout]
75 * 0) Framework.schedule (framework.js:45) 75 * 0) Framework.schedule (framework.js:45)
76 1) callback4 (debugger-step-into-async1.html:58) 76 1) callback4 (debugger-step-into-async1.html:58)
77 * 2) Framework.safeRun (framework.js:8) 77 * 2) Framework.safeRun (framework.js:8)
78 * 3) Framework.safeRun (framework.js:13) 78 * 3) Framework.safeRun (framework.js:13)
79 * 4) Framework.safeRun (framework.js:10) 79 * 4) Framework.safeRun (framework.js:10)
80 * 5) Framework_bound (framework.js:105) 80 * 5) Framework_bound (framework.js:105)
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 1) callback4 (debugger-step-into-async1.html:58) 129 1) callback4 (debugger-step-into-async1.html:58)
130 * 2) Framework.safeRun (framework.js:8) 130 * 2) Framework.safeRun (framework.js:8)
131 * 3) Framework.safeRun (framework.js:13) 131 * 3) Framework.safeRun (framework.js:13)
132 * 4) Framework.safeRun (framework.js:10) 132 * 4) Framework.safeRun (framework.js:10)
133 * 5) Framework_bound (framework.js:105) 133 * 5) Framework_bound (framework.js:105)
134 [setTimeout] 134 [setTimeout]
135 * 0) Framework.schedule (framework.js:45) 135 * 0) Framework.schedule (framework.js:45)
136 1) callback3 (debugger-step-into-async1.html:50) 136 1) callback3 (debugger-step-into-async1.html:50)
137 137
138 138
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698