summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/drmemory/suppressions.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/valgrind/drmemory/suppressions.txt b/tools/valgrind/drmemory/suppressions.txt
index e452ad7..daff9fb 100644
--- a/tools/valgrind/drmemory/suppressions.txt
+++ b/tools/valgrind/drmemory/suppressions.txt
@@ -728,6 +728,7 @@ LEAK
# http://crbug.com/74413
LEAK
+...
*!operator new
*!net::HttpAuthHandlerFactory::CreateDefault
@@ -741,6 +742,12 @@ LEAK
*!operator new
*!disk_cache::BackendImpl::NewEntry
+# http://crbug.com/75247
+LEAK
+...
+*!operator new
+*!AutofillDownloadTestHelper::AutofillDownloadTestHelper
+
# http://crbug.com/76354
LEAK
...
@@ -876,5 +883,11 @@ LEAK
...
*!BookmarkEditorView::Init
+# http://crbug.com/92166
+LEAK
+...
+*!operator new
+*!views::NativeWidgetWin::OnCreate
+
# Empty line at EOF - workaround for
# http://code.google.com/p/drmemory/issues/detail?id=41