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

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

Issue 2648873002: [inspector] added creation frame for async call chains for promises (Closed)
Patch Set: fixed usage of external reference Created 3 years, 11 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 Checks that async stacks works good with different limits 1 Checks that async stacks works good with different limits
2 2
3 Running test: testZeroLimit 3 Running test: testZeroLimit
4 foo1 (test.js:11:2) 4 foo1 (test.js:11:2)
5 5
6 6
7 Running test: testOneLimit 7 Running test: testOneLimit
8 foo1 (test.js:11:2) 8 foo1 (test.js:11:2)
9 -- Promise.resolve -- 9 -- Promise.resolve --
10 promise (test.js:23:2) 10 promise (test.js:23:2)
11 (anonymous) (expr.js:0:0) 11 (anonymous) (expr.js:0:0)
12 12
13 13
14 Running test: testOneLimitTwoPromises 14 Running test: testOneLimitTwoPromises
15 foo1 (test.js:11:2) 15 foo1 (test.js:11:2)
16 16
17 foo2 (test.js:15:2) 17 foo2 (test.js:15:2)
18 18
19 19
20 Running test: testTwoLimitTwoPromises 20 Running test: testTwoLimitTwoPromises
21 foo1 (test.js:11:2) 21 foo1 (test.js:11:2)
22 -- Promise.resolve --
23 twoPromises (test.js:34:2)
24 (anonymous) (expr.js:0:0)
25 22
26 foo2 (test.js:15:2) 23 foo2 (test.js:15:2)
27 -- Promise.resolve --
28 twoPromises (test.js:35:2)
29 (anonymous) (expr.js:0:0)
30 24
31 25
32 Running test: testOneLimitTwoSetTimeouts 26 Running test: testOneLimitTwoSetTimeouts
33 foo1 (test.js:11:2) 27 foo1 (test.js:11:2)
34 28
35 foo2 (test.js:15:2) 29 foo2 (test.js:15:2)
36 -- setTimeout --
37 twoSetTimeout (test.js:41:2)
38 (anonymous) (expr.js:0:0)
39 30
40 31
41 Running test: testTwoLimitTwoSetTimeouts 32 Running test: testTwoLimitTwoSetTimeouts
42 foo1 (test.js:11:2) 33 foo1 (test.js:11:2)
43 -- setTimeout --
44 twoSetTimeout (test.js:40:2)
45 (anonymous) (expr.js:0:0)
46 34
47 foo2 (test.js:15:2) 35 foo2 (test.js:15:2)
48 -- setTimeout --
49 twoSetTimeout (test.js:41:2)
50 (anonymous) (expr.js:0:0)
51 36
52 37
53 Running test: testTenLimitTwentySetTimeouts 38 Running test: testTenLimitTwentySetTimeouts
54 foo1 (:0:17) 39 foo1 (:0:17)
55 (anonymous) (:0:28) 40 (anonymous) (:0:28)
56 41
57 foo2 (:0:17) 42 foo2 (:0:17)
58 (anonymous) (:0:28) 43 (anonymous) (:0:28)
59 44
60 foo3 (:0:17) 45 foo3 (:0:17)
(...skipping 15 matching lines...) Expand all
76 (anonymous) (:0:28) 61 (anonymous) (:0:28)
77 62
78 foo9 (:0:17) 63 foo9 (:0:17)
79 (anonymous) (:0:28) 64 (anonymous) (:0:28)
80 65
81 foo10 (:0:18) 66 foo10 (:0:18)
82 (anonymous) (:0:29) 67 (anonymous) (:0:29)
83 68
84 foo11 (:0:18) 69 foo11 (:0:18)
85 (anonymous) (:0:29) 70 (anonymous) (:0:29)
86 -- setTimeout --
87 twentySetTimeout (test.js:55:4)
88 (anonymous) (expr.js:0:0)
89 71
90 foo12 (:0:18) 72 foo12 (:0:18)
91 (anonymous) (:0:29) 73 (anonymous) (:0:29)
92 -- setTimeout --
93 twentySetTimeout (test.js:55:4)
94 (anonymous) (expr.js:0:0)
95 74
96 foo13 (:0:18) 75 foo13 (:0:18)
97 (anonymous) (:0:29) 76 (anonymous) (:0:29)
98 -- setTimeout -- 77 -- setTimeout --
99 twentySetTimeout (test.js:55:4) 78 twentySetTimeout (test.js:55:4)
100 (anonymous) (expr.js:0:0) 79 (anonymous) (expr.js:0:0)
101 80
102 foo14 (:0:18) 81 foo14 (:0:18)
103 (anonymous) (:0:29) 82 (anonymous) (:0:29)
104 -- setTimeout -- 83 -- setTimeout --
(...skipping 23 matching lines...) Expand all
128 -- setTimeout -- 107 -- setTimeout --
129 twentySetTimeout (test.js:55:4) 108 twentySetTimeout (test.js:55:4)
130 (anonymous) (expr.js:0:0) 109 (anonymous) (expr.js:0:0)
131 110
132 foo19 (:0:18) 111 foo19 (:0:18)
133 (anonymous) (:0:29) 112 (anonymous) (:0:29)
134 -- setTimeout -- 113 -- setTimeout --
135 twentySetTimeout (test.js:55:4) 114 twentySetTimeout (test.js:55:4)
136 (anonymous) (expr.js:0:0) 115 (anonymous) (expr.js:0:0)
137 116
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698