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.
211 lines
6.1 KiB
211 lines
6.1 KiB
Checks that we drop old async call chains.
|
|
|
|
Running test: testInfrastructure
|
|
inspector.setMaxAsyncTaskStacks(1024)
|
|
Run expression 'console.trace(42)' with async chain len: 1
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(1024)
|
|
Run expression 'console.trace(42)' with async chain len: 2
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(1024)
|
|
Run expression 'console.trace(42)' with async chain len: 5
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(1024)
|
|
Run expression 'console.trace(42)' with async chain len: 1
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(1024)
|
|
Run expression 'console.trace(42)' with async chain len: 2
|
|
actual async chain len: 2
|
|
|
|
inspector.setMaxAsyncTaskStacks(1024)
|
|
Run expression 'console.trace(42)' with async chain len: 5
|
|
actual async chain len: 5
|
|
|
|
|
|
Running test: testZeroLimit
|
|
inspector.setMaxAsyncTaskStacks(0)
|
|
Run expression 'console.trace(42)' with async chain len: 1
|
|
actual async chain len: 0
|
|
|
|
inspector.setMaxAsyncTaskStacks(0)
|
|
Run expression 'console.trace(42)' with async chain len: 2
|
|
actual async chain len: 0
|
|
|
|
inspector.setMaxAsyncTaskStacks(0)
|
|
Run expression 'console.trace(42)' with async chain len: 1
|
|
actual async chain len: 0
|
|
|
|
inspector.setMaxAsyncTaskStacks(0)
|
|
Run expression 'console.trace(42)' with async chain len: 2
|
|
actual async chain len: 0
|
|
|
|
|
|
Running test: testOneLimit
|
|
inspector.setMaxAsyncTaskStacks(1)
|
|
Run expression 'console.trace(42)' with async chain len: 1
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(1)
|
|
Run expression 'console.trace(42)' with async chain len: 2
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(1)
|
|
Run expression 'console.trace(42)' with async chain len: 1
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(1)
|
|
Run expression 'console.trace(42)' with async chain len: 2
|
|
actual async chain len: 1
|
|
|
|
|
|
Running test: testTwoLimit
|
|
inspector.setMaxAsyncTaskStacks(2)
|
|
Run expression 'console.trace(42)' with async chain len: 1
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(2)
|
|
Run expression 'console.trace(42)' with async chain len: 2
|
|
actual async chain len: 0
|
|
|
|
inspector.setMaxAsyncTaskStacks(2)
|
|
Run expression 'console.trace(42)' with async chain len: 3
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(2)
|
|
Run expression 'console.trace(42)' with async chain len: 1
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(2)
|
|
Run expression 'console.trace(42)' with async chain len: 2
|
|
actual async chain len: 2
|
|
|
|
inspector.setMaxAsyncTaskStacks(2)
|
|
Run expression 'console.trace(42)' with async chain len: 3
|
|
actual async chain len: 1
|
|
|
|
|
|
Running test: testMoreThanTwoLimit
|
|
inspector.setMaxAsyncTaskStacks(3)
|
|
Run expression 'console.trace(42)' with async chain len: 1
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(3)
|
|
Run expression 'console.trace(42)' with async chain len: 2
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(3)
|
|
Run expression 'console.trace(42)' with async chain len: 3
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(3)
|
|
Run expression 'console.trace(42)' with async chain len: 1
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(3)
|
|
Run expression 'console.trace(42)' with async chain len: 2
|
|
actual async chain len: 2
|
|
|
|
inspector.setMaxAsyncTaskStacks(3)
|
|
Run expression 'console.trace(42)' with async chain len: 3
|
|
actual async chain len: 3
|
|
|
|
inspector.setMaxAsyncTaskStacks(4)
|
|
Run expression 'console.trace(42)' with async chain len: 1
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(4)
|
|
Run expression 'console.trace(42)' with async chain len: 2
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(4)
|
|
Run expression 'console.trace(42)' with async chain len: 3
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(4)
|
|
Run expression 'console.trace(42)' with async chain len: 1
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(4)
|
|
Run expression 'console.trace(42)' with async chain len: 2
|
|
actual async chain len: 2
|
|
|
|
inspector.setMaxAsyncTaskStacks(4)
|
|
Run expression 'console.trace(42)' with async chain len: 3
|
|
actual async chain len: 3
|
|
|
|
inspector.setMaxAsyncTaskStacks(5)
|
|
Run expression 'console.trace(42)' with async chain len: 1
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(5)
|
|
Run expression 'console.trace(42)' with async chain len: 2
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(5)
|
|
Run expression 'console.trace(42)' with async chain len: 3
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(5)
|
|
Run expression 'console.trace(42)' with async chain len: 1
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(5)
|
|
Run expression 'console.trace(42)' with async chain len: 2
|
|
actual async chain len: 2
|
|
|
|
inspector.setMaxAsyncTaskStacks(5)
|
|
Run expression 'console.trace(42)' with async chain len: 3
|
|
actual async chain len: 3
|
|
|
|
inspector.setMaxAsyncTaskStacks(6)
|
|
Run expression 'console.trace(42)' with async chain len: 1
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(6)
|
|
Run expression 'console.trace(42)' with async chain len: 2
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(6)
|
|
Run expression 'console.trace(42)' with async chain len: 3
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(6)
|
|
Run expression 'console.trace(42)' with async chain len: 1
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(6)
|
|
Run expression 'console.trace(42)' with async chain len: 2
|
|
actual async chain len: 2
|
|
|
|
inspector.setMaxAsyncTaskStacks(6)
|
|
Run expression 'console.trace(42)' with async chain len: 3
|
|
actual async chain len: 3
|
|
|
|
inspector.setMaxAsyncTaskStacks(7)
|
|
Run expression 'console.trace(42)' with async chain len: 1
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(7)
|
|
Run expression 'console.trace(42)' with async chain len: 2
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(7)
|
|
Run expression 'console.trace(42)' with async chain len: 3
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(7)
|
|
Run expression 'console.trace(42)' with async chain len: 1
|
|
actual async chain len: 1
|
|
|
|
inspector.setMaxAsyncTaskStacks(7)
|
|
Run expression 'console.trace(42)' with async chain len: 2
|
|
actual async chain len: 2
|
|
|
|
inspector.setMaxAsyncTaskStacks(7)
|
|
Run expression 'console.trace(42)' with async chain len: 3
|
|
actual async chain len: 3
|
|
|
|
|