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

Side by Side Diff: tools/valgrind/drmemory/suppressions.txt

Issue 7003120: Suppress reports on waveOutGetNumDevs and CreateTextServices (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ############################ 1 ############################
2 # Known reports on the third party we have no control over. 2 # Known reports on the third party we have no control over.
3 UNINITIALIZED READ 3 UNINITIALIZED READ
4 ... 4 ...
5 *!deflate_* 5 *!deflate_*
6 *!MOZ_Z_deflate 6 *!MOZ_Z_deflate
7 7
8 # http://code.google.com/p/drmemory/issues/detail?id=406 8 # http://code.google.com/p/drmemory/issues/detail?id=406
9 # TODO(timurrrr): check if these frames change when NT_SYMBOLS are present. 9 # TODO(timurrrr): check if these frames change when NT_SYMBOLS are present.
10 LEAK 10 LEAK
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 365
366 # http://code.google.com/p/drmemory/issues/detail?id=425 366 # http://code.google.com/p/drmemory/issues/detail?id=425
367 UNINITIALIZED READ 367 UNINITIALIZED READ
368 CLBCatQ.DLL!DestroyStgDatabase 368 CLBCatQ.DLL!DestroyStgDatabase
369 CLBCatQ.DLL!PostError 369 CLBCatQ.DLL!PostError
370 CLBCatQ.DLL!PostError 370 CLBCatQ.DLL!PostError
371 371
372 POSSIBLE LEAK 372 POSSIBLE LEAK
373 RPCRT4.dll!I_RpcBCacheFree 373 RPCRT4.dll!I_RpcBCacheFree
374 RPCRT4.dll!I_RpcBCacheFree 374 RPCRT4.dll!I_RpcBCacheFree
375 RPCRT4.dll!NdrOleFree
376 ... 375 ...
377 RPCRT4.dll!NdrClientCall2 376 RPCRT4.dll!NdrClientCall2
378 377
379 # http://code.google.com/p/drmemory/issues/detail?id=426 378 # http://code.google.com/p/drmemory/issues/detail?id=426
380 UNINITIALIZED READ 379 UNINITIALIZED READ
381 ... 380 ...
382 USER32.dll!DrawText* 381 USER32.dll!DrawText*
383 382
384 LEAK 383 LEAK
385 IMM32.dll!ImmGetIMCCSize 384 IMM32.dll!ImmGetIMCCSize
(...skipping 13 matching lines...) Expand all
399 POSSIBLE LEAK 398 POSSIBLE LEAK
400 WLDAP32.dll!Ordinal325 399 WLDAP32.dll!Ordinal325
401 ... 400 ...
402 WLDAP32.dll!Ordinal325 401 WLDAP32.dll!Ordinal325
403 ntdll.dll!LdrInitializeThunk 402 ntdll.dll!LdrInitializeThunk
404 ntdll.dll!LdrFindResourceDirectory_U 403 ntdll.dll!LdrFindResourceDirectory_U
405 ntdll.dll!RtlValidateUnicodeString 404 ntdll.dll!RtlValidateUnicodeString
406 ntdll.dll!LdrLoadDll 405 ntdll.dll!LdrLoadDll
407 KERNEL32.dll!LoadLibraryExW 406 KERNEL32.dll!LoadLibraryExW
408 407
408 # http://code.google.com/p/drmemory/issues/detail?id=454
409 UNINITIALIZED READ
410 ...
411 WINMM.dll!waveOutGetNumDevs
412
413 LEAK
414 ...
415 WINMM.dll!waveOutGetNumDevs
416
417 # http://code.google.com/p/drmemory/issues/detail?id=455
418 UNADDRESSABLE ACCESS
419 system call NtQueryValueKey
420 ...
421 KERNEL32.dll!GetProfileIntA
422 ...
423 RICHED20.dll!CreateTextServices
424
409 ############################ 425 ############################
410 # TODO(timurrrr): investigate these 426 # TODO(timurrrr): investigate these
411 UNINITIALIZED READ 427 UNINITIALIZED READ
412 ... 428 ...
413 *!win_util::GetLogonSessionOnlyDACL 429 *!win_util::GetLogonSessionOnlyDACL
414 430
415 UNINITIALIZED READ 431 UNINITIALIZED READ
416 ... 432 ...
417 ntshrui.dll!IsPathSharedW 433 ntshrui.dll!IsPathSharedW
418 434
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 # http://crbug.com/81522 638 # http://crbug.com/81522
623 LEAK 639 LEAK
624 *!operator new 640 *!operator new
625 *!base::MessageLoopProxy::CreateForCurrentThread 641 *!base::MessageLoopProxy::CreateForCurrentThread
626 *!IPC::ChannelProxy::Context::Context 642 *!IPC::ChannelProxy::Context::Context
627 *!IPC::ChannelProxy::ChannelProxy 643 *!IPC::ChannelProxy::ChannelProxy
628 *!IPCChannelTest_ChannelProxyTest_Test::TestBody 644 *!IPCChannelTest_ChannelProxyTest_Test::TestBody
629 645
630 # Empty line at EOF - workaround for 646 # Empty line at EOF - workaround for
631 # http://code.google.com/p/drmemory/issues/detail?id=41 647 # http://code.google.com/p/drmemory/issues/detail?id=41
OLDNEW
« 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