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

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

Issue 2824293002: [inspector] cleanup all task related data when limit reached (Closed)
Patch Set: tuned const based on measurements 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-debugger.cc ('k') | no next file » | 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 395504de787be5bf0527d6956884c135fa75c71b..e9838661453a363bb7121e014da2b79e2a76931d 100644
--- a/test/inspector/debugger/collect-old-async-call-chains-expected.txt
+++ b/test/inspector/debugger/collect-old-async-call-chains-expected.txt
@@ -119,7 +119,7 @@ actual async chain len: 1
setMaxAsyncTaskStacks(4)
Run expression 'console.trace(42)' with async chain len: 2
-actual async chain len: 1
+actual async chain len: 0
setMaxAsyncTaskStacks(4)
Run expression 'console.trace(42)' with async chain len: 3
@@ -147,7 +147,7 @@ actual async chain len: 2
setMaxAsyncTaskStacks(5)
Run expression 'console.trace(42)' with async chain len: 3
-actual async chain len: 2
+actual async chain len: 0
setMaxAsyncTaskStacks(5)
Run expression 'console.trace(42)' with async chain len: 1
@@ -171,7 +171,7 @@ actual async chain len: 2
setMaxAsyncTaskStacks(6)
Run expression 'console.trace(42)' with async chain len: 3
-actual async chain len: 2
+actual async chain len: 0
dgozman 2017/04/19 20:09:53 Why this change?
kozy 2017/04/19 23:46:06 fixed
setMaxAsyncTaskStacks(6)
Run expression 'console.trace(42)' with async chain len: 1
« no previous file with comments | « src/inspector/v8-debugger.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698