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

Side by Side Diff: test/inspector/debugger/set-async-call-stack-depth-expected.txt

Issue 2816043006: [inspector] avoid cloning of async call chains (Closed)
Patch Set: lines and columns in stack string should be 1-based 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
« no previous file with comments | « test/inspector/debugger/set-async-call-stack-depth.js ('k') | test/inspector/inspector-impl.h » ('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 we report not more then maxDepth call chains.
2
3 Running test: testPaused
4 Actual call chain length: 8
5 setAsyncCallStackDepth(maxDepth): 16
6 reported: 8
7
8 Actual call chain length: 8
9 setAsyncCallStackDepth(maxDepth): 8
10 reported: 8
11
12 Actual call chain length: 8
13 setAsyncCallStackDepth(maxDepth): 7
14 reported: 7
15
16 Actual call chain length: 8
17 setAsyncCallStackDepth(maxDepth): 0
18 reported: 0
19
20
21 Running test: testConsoleTrace
22 Actual call chain length: 8
23 setAsyncCallStackDepth(maxDepth): 16
24 reported: 8
25
26 Actual call chain length: 8
27 setAsyncCallStackDepth(maxDepth): 8
28 reported: 8
29
30 Actual call chain length: 8
31 setAsyncCallStackDepth(maxDepth): 7
32 reported: 7
33
34 Actual call chain length: 8
35 setAsyncCallStackDepth(maxDepth): 0
36 reported: 0
37
OLDNEW
« no previous file with comments | « test/inspector/debugger/set-async-call-stack-depth.js ('k') | test/inspector/inspector-impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698