Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1145)

Unified Diff: test/inspector/debugger/max-async-call-chain-depth-expected.txt

Issue 2868423004: Revert of [inspector] use creation stack trace as parent for async call chains (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/inspector/debugger/max-async-call-chain-depth-expected.txt
diff --git a/test/inspector/debugger/max-async-call-chain-depth-expected.txt b/test/inspector/debugger/max-async-call-chain-depth-expected.txt
index 0c421da6078ec80da385716105c8acfe6f470d26..9256c3bb941760b06f86cf77cb8e669b3a8dfee6 100644
--- a/test/inspector/debugger/max-async-call-chain-depth-expected.txt
+++ b/test/inspector/debugger/max-async-call-chain-depth-expected.txt
@@ -3,23 +3,23 @@
Running test: testDebuggerPaused
Run expression 'debugger;' with async chain len: 4
-actual async chain len: 1
+actual async chain len: 4
Run expression 'debugger;' with async chain len: 8
-actual async chain len: 1
+actual async chain len: 8
Run expression 'debugger;' with async chain len: 9
-actual async chain len: 1
+actual async chain len: 8
Run expression 'debugger;' with async chain len: 32
-actual async chain len: 1
+actual async chain len: 8
Running test: testConsoleTrace
Run expression 'console.trace(42);' with async chain len: 4
-actual async chain len: 1
+actual async chain len: 4
Run expression 'console.trace(42);' with async chain len: 8
-actual async chain len: 1
+actual async chain len: 8
Run expression 'console.trace(42);' with async chain len: 9
-actual async chain len: 1
+actual async chain len: 8
Run expression 'console.trace(42);' with async chain len: 32
-actual async chain len: 1
+actual async chain len: 8
Running test: testDebuggerPausedSetTimeout
Run expression 'debugger;' with async chain len: 4
@@ -54,37 +54,56 @@
]
parent : {
callFrames : [
- [0] : {
- columnNumber : 47
- functionName :
- lineNumber : 0
- scriptId : <scriptId>
- url :
- }
]
description : Promise.resolve
+ parent : {
+ callFrames : [
+ [0] : {
+ columnNumber : 23
+ functionName : resolve
+ lineNumber : 0
+ scriptId : <scriptId>
+ url :
+ }
+ [1] : {
+ columnNumber : 0
+ functionName :
+ lineNumber : 0
+ scriptId : <scriptId>
+ url :
+ }
+ ]
+ description : setTimeout
+ }
+ promiseCreationFrame : {
+ columnNumber : 47
+ functionName :
+ lineNumber : 0
+ scriptId : <scriptId>
+ url :
+ }
}
}
Running test: testDebuggerPausedThenableJob
Run expression 'debugger;' with async chain len: 4
-actual async chain len: 1
+actual async chain len: 4
Run expression 'debugger;' with async chain len: 8
-actual async chain len: 1
+actual async chain len: 8
Run expression 'debugger;' with async chain len: 9
-actual async chain len: 1
+actual async chain len: 8
Run expression 'debugger;' with async chain len: 32
-actual async chain len: 1
+actual async chain len: 8
Running test: testConsoleTraceThenableJob
Run expression 'console.trace(42);' with async chain len: 4
-actual async chain len: 1
+actual async chain len: 4
Run expression 'console.trace(42);' with async chain len: 8
-actual async chain len: 1
+actual async chain len: 8
Run expression 'console.trace(42);' with async chain len: 9
-actual async chain len: 1
+actual async chain len: 8
Run expression 'console.trace(42);' with async chain len: 32
-actual async chain len: 1
+actual async chain len: 8
Running test: twoConsoleAssert
actual async chain len: 1
« no previous file with comments | « test/inspector/debugger/max-async-call-chain-depth.js ('k') | test/inspector/debugger/promise-chain-when-limit-hit.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698