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

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

Issue 1141793003: Update from https://crrev.com/329939 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
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..3138a62132ee4f74a541ed5441ab84d83da780b5 100644
--- a/tools/valgrind/drmemory/suppressions_full.txt
+++ b/tools/valgrind/drmemory/suppressions_full.txt
@@ -1906,12 +1906,15 @@ name=bug_468169
...
*!vp9_foreach_transformed_block_in_plane
...
-*!encode_superblock
-*!encode_b_rt
-*!encode_sb_rt
-*!encode_sb_rt
-*!encode_sb_rt
-*!encode_sb_rt
+*!nonrd_select_partition
+*!encode_nonrd_sb_row
+*!vp9_encode_tile
+
+UNINITIALIZED READ
+name=bug_468169_b
+...
+*!vp9_pick_inter_mode
+...
*!nonrd_select_partition
*!encode_nonrd_sb_row
*!vp9_encode_tile
@@ -1949,3 +1952,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 | « tools/valgrind/drmemory/suppressions.txt ('k') | tools/valgrind/gtest_exclude/base_unittests.gtest-drmemory_win32.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698