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

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

Issue 1152053003: Suppress the common part of an NtCreateEvent leak between several bugs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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.txt
diff --git a/tools/valgrind/drmemory/suppressions.txt b/tools/valgrind/drmemory/suppressions.txt
index 2faa7164d472144b6f5e9a561a72e4a7fa9baf15..28e73ca50b4bfbb0f8c94add59e37a9ba4181aa2 100644
--- a/tools/valgrind/drmemory/suppressions.txt
+++ b/tools/valgrind/drmemory/suppressions.txt
@@ -571,18 +571,6 @@ name=http://crbug.com/382784
*!media::AudioDeviceThread::Thread::Run
*!media::AudioDeviceThread::Thread::ThreadMain
-HANDLE LEAK
-name=http://crbug.com/383408
-system call NtCreateEvent
-...
-*!base::internal::LockImpl::Lock
-*!mojo::system::MessagePipe::RemoveWaiter
-*!mojo::system::MessagePipeDispatcher::RemoveWaiterImplNoLock
-*!mojo::system::Dispatcher::RemoveWaiter
-*!mojo::system::Core::WaitManyInternal
-*!mojo::system::Core::WaitMany
-*!MojoWaitMany
-
UNADDRESSABLE ACCESS
name=IntentionalCrashPluginTest.plugin_client.cc
npapi_test_plugin.dll!NP_Initialize
@@ -781,8 +769,6 @@ blink_web.dll!blink::ChromeClientImpl::attachRootGraphicsLayer
HANDLE LEAK
name=http://crbug.com/487500
system call NtCreateEvent
-...
-v8.dll!v8::base::Mutex::Lock
-base.dll!base::`anonymous namespace'::WorkItemCallback
-ntdll.dll!vsnprintf
-ntdll.dll!TpCallbackIndependent
+ntdll.dll!RtlDosPathNameToNtPathName_U_WithStatus
+ntdll.dll!RtlDosPathNameToNtPathName_U_WithStatus
+ntdll.dll!RtlIntegerToUnicodeString
« 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