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

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

Issue 2868423004: Revert of [inspector] use creation stack trace as parent for async call chains (Closed)
Patch Set: Created 3 years, 7 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') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Checks that we report not more then maxDepth call chains. 1 Checks that we report not more then maxDepth call chains.
2 2
3 Running test: testPaused 3 Running test: testPaused
4 Actual call chain length: 8 4 Actual call chain length: 8
5 setAsyncCallStackDepth(maxDepth): 16 5 setAsyncCallStackDepth(maxDepth): 16
6 reported: 1 6 reported: 8
7 7
8 Actual call chain length: 8 8 Actual call chain length: 8
9 setAsyncCallStackDepth(maxDepth): 8 9 setAsyncCallStackDepth(maxDepth): 8
10 reported: 1 10 reported: 8
11 11
12 Actual call chain length: 8 12 Actual call chain length: 8
13 setAsyncCallStackDepth(maxDepth): 7 13 setAsyncCallStackDepth(maxDepth): 7
14 reported: 1 14 reported: 7
15 15
16 Actual call chain length: 8 16 Actual call chain length: 8
17 setAsyncCallStackDepth(maxDepth): 0 17 setAsyncCallStackDepth(maxDepth): 0
18 reported: 0 18 reported: 0
19 19
20 20
21 Running test: testConsoleTrace 21 Running test: testConsoleTrace
22 Actual call chain length: 8 22 Actual call chain length: 8
23 setAsyncCallStackDepth(maxDepth): 16 23 setAsyncCallStackDepth(maxDepth): 16
24 reported: 1 24 reported: 8
25 25
26 Actual call chain length: 8 26 Actual call chain length: 8
27 setAsyncCallStackDepth(maxDepth): 8 27 setAsyncCallStackDepth(maxDepth): 8
28 reported: 1 28 reported: 8
29 29
30 Actual call chain length: 8 30 Actual call chain length: 8
31 setAsyncCallStackDepth(maxDepth): 7 31 setAsyncCallStackDepth(maxDepth): 7
32 reported: 1 32 reported: 7
33 33
34 Actual call chain length: 8 34 Actual call chain length: 8
35 setAsyncCallStackDepth(maxDepth): 0 35 setAsyncCallStackDepth(maxDepth): 0
36 reported: 0 36 reported: 0
37 37
OLDNEW
« no previous file with comments | « test/inspector/debugger/set-async-call-stack-depth.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698