f61facfdaf
Creation stack trace points to the place where callback was actually chained, scheduled points where parent promise was resolved.
For async tasks without creation stack (e.g. setTimeout) we continue to use scheduled as creation since usually they are the same.
BUG=v8:6189
R=dgozman@chromium.org
Review-Url: https://codereview.chromium.org/2868493002
Cr-Original-Commit-Position: refs/heads/master@{#45198}
Committed: e118462f18
Review-Url: https://codereview.chromium.org/2868493002
Cr-Commit-Position: refs/heads/master@{#45266}
212 lines
6.1 KiB
Plaintext
212 lines
6.1 KiB
Plaintext
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
|
|
|