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

Unified Diff: tools/valgrind/drmemory/suppressions_full.txt

Issue 935333002: Update from https://crrev.com/316786 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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: tools/valgrind/drmemory/suppressions_full.txt
diff --git a/tools/valgrind/drmemory/suppressions_full.txt b/tools/valgrind/drmemory/suppressions_full.txt
index d823d49bead1f43a6f4354e1989078117a09542f..d2db1bfb742963a93b3037e12bd9e100232d42e4 100644
--- a/tools/valgrind/drmemory/suppressions_full.txt
+++ b/tools/valgrind/drmemory/suppressions_full.txt
@@ -32,7 +32,11 @@ GoogleDesktopNetwork3.DLL!DllUnregisterServer
# so we just look for randomByte.
UNINITIALIZED READ
name=sqlite3_randomness UNINIT
-*!randomByte
+sql.dll!sqlite3_randomness
+
+UNINITIALIZED READ
+name=blink_web_dll_sqlite3_randomness UNINIT
+blink_web.dll!sqlite3_randomness
# Intentional leak in WebKit Template Framework for ThreadData.
LEAK
« no previous file with comments | « tools/valgrind/drmemory/suppressions.txt ('k') | tools/valgrind/gtest_exclude/browser_tests.gtest-drmemory.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698