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

Unified Diff: tools/valgrind/scan-build.py

Issue 754933002: [MemSheriff] Flaky read-after-free in ShelfViewTest.OverflowBubbleSize (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « tools/valgrind/drmemory/suppressions_full.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/scan-build.py
diff --git a/tools/valgrind/scan-build.py b/tools/valgrind/scan-build.py
index b58b6cc447e52871011ab3208fdd27c0fa9da766..f943bf608440973253e11f9a6622a1deffcc7771 100755
--- a/tools/valgrind/scan-build.py
+++ b/tools/valgrind/scan-build.py
@@ -24,7 +24,7 @@ Failed memory test: content
CACHE_DIR = "buildlogs.tmp"
# If we don't find anything after searching |CUTOFF| logs, we're probably done.
-CUTOFF = 100
+CUTOFF = 200
def EnsurePath(path):
"""Makes sure |path| does exist, tries to create it if it doesn't."""
« no previous file with comments | « tools/valgrind/drmemory/suppressions_full.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698