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

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

Issue 7517013: Suppress V8 uninits and CryptProtectData-related reports (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 ... 453 ...
454 CRYPT32.dll!CryptDecodeObjectEx 454 CRYPT32.dll!CryptDecodeObjectEx
455 ... 455 ...
456 CRYPT32.dll!CertGetCRLContextProperty 456 CRYPT32.dll!CertGetCRLContextProperty
457 ... 457 ...
458 CRYPT32.dll!CertGetCertificateChain 458 CRYPT32.dll!CertGetCertificateChain
459 459
460 # http://code.google.com/p/drmemory/issues/detail?id=511 460 # http://code.google.com/p/drmemory/issues/detail?id=511
461 UNINITIALIZED READ 461 UNINITIALIZED READ
462 RPCRT4.dll!* 462 RPCRT4.dll!*
463 ...
463 RPCRT4.dll!UuidCreate 464 RPCRT4.dll!UuidCreate
464 ole32.dll!* 465 ole32.dll!*
465 466
466 UNINITIALIZED READ 467 UNINITIALIZED READ
467 ole32.dll!* 468 ole32.dll!*
468 ole32.dll!* 469 ole32.dll!*
469 ole32.dll!StringFromGUID2 470 ole32.dll!StringFromGUID2
470 471
472 # http://code.google.com/p/drmemory/issues/detail?id=512
473 UNINITIALIZED READ
474 ...
475 *!browser_sync::Cryptographer::PackBootstrapToken
476 *!browser_sync::Cryptographer::GetBootstrapToken
477
478 # http://code.google.com/p/drmemory/issues/detail?id=513
479 UNINITIALIZED READ
480 *!*
481 *!v8*
482
471 ############################ 483 ############################
472 # TODO(timurrrr): investigate these 484 # TODO(timurrrr): investigate these
473 UNINITIALIZED READ 485 UNINITIALIZED READ
474 ... 486 ...
475 *!win_util::GetLogonSessionOnlyDACL 487 *!win_util::GetLogonSessionOnlyDACL
476 488
477 UNINITIALIZED READ 489 UNINITIALIZED READ
478 ... 490 ...
479 ntshrui.dll!IsPathSharedW 491 ntshrui.dll!IsPathSharedW
480 492
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 *!IPC::ChannelProxy::ChannelProxy 726 *!IPC::ChannelProxy::ChannelProxy
715 *!IPCChannelTest_ChannelProxyTest_Test::TestBody 727 *!IPCChannelTest_ChannelProxyTest_Test::TestBody
716 728
717 # http://crbug.com/87612 729 # http://crbug.com/87612
718 LEAK 730 LEAK
719 ... 731 ...
720 *!SSL_ConfigSecureServer 732 *!SSL_ConfigSecureServer
721 *!net::SSLServerSocketNSS::InitializeSSLOptions 733 *!net::SSLServerSocketNSS::InitializeSSLOptions
722 *!net::SSLServerSocketNSS::Handshake 734 *!net::SSLServerSocketNSS::Handshake
723 735
724 # http://crbug.com/88312 736 # http://crbug.com/88213
725 UNADDRESSABLE ACCESS 737 UNADDRESSABLE ACCESS
726 *!base::win::ObjectWatcher::StopWatching 738 *!base::win::ObjectWatcher::StopWatching
727 *!base::win::ObjectWatcher::WillDestroyCurrentMessageLoop 739 *!base::win::ObjectWatcher::WillDestroyCurrentMessageLoop
728 *!MessageLoop::~MessageLoop 740 *!MessageLoop::~MessageLoop
729 741
730 # http://crbug.com/90654 742 # http://crbug.com/90654
731 UNINITIALIZED READ 743 UNINITIALIZED READ
732 *!_output_s_l 744 *!_output_s_l
733 ... 745 ...
734 *!testing_internal::DefaultPrintNonContainerTo<policy::FailedRequestParams> 746 *!testing_internal::DefaultPrintNonContainerTo<policy::FailedRequestParams>
735 747
736 # Empty line at EOF - workaround for 748 # Empty line at EOF - workaround for
737 # http://code.google.com/p/drmemory/issues/detail?id=41 749 # 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