mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
734 B
37 lines
734 B
Checks that we report not more then maxDepth call chains.
|
|
|
|
Running test: testPaused
|
|
Actual call chain length: 8
|
|
setAsyncCallStackDepth(maxDepth): 16
|
|
reported: 1
|
|
|
|
Actual call chain length: 8
|
|
setAsyncCallStackDepth(maxDepth): 8
|
|
reported: 1
|
|
|
|
Actual call chain length: 8
|
|
setAsyncCallStackDepth(maxDepth): 7
|
|
reported: 1
|
|
|
|
Actual call chain length: 8
|
|
setAsyncCallStackDepth(maxDepth): 0
|
|
reported: 0
|
|
|
|
|
|
Running test: testConsoleTrace
|
|
Actual call chain length: 8
|
|
setAsyncCallStackDepth(maxDepth): 16
|
|
reported: 1
|
|
|
|
Actual call chain length: 8
|
|
setAsyncCallStackDepth(maxDepth): 8
|
|
reported: 1
|
|
|
|
Actual call chain length: 8
|
|
setAsyncCallStackDepth(maxDepth): 7
|
|
reported: 1
|
|
|
|
Actual call chain length: 8
|
|
setAsyncCallStackDepth(maxDepth): 0
|
|
reported: 0
|
|
|
|
|