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

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

Issue 1140593004: Add suppressions for DrMemory PluginPowerSaverBrowserTest handle leaks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove other change Created 5 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/drmemory/suppressions_full.txt
diff --git a/tools/valgrind/drmemory/suppressions_full.txt b/tools/valgrind/drmemory/suppressions_full.txt
index b48c19946bf6cc086fab9a0d85968d62affcab74..fd4ae6a392cc3cfa3d9c2a950fe8c9a60fcc766f 100644
--- a/tools/valgrind/drmemory/suppressions_full.txt
+++ b/tools/valgrind/drmemory/suppressions_full.txt
@@ -1949,3 +1949,31 @@ content.dll!content::RenderThreadImpl::HostAllocateSharedMemoryBuffer
content.dll!content::RenderThreadImpl::AllocateSharedMemory
...
content.dll!content::WebGraphicsContext3DCommandBufferImpl::CreateContext
+
+HANDLE LEAK
+name=https://crbug.com/487492
+system call NtCreateSection
+KERNELBASE.dll!CreateFileMappingW
+base.dll!base::SharedMemory::Create
+base.dll!base::SharedMemory::CreateAnonymous
+content.dll!content::ChildThreadImpl::AllocateSharedMemory
+...
+ppapi_proxy.dll!ppapi::proxy::PPB_ImageData_Proxy::CreateImageData
+
+HANDLE LEAK
+name=https://crbug.com/487492_b
+system call NtGdiCreateDIBSection
+GDI32.dll!CreateDIBSection
+skia.dll!`anonymous namespace'::CreateHBitmap
+...
+content.dll!content::PepperGraphics2DHost::Flush
+
+HANDLE LEAK
+name=https://crbug.com/487492_c
+system call NtCreateSection
+KERNELBASE.dll!CreateFileMappingW
+base.dll!base::SharedMemory::Create
+base.dll!base::SharedMemory::CreateAnonymous
+content.dll!content::ChildThreadImpl::AllocateSharedMemory
+...
+content.dll!content::PepperPluginInstanceImpl::PrepareTextureMailbox
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698