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

Unified Diff: test/inspector/debugger/collect-old-async-call-chains-expected.txt

Issue 2844753002: [inspector] better stacks for promises (Closed)
Patch Set: ac Created 3 years, 8 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
« no previous file with comments | « src/inspector/v8-stack-trace-impl.cc ('k') | test/inspector/debugger/promise-chain-when-limit-hit.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/collect-old-async-call-chains-expected.txt
diff --git a/test/inspector/debugger/collect-old-async-call-chains-expected.txt b/test/inspector/debugger/collect-old-async-call-chains-expected.txt
index e3981b0603a8b1a10b8d5f304f472b549ad16393..e3a8842fde722c32f749cbf581a971ba3a3ca6f7 100644
--- a/test/inspector/debugger/collect-old-async-call-chains-expected.txt
+++ b/test/inspector/debugger/collect-old-async-call-chains-expected.txt
@@ -95,7 +95,7 @@ actual async chain len: 1
inspector.setMaxAsyncTaskStacks(3)
Run expression 'console.trace(42)' with async chain len: 2
-actual async chain len: 0
+actual async chain len: 1
inspector.setMaxAsyncTaskStacks(3)
Run expression 'console.trace(42)' with async chain len: 3
@@ -123,7 +123,7 @@ actual async chain len: 1
inspector.setMaxAsyncTaskStacks(4)
Run expression 'console.trace(42)' with async chain len: 3
-actual async chain len: 0
+actual async chain len: 1
inspector.setMaxAsyncTaskStacks(4)
Run expression 'console.trace(42)' with async chain len: 1
@@ -171,7 +171,7 @@ actual async chain len: 2
inspector.setMaxAsyncTaskStacks(6)
Run expression 'console.trace(42)' with async chain len: 3
-actual async chain len: 2
+actual async chain len: 1
inspector.setMaxAsyncTaskStacks(6)
Run expression 'console.trace(42)' with async chain len: 1
« no previous file with comments | « src/inspector/v8-stack-trace-impl.cc ('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