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

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

Issue 2816043006: [inspector] avoid cloning of async call chains (Closed)
Patch Set: StackTrace -> back to V8StacktraceImpl 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
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: testTwoLimit 7 Running test: testTwoLimit
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: testFourLimitTwoPromises 20 Running test: testFourLimitTwoPromises
21 foo1 (test.js:11:2) 21 foo1 (test.js:11:2)
22 22
23 foo2 (test.js:15:2) 23 foo2 (test.js:15:2)
24 24
25 25
26 Running test: testSixLimitTwoPromises 26 Running test: testSixLimitTwoPromises
27 foo1 (test.js:11:2) 27 foo1 (test.js:11:2)
28 28
29 foo2 (test.js:15:2) 29 foo2 (test.js:15:2)
30 -- Promise.resolve --
dgozman 2017/04/17 17:49:08 Not sure why this has changed. Perhaps, we need to
kozy 2017/04/17 21:34:17 Added better test.
31 twoPromises (test.js:35:2)
32 (anonymous) (expr.js:0:0)
33 30
34 31
35 Running test: testTwoLimitTwoSetTimeouts 32 Running test: testTwoLimitTwoSetTimeouts
36 foo1 (test.js:11:2) 33 foo1 (test.js:11:2)
37 34
38 foo2 (test.js:15:2) 35 foo2 (test.js:15:2)
39 -- setTimeout --
40 twoSetTimeout (test.js:41:2)
41 (anonymous) (expr.js:0:0)
42 36
43 37
44 Running test: testThreeLimitTwoSetTimeouts 38 Running test: testThreeLimitTwoSetTimeouts
45 foo1 (test.js:11:2) 39 foo1 (test.js:11:2)
46 -- setTimeout --
47 twoSetTimeout (test.js:40:2)
48 (anonymous) (expr.js:0:0)
49 40
50 foo2 (test.js:15:2) 41 foo2 (test.js:15:2)
51 -- setTimeout --
52 twoSetTimeout (test.js:41:2)
53 (anonymous) (expr.js:0:0)
54 42
55 43
56 Running test: testTenLimitTwentySetTimeouts 44 Running test: testTenLimitTwentySetTimeouts
57 foo1 (:0:17) 45 foo1 (:0:17)
58 (anonymous) (:0:28) 46 (anonymous) (:0:28)
59 47
60 foo2 (:0:17) 48 foo2 (:0:17)
61 (anonymous) (:0:28) 49 (anonymous) (:0:28)
62 50
63 foo3 (:0:17) 51 foo3 (:0:17)
(...skipping 15 matching lines...) Expand all
79 (anonymous) (:0:28) 67 (anonymous) (:0:28)
80 68
81 foo9 (:0:17) 69 foo9 (:0:17)
82 (anonymous) (:0:28) 70 (anonymous) (:0:28)
83 71
84 foo10 (:0:18) 72 foo10 (:0:18)
85 (anonymous) (:0:29) 73 (anonymous) (:0:29)
86 74
87 foo11 (:0:18) 75 foo11 (:0:18)
88 (anonymous) (:0:29) 76 (anonymous) (:0:29)
89 -- setTimeout --
90 twentySetTimeout (test.js:49:4)
91 (anonymous) (expr.js:0:0)
92 77
93 foo12 (:0:18) 78 foo12 (:0:18)
94 (anonymous) (:0:29) 79 (anonymous) (:0:29)
95 -- setTimeout --
96 twentySetTimeout (test.js:49:4)
97 (anonymous) (expr.js:0:0)
98 80
99 foo13 (:0:18) 81 foo13 (:0:18)
100 (anonymous) (:0:29) 82 (anonymous) (:0:29)
101 -- setTimeout --
102 twentySetTimeout (test.js:49:4)
103 (anonymous) (expr.js:0:0)
104 83
105 foo14 (:0:18) 84 foo14 (:0:18)
106 (anonymous) (:0:29) 85 (anonymous) (:0:29)
107 -- setTimeout --
108 twentySetTimeout (test.js:49:4)
109 (anonymous) (expr.js:0:0)
110 86
111 foo15 (:0:18) 87 foo15 (:0:18)
112 (anonymous) (:0:29) 88 (anonymous) (:0:29)
113 -- setTimeout -- 89 -- setTimeout --
114 twentySetTimeout (test.js:49:4) 90 twentySetTimeout (test.js:49:4)
115 (anonymous) (expr.js:0:0) 91 (anonymous) (expr.js:0:0)
116 92
117 foo16 (:0:18) 93 foo16 (:0:18)
118 (anonymous) (:0:29) 94 (anonymous) (:0:29)
119 -- setTimeout -- 95 -- setTimeout --
(...skipping 11 matching lines...) Expand all
131 -- setTimeout -- 107 -- setTimeout --
132 twentySetTimeout (test.js:49:4) 108 twentySetTimeout (test.js:49:4)
133 (anonymous) (expr.js:0:0) 109 (anonymous) (expr.js:0:0)
134 110
135 foo19 (:0:18) 111 foo19 (:0:18)
136 (anonymous) (:0:29) 112 (anonymous) (:0:29)
137 -- setTimeout -- 113 -- setTimeout --
138 twentySetTimeout (test.js:49:4) 114 twentySetTimeout (test.js:49:4)
139 (anonymous) (expr.js:0:0) 115 (anonymous) (expr.js:0:0)
140 116
OLDNEW
« src/inspector/v8-stack-trace-impl.cc ('K') | « src/inspector/v8-stack-trace-impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698