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

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: fixed test flakiness 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 Captured call stacks in no particular order:
6 Call stack:
7 0) animFrame1 (async-callstack.html:30)
8 [Async Call]
9 0) timeout1 (async-callstack.html:19)
10 1) innerTestFunction (async-callstack.html:11)
11 [Async Call]
12 0) testFunction (async-callstack.html:13)
13
14 Call stack:
15 0) animFrame2 (async-callstack.html:47)
16 [Async Call]
17 0) animFrame1 (async-callstack.html:32)
18 [Async Call]
19 0) timeout1 (async-callstack.html:19)
20 1) innerTestFunction (async-callstack.html:11)
21 [Async Call]
22 0) testFunction (async-callstack.html:13)
23
24 Call stack:
25 0) interval1 (async-callstack.html:37)
26 1) innerInterval1 (async-callstack.html:24)
27 [Async Call]
28 0) timeout1 (async-callstack.html:20)
29 1) innerTestFunction (async-callstack.html:11)
30 [Async Call]
31 0) testFunction (async-callstack.html:13)
32
33 Call stack:
34 0) timeout1 (async-callstack.html:18)
35 1) innerTestFunction (async-callstack.html:11)
36 [Async Call]
37 0) testFunction (async-callstack.html:13)
38
39 Call stack:
40 0) timeout2 (async-callstack.html:42)
41 [Async Call]
42 0) animFrame1 (async-callstack.html:31)
43 [Async Call]
44 0) timeout1 (async-callstack.html:19)
45 1) innerTestFunction (async-callstack.html:11)
46 [Async Call]
47 0) testFunction (async-callstack.html:13)
48
49 Call stack:
50 0) timeout3 (async-callstack.html:61)
51 1) longTail0 (async-callstack.html:50)
52 [Async Call]
53 0) longTail1 (:1)
54 [Async Call]
55 0) longTail2 (:2)
56 [Async Call]
57 0) longTail3 (:3)
58 [Async Call]
59 0) longTail4 (:4)
60
61 Debugger was disabled.
62
OLDNEW
« no previous file with comments | « LayoutTests/inspector/debugger/async-callstack.html ('k') | LayoutTests/inspector/debugger/debugger-activation-crash2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698