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

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

Issue 2828863002: [DevTools] enable async stacks by default (Closed)
Patch Set: ac Created 3 years, 8 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 1
2 Tests that stepping into blackboxed framework will not pause on setTimeout() ins ide the framework. 2 Tests that stepping into blackboxed framework will not pause on setTimeout() ins ide the framework.
3 3
4 Set timer for test function. 4 Set timer for test function.
5 Call stack: 5 Call stack:
6 0) stop (frameworks-step-into-skips-setTimeout.html:25) 6 0) stop (frameworks-step-into-skips-setTimeout.html:25)
7 1) callback (frameworks-step-into-skips-setTimeout.html:19) 7 1) callback (frameworks-step-into-skips-setTimeout.html:19)
8 * 2) Framework_scheduleUntilDone (framework.js:142) 8 * 2) Framework_scheduleUntilDone (framework.js:142)
9 [setTimeout]
10 * 0) Framework.schedule (framework.js:45)
11 * 1) Framework.scheduleUntilDone (framework.js:138)
12 2) testFunction (frameworks-step-into-skips-setTimeout.html:12)
13 [setTimeout]
14 0) scheduleTestFunction (debugger-test.js:3)
15 <... skipped remaining frames ...>
9 16
10 Executing StepOut... 17 Executing StepOut...
11 Call stack: 18 Call stack:
12 0) callback (frameworks-step-into-skips-setTimeout.html:20) 19 0) callback (frameworks-step-into-skips-setTimeout.html:20)
13 * 1) Framework_scheduleUntilDone (framework.js:142) 20 * 1) Framework_scheduleUntilDone (framework.js:142)
21 [setTimeout]
22 * 0) Framework.schedule (framework.js:45)
23 * 1) Framework.scheduleUntilDone (framework.js:138)
24 2) testFunction (frameworks-step-into-skips-setTimeout.html:12)
25 [setTimeout]
26 0) scheduleTestFunction (debugger-test.js:3)
27 <... skipped remaining frames ...>
14 28
15 Executing StepInto... 29 Executing StepInto...
16 Call stack: 30 Call stack:
17 0) callback (frameworks-step-into-skips-setTimeout.html:21) 31 0) callback (frameworks-step-into-skips-setTimeout.html:21)
18 * 1) Framework_scheduleUntilDone (framework.js:142) 32 * 1) Framework_scheduleUntilDone (framework.js:142)
33 [setTimeout]
34 * 0) Framework.schedule (framework.js:45)
35 * 1) Framework.scheduleUntilDone (framework.js:138)
36 2) testFunction (frameworks-step-into-skips-setTimeout.html:12)
37 [setTimeout]
38 0) scheduleTestFunction (debugger-test.js:3)
39 <... skipped remaining frames ...>
19 40
20 Executing StepInto... 41 Executing StepInto...
21 Call stack: 42 Call stack:
22 0) callback (frameworks-step-into-skips-setTimeout.html:17) 43 0) callback (frameworks-step-into-skips-setTimeout.html:17)
23 * 1) Framework_scheduleUntilDone (framework.js:142) 44 * 1) Framework_scheduleUntilDone (framework.js:142)
45 [setTimeout]
46 * 0) Framework.schedule (framework.js:45)
47 * 1) Framework_scheduleUntilDone (framework.js:144)
48 [setTimeout]
49 * 0) Framework.schedule (framework.js:45)
50 * 1) Framework.scheduleUntilDone (framework.js:138)
51 2) testFunction (frameworks-step-into-skips-setTimeout.html:12)
52 [setTimeout]
53 0) scheduleTestFunction (debugger-test.js:3)
54 <... skipped remaining frames ...>
24 55
25 56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698