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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-expected.txt

Issue 1380573002: DevTools: fix evaluation on the last async call stack in chain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebaselined async-callstack-filesystem.html Created 5 years, 2 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 asynchronous call stacks in debugger. 1 Tests asynchronous call stacks in debugger.
2 2
3 Set timer for test function. 3 Set timer for test function.
4 Captured call stacks in no particular order: 4 Captured call stacks in no particular order:
5 Call stack: 5 Call stack:
6 0) animFrame1 (async-callstack.html:30) 6 0) animFrame1 (async-callstack.html:30)
7 [requestAnimationFrame] 7 [requestAnimationFrame]
8 0) timeout1 (async-callstack.html:19) 8 0) timeout1 (async-callstack.html:19)
9 1) innerTestFunction (async-callstack.html:11) 9 1) innerTestFunction (async-callstack.html:11)
10 [setTimeout] 10 [setTimeout]
11 0) testFunction (async-callstack.html:13) 11 0) testFunction (async-callstack.html:13)
12 [setTimeout]
13 0) scheduleTestFunction (debugger-test.js:3)
14 <... skipped remaining frames ...>
12 15
13 Call stack: 16 Call stack:
14 0) animFrame2 (async-callstack.html:47) 17 0) animFrame2 (async-callstack.html:47)
15 [requestAnimationFrame] 18 [requestAnimationFrame]
16 0) animFrame1 (async-callstack.html:32) 19 0) animFrame1 (async-callstack.html:32)
17 [requestAnimationFrame] 20 [requestAnimationFrame]
18 0) timeout1 (async-callstack.html:19) 21 0) timeout1 (async-callstack.html:19)
19 1) innerTestFunction (async-callstack.html:11) 22 1) innerTestFunction (async-callstack.html:11)
20 [setTimeout] 23 [setTimeout]
21 0) testFunction (async-callstack.html:13) 24 0) testFunction (async-callstack.html:13)
25 [setTimeout]
26 0) scheduleTestFunction (debugger-test.js:3)
27 <... skipped remaining frames ...>
22 28
23 Call stack: 29 Call stack:
24 0) interval1 (async-callstack.html:37) 30 0) interval1 (async-callstack.html:37)
25 1) innerInterval1 (async-callstack.html:24) 31 1) innerInterval1 (async-callstack.html:24)
26 [setInterval] 32 [setInterval]
27 0) timeout1 (async-callstack.html:20) 33 0) timeout1 (async-callstack.html:20)
28 1) innerTestFunction (async-callstack.html:11) 34 1) innerTestFunction (async-callstack.html:11)
29 [setTimeout] 35 [setTimeout]
30 0) testFunction (async-callstack.html:13) 36 0) testFunction (async-callstack.html:13)
37 [setTimeout]
38 0) scheduleTestFunction (debugger-test.js:3)
39 <... skipped remaining frames ...>
31 40
32 Call stack: 41 Call stack:
33 0) timeout1 (async-callstack.html:18) 42 0) timeout1 (async-callstack.html:18)
34 1) innerTestFunction (async-callstack.html:11) 43 1) innerTestFunction (async-callstack.html:11)
35 [setTimeout] 44 [setTimeout]
36 0) testFunction (async-callstack.html:13) 45 0) testFunction (async-callstack.html:13)
46 [setTimeout]
47 0) scheduleTestFunction (debugger-test.js:3)
48 <... skipped remaining frames ...>
37 49
38 Call stack: 50 Call stack:
39 0) timeout2 (async-callstack.html:42) 51 0) timeout2 (async-callstack.html:42)
40 [setTimeout] 52 [setTimeout]
41 0) animFrame1 (async-callstack.html:31) 53 0) animFrame1 (async-callstack.html:31)
42 [requestAnimationFrame] 54 [requestAnimationFrame]
43 0) timeout1 (async-callstack.html:19) 55 0) timeout1 (async-callstack.html:19)
44 1) innerTestFunction (async-callstack.html:11) 56 1) innerTestFunction (async-callstack.html:11)
45 [setTimeout] 57 [setTimeout]
46 0) testFunction (async-callstack.html:13) 58 0) testFunction (async-callstack.html:13)
59 [setTimeout]
60 0) scheduleTestFunction (debugger-test.js:3)
61 <... skipped remaining frames ...>
47 62
48 Call stack: 63 Call stack:
49 0) timeout3 (async-callstack.html:61) 64 0) timeout3 (async-callstack.html:61)
50 1) longTail0 (async-callstack.html:50) 65 1) longTail0 (async-callstack.html:50)
51 [setTimeout] 66 [setTimeout]
52 0) longTail1 (:1) 67 0) longTail1 (:1)
53 [setTimeout] 68 [setTimeout]
54 0) longTail2 (:2) 69 0) longTail2 (:2)
55 [setTimeout] 70 [setTimeout]
56 0) longTail3 (:3) 71 0) longTail3 (:3)
57 [setTimeout] 72 [setTimeout]
58 0) longTail4 (:4) 73 0) longTail4 (:4)
59 74
60 75
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698