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

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

Issue 74063002: DevTools: Support asynchronous call stacks on backend. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: removed trash Created 7 years 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 Tests asynchronous call stacks in debugger.
2
3 Debugger was enabled.
4 Set timer for test function.
5 Script execution paused.
6 Call stack:
7 0) timeout1 (async-callstack.html:18)
8 1) innerTestFunction (async-callstack.html:11)
9 [Async Call]
10 0) testFunction (async-callstack.html:13)
11 Script execution resumed.
12 Script execution paused.
13 Call stack:
14 0) animFrame1 (async-callstack.html:30)
15 [Async Call]
16 0) timeout1 (async-callstack.html:19)
17 1) innerTestFunction (async-callstack.html:11)
18 [Async Call]
19 0) testFunction (async-callstack.html:13)
20 Script execution resumed.
21 Script execution paused.
22 Call stack:
yurys 2013/12/04 15:25:52 It is not obvious from this output what is the exp
aandrey 2013/12/04 15:57:26 This output is the expected result. What do you su
yurys 2013/12/05 11:37:48 Having explicit SUCCESS: or FAIL: prefix in the ou
aandrey 2013/12/05 13:03:40 Too hard to do.
23 0) interval1 (async-callstack.html:37)
24 1) innerInterval1 (async-callstack.html:24)
25 [Async Call]
26 0) timeout1 (async-callstack.html:20)
27 1) innerTestFunction (async-callstack.html:11)
28 [Async Call]
29 0) testFunction (async-callstack.html:13)
30 Script execution resumed.
31 Script execution paused.
32 Call stack:
33 0) timeout2 (async-callstack.html:42)
34 [Async Call]
35 0) animFrame1 (async-callstack.html:31)
36 [Async Call]
37 0) timeout1 (async-callstack.html:19)
38 1) innerTestFunction (async-callstack.html:11)
39 [Async Call]
40 0) testFunction (async-callstack.html:13)
41 Script execution resumed.
42 Script execution paused.
43 Call stack:
44 0) animFrame2 (async-callstack.html:47)
45 [Async Call]
46 0) animFrame1 (async-callstack.html:32)
47 [Async Call]
48 0) timeout1 (async-callstack.html:19)
49 1) innerTestFunction (async-callstack.html:11)
50 [Async Call]
51 0) testFunction (async-callstack.html:13)
52 Script execution resumed.
53 Script execution paused.
54 Call stack:
55 0) timeout3 (async-callstack.html:61)
56 1) longTail0 (async-callstack.html:50)
57 [Async Call]
58 0) longTail1 (:1)
59 [Async Call]
60 0) longTail2 (:2)
61 [Async Call]
62 0) longTail3 (:3)
63 [Async Call]
64 0) longTail4 (:4)
65 Script execution resumed.
66 Debugger was disabled.
67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698