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

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

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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.txt
diff --git a/tools/valgrind/drmemory/suppressions.txt b/tools/valgrind/drmemory/suppressions.txt
index 3b1eaadeaf350f76c7ad43b3121652778c91f3c7..f9a0d36a275be81f4f89ffc348dabe02f51c8d5b 100644
--- a/tools/valgrind/drmemory/suppressions.txt
+++ b/tools/valgrind/drmemory/suppressions.txt
@@ -705,19 +705,14 @@ content.dll!base::internal::BindState<>::`scalar deleting destructor'
base.dll!scoped_refptr<>::Release
base.dll!base::internal::CallbackBase::~CallbackBase
-UNADDRESSABLE ACCESS
-name=https://crbug.com/447788
-...
-*!gpu::gles2::GLES2ImplementationTest_TexImage3DSingleCommand_Test::TestBody
-
-UNADDRESSABLE ACCESS
-name=https://crbug.com/448189
-aura.dll!aura::GetDeviceScaleFactorFromDisplay
-aura.dll!aura::WindowTreeHost::InitCompositor
-aura.dll!aura::WindowTreeHost::InitHost
-ash.dll!ash::DisplayController::AddWindowTreeHostForDisplay
-ash.dll!ash::DisplayController::CreatePrimaryHost
-ash.dll!ash::Shell::Init
-ash.dll!ash::Shell::CreateInstance
-*!ash::test::AshTestHelper::SetUp
-*!ash::test::AshTestBase::SetUp
+HANDLE LEAK
+name=http://crbug.com/449989
+system call NtOpenProcess
+KERNELBASE.dll!OpenProcess
+base.dll!base::Process::OpenWithExtraPriviles
+content.dll!content::BrowserMessageFilter::Internal::OnChannelConnected
+...
+ipc.dll!IPC::ChannelWin::HandleInternalMessage
+ipc.dll!IPC::internal::ChannelReader::DispatchInputData
+ipc.dll!IPC::internal::ChannelReader::AsyncReadComplete
+ipc.dll!IPC::ChannelWin::OnIOCompleted

Powered by Google App Engine
This is Rietveld 408576698