From e4359be2f8068dce74234add3fb5268bbc90670f Mon Sep 17 00:00:00 2001 From: "timurrrr@chromium.org" Date: Tue, 22 Feb 2011 17:58:06 +0000 Subject: Suppress some DrMemory reports (one of them is real, the other is possible) Also, update the DrM i#304 suppression and remove the suppression for probably-fixed crbug/57910 BUG=73740,73744,57910 TBR=bruening TEST=DrM bot goes greener Review URL: http://codereview.chromium.org/6549017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75604 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/drmemory/suppressions.txt | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) (limited to 'tools') diff --git a/tools/valgrind/drmemory/suppressions.txt b/tools/valgrind/drmemory/suppressions.txt index c5ac944..4418fdc 100644 --- a/tools/valgrind/drmemory/suppressions.txt +++ b/tools/valgrind/drmemory/suppressions.txt @@ -2,7 +2,7 @@ # Known reports on the third party we have no control over. UNINITIALIZED READ ... -*!deflate_slow +*!deflate_* *!MOZ_Z_deflate ############################ @@ -284,9 +284,11 @@ LEAK # http://code.google.com/p/drmemory/issues/detail?id=304 UNINITIALIZED READ ... -*!_malloc_dbg +*!_nh_malloc_dbg_impl + +UNADDRESSABLE ACCESS ... -*!_*putenv_s +*!_nh_malloc_dbg_impl # http://code.google.com/p/drmemory/issues/detail?id=305 LEAK @@ -458,13 +460,6 @@ UNINITIALIZED READ ... *!vp8_* -# http://crbug.com/57910 -POSSIBLE LEAK -... -*!*inflateInit* -*!remoting::DecompressorZlib::InitStream -*!remoting::DecompressorZlib::Reset - # http://crbug.com/70388 LEAK *!operator new @@ -479,5 +474,20 @@ WINSPOOL.DRV!OpenPrinterW *!printing::PrintingContextWin::AskUserForSettings *!PrintingContextTest_PrintAll_Test::TestBody +# http://crbug.com/73740 +UNINITIALIZED READ +ntdll.dll!wcslen +KERNEL32.dll!lstrlenW +*!base::debug::DebugOnStart::FindArgument +*!base::debug::DebugOnStart::Init + +# http://crbug.com/73744 +LEAK +*!operator new +*!remoting::TraceContext::Get +*!remoting::TraceContext::tracer +*!remoting::ScreenRecorder::DoCapture +*!remoting::ScreenRecorder::DoStart + # Empty line at EOF - workaround for # http://code.google.com/p/drmemory/issues/detail?id=41 -- cgit v1.1