OLD | NEW |
| (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 | |
OLD | NEW |