summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/set-async-call-stack-depth-expected.txt
blob: 98fccebe68915fd76b8e05e82a3990b6d984f1f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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