| Index: test/inspector/debugger/set-async-call-stack-depth-expected.txt
|
| diff --git a/test/inspector/debugger/set-async-call-stack-depth-expected.txt b/test/inspector/debugger/set-async-call-stack-depth-expected.txt
|
| index 25c1327ca51822c08d25fff789419c690878f6f8..98fccebe68915fd76b8e05e82a3990b6d984f1f5 100644
|
| --- a/test/inspector/debugger/set-async-call-stack-depth-expected.txt
|
| +++ b/test/inspector/debugger/set-async-call-stack-depth-expected.txt
|
| @@ -3,15 +3,15 @@ Checks that we report not more then maxDepth call chains.
|
| Running test: testPaused
|
| Actual call chain length: 8
|
| setAsyncCallStackDepth(maxDepth): 16
|
| -reported: 8
|
| +reported: 1
|
|
|
| Actual call chain length: 8
|
| setAsyncCallStackDepth(maxDepth): 8
|
| -reported: 8
|
| +reported: 1
|
|
|
| Actual call chain length: 8
|
| setAsyncCallStackDepth(maxDepth): 7
|
| -reported: 7
|
| +reported: 1
|
|
|
| Actual call chain length: 8
|
| setAsyncCallStackDepth(maxDepth): 0
|
| @@ -21,15 +21,15 @@ reported: 0
|
| Running test: testConsoleTrace
|
| Actual call chain length: 8
|
| setAsyncCallStackDepth(maxDepth): 16
|
| -reported: 8
|
| +reported: 1
|
|
|
| Actual call chain length: 8
|
| setAsyncCallStackDepth(maxDepth): 8
|
| -reported: 8
|
| +reported: 1
|
|
|
| Actual call chain length: 8
|
| setAsyncCallStackDepth(maxDepth): 7
|
| -reported: 7
|
| +reported: 1
|
|
|
| Actual call chain length: 8
|
| setAsyncCallStackDepth(maxDepth): 0
|
|
|