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