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

Side by Side Diff: test/inspector/debugger/async-stacks-limit-expected.txt

Issue 2579403002: [inspector] introduce limit for amount of stored async stacks (Closed)
Patch Set: addressed comments Created 4 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
« no previous file with comments | « test/inspector/debugger/async-stacks-limit.js ('k') | test/inspector/inspector-test.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Checks that async stacks works good with different limits
2
3 Running test: testZeroLimit
4 foo1 (test.js:11:2)
5
6
7 Running test: testOneLimit
8 foo1 (test.js:11:2)
9 -- Promise.resolve --
10 promise (test.js:23:2)
11 (anonymous) (expr.js:0:0)
12
13
14 Running test: testOneLimitTwoPromises
15 foo1 (test.js:11:2)
16
17 foo2 (test.js:15:2)
18
19
20 Running test: testTwoLimitTwoPromises
21 foo1 (test.js:11:2)
22 -- Promise.resolve --
23 twoPromises (test.js:34:2)
24 (anonymous) (expr.js:0:0)
25
26 foo2 (test.js:15:2)
27 -- Promise.resolve --
28 twoPromises (test.js:35:2)
29 (anonymous) (expr.js:0:0)
30
31
32 Running test: testOneLimitTwoSetTimeouts
33 foo1 (test.js:11:2)
34
35 foo2 (test.js:15:2)
36 -- setTimeout --
37 twoSetTimeout (test.js:41:2)
38 (anonymous) (expr.js:0:0)
39
40
41 Running test: testTwoLimitTwoSetTimeouts
42 foo1 (test.js:11:2)
43 -- setTimeout --
44 twoSetTimeout (test.js:40:2)
45 (anonymous) (expr.js:0:0)
46
47 foo2 (test.js:15:2)
48 -- setTimeout --
49 twoSetTimeout (test.js:41:2)
50 (anonymous) (expr.js:0:0)
51
52
53 Running test: testTenLimitTwentySetTimeouts
54 foo1 (:0:17)
55 (anonymous) (:0:28)
56
57 foo2 (:0:17)
58 (anonymous) (:0:28)
59
60 foo3 (:0:17)
61 (anonymous) (:0:28)
62
63 foo4 (:0:17)
64 (anonymous) (:0:28)
65
66 foo5 (:0:17)
67 (anonymous) (:0:28)
68
69 foo6 (:0:17)
70 (anonymous) (:0:28)
71
72 foo7 (:0:17)
73 (anonymous) (:0:28)
74
75 foo8 (:0:17)
76 (anonymous) (:0:28)
77
78 foo9 (:0:17)
79 (anonymous) (:0:28)
80
81 foo10 (:0:18)
82 (anonymous) (:0:29)
83
84 foo11 (:0:18)
85 (anonymous) (:0:29)
86 -- setTimeout --
87 twentySetTimeout (test.js:55:4)
88 (anonymous) (expr.js:0:0)
89
90 foo12 (:0:18)
91 (anonymous) (:0:29)
92 -- setTimeout --
93 twentySetTimeout (test.js:55:4)
94 (anonymous) (expr.js:0:0)
95
96 foo13 (:0:18)
97 (anonymous) (:0:29)
98 -- setTimeout --
99 twentySetTimeout (test.js:55:4)
100 (anonymous) (expr.js:0:0)
101
102 foo14 (:0:18)
103 (anonymous) (:0:29)
104 -- setTimeout --
105 twentySetTimeout (test.js:55:4)
106 (anonymous) (expr.js:0:0)
107
108 foo15 (:0:18)
109 (anonymous) (:0:29)
110 -- setTimeout --
111 twentySetTimeout (test.js:55:4)
112 (anonymous) (expr.js:0:0)
113
114 foo16 (:0:18)
115 (anonymous) (:0:29)
116 -- setTimeout --
117 twentySetTimeout (test.js:55:4)
118 (anonymous) (expr.js:0:0)
119
120 foo17 (:0:18)
121 (anonymous) (:0:29)
122 -- setTimeout --
123 twentySetTimeout (test.js:55:4)
124 (anonymous) (expr.js:0:0)
125
126 foo18 (:0:18)
127 (anonymous) (:0:29)
128 -- setTimeout --
129 twentySetTimeout (test.js:55:4)
130 (anonymous) (expr.js:0:0)
131
132 foo19 (:0:18)
133 (anonymous) (:0:29)
134 -- setTimeout --
135 twentySetTimeout (test.js:55:4)
136 (anonymous) (expr.js:0:0)
137
OLDNEW
« no previous file with comments | « test/inspector/debugger/async-stacks-limit.js ('k') | test/inspector/inspector-test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698