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

Unified Diff: test/inspector/debugger/set-async-call-stack-depth-expected.txt

Issue 2816043006: [inspector] avoid cloning of async call chains (Closed)
Patch Set: lines and columns in stack string should be 1-based 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 | « test/inspector/debugger/set-async-call-stack-depth.js ('k') | test/inspector/inspector-impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/set-async-call-stack-depth-expected.txt
diff --git a/test/inspector/debugger/set-async-call-stack-depth-expected.txt b/test/inspector/debugger/set-async-call-stack-depth-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..25c1327ca51822c08d25fff789419c690878f6f8
--- /dev/null
+++ b/test/inspector/debugger/set-async-call-stack-depth-expected.txt
@@ -0,0 +1,37 @@
+Checks that we report not more then maxDepth call chains.
+
+Running test: testPaused
+Actual call chain length: 8
+setAsyncCallStackDepth(maxDepth): 16
+reported: 8
+
+Actual call chain length: 8
+setAsyncCallStackDepth(maxDepth): 8
+reported: 8
+
+Actual call chain length: 8
+setAsyncCallStackDepth(maxDepth): 7
+reported: 7
+
+Actual call chain length: 8
+setAsyncCallStackDepth(maxDepth): 0
+reported: 0
+
+
+Running test: testConsoleTrace
+Actual call chain length: 8
+setAsyncCallStackDepth(maxDepth): 16
+reported: 8
+
+Actual call chain length: 8
+setAsyncCallStackDepth(maxDepth): 8
+reported: 8
+
+Actual call chain length: 8
+setAsyncCallStackDepth(maxDepth): 7
+reported: 7
+
+Actual call chain length: 8
+setAsyncCallStackDepth(maxDepth): 0
+reported: 0
+
« no previous file with comments | « test/inspector/debugger/set-async-call-stack-depth.js ('k') | test/inspector/inspector-impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698