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

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

Issue 2816043006: [inspector] avoid cloning of async call chains (Closed)
Patch Set: rebased 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
(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: testTwoLimit
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: testFourLimitTwoPromises
21 foo1 (test.js:11:2)
22
23 foo2 (test.js:15:2)
24
25
26 Running test: testSixLimitTwoPromises
27 foo1 (test.js:11:2)
28
29 foo2 (test.js:15:2)
30 -- Promise.resolve --
31 twoPromises (test.js:35:2)
32 (anonymous) (expr.js:0:0)
33
34
35 Running test: testTwoLimitTwoSetTimeouts
36 foo1 (test.js:11:2)
37
38 foo2 (test.js:15:2)
39 -- setTimeout --
40 twoSetTimeout (test.js:41:2)
41 (anonymous) (expr.js:0:0)
42
43
44 Running test: testThreeLimitTwoSetTimeouts
45 foo1 (test.js:11:2)
46 -- setTimeout --
47 twoSetTimeout (test.js:40:2)
48 (anonymous) (expr.js:0:0)
49
50 foo2 (test.js:15:2)
51 -- setTimeout --
52 twoSetTimeout (test.js:41:2)
53 (anonymous) (expr.js:0:0)
54
55
56 Running test: testTenLimitTwentySetTimeouts
57 foo1 (:0:17)
58 (anonymous) (:0:28)
59
60 foo2 (:0:17)
61 (anonymous) (:0:28)
62
63 foo3 (:0:17)
64 (anonymous) (:0:28)
65
66 foo4 (:0:17)
67 (anonymous) (:0:28)
68
69 foo5 (:0:17)
70 (anonymous) (:0:28)
71
72 foo6 (:0:17)
73 (anonymous) (:0:28)
74
75 foo7 (:0:17)
76 (anonymous) (:0:28)
77
78 foo8 (:0:17)
79 (anonymous) (:0:28)
80
81 foo9 (:0:17)
82 (anonymous) (:0:28)
83
84 foo10 (:0:18)
85 (anonymous) (:0:29)
86
87 foo11 (:0:18)
88 (anonymous) (:0:29)
89 -- setTimeout --
90 twentySetTimeout (test.js:49:4)
91 (anonymous) (expr.js:0:0)
92
93 foo12 (:0:18)
94 (anonymous) (:0:29)
95 -- setTimeout --
96 twentySetTimeout (test.js:49:4)
97 (anonymous) (expr.js:0:0)
98
99 foo13 (:0:18)
100 (anonymous) (:0:29)
101 -- setTimeout --
102 twentySetTimeout (test.js:49:4)
103 (anonymous) (expr.js:0:0)
104
105 foo14 (:0:18)
106 (anonymous) (:0:29)
107 -- setTimeout --
108 twentySetTimeout (test.js:49:4)
109 (anonymous) (expr.js:0:0)
110
111 foo15 (:0:18)
112 (anonymous) (:0:29)
113 -- setTimeout --
114 twentySetTimeout (test.js:49:4)
115 (anonymous) (expr.js:0:0)
116
117 foo16 (:0:18)
118 (anonymous) (:0:29)
119 -- setTimeout --
120 twentySetTimeout (test.js:49:4)
121 (anonymous) (expr.js:0:0)
122
123 foo17 (:0:18)
124 (anonymous) (:0:29)
125 -- setTimeout --
126 twentySetTimeout (test.js:49:4)
127 (anonymous) (expr.js:0:0)
128
129 foo18 (:0:18)
130 (anonymous) (:0:29)
131 -- setTimeout --
132 twentySetTimeout (test.js:49:4)
133 (anonymous) (expr.js:0:0)
134
135 foo19 (:0:18)
136 (anonymous) (:0:29)
137 -- setTimeout --
138 twentySetTimeout (test.js:49:4)
139 (anonymous) (expr.js:0:0)
140
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698