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

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

Issue 8496013: Suppress some Dr. Memory INVALID HEAP reports on UI tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 UNINITIALIZED READ 597 UNINITIALIZED READ
598 ntdll.dll!RtlpNtOpenKey 598 ntdll.dll!RtlpNtOpenKey
599 ntdll.dll!RtlMakeSelfRelativeSD 599 ntdll.dll!RtlMakeSelfRelativeSD
600 ntdll.dll!RtlAbsoluteToSelfRelativeSD 600 ntdll.dll!RtlAbsoluteToSelfRelativeSD
601 ADVAPI32.dll!MakeSelfRelativeSD 601 ADVAPI32.dll!MakeSelfRelativeSD
602 602
603 UNINITIALIZED READ 603 UNINITIALIZED READ
604 ... 604 ...
605 CRYPT32.dll!I_CertSyncStore 605 CRYPT32.dll!I_CertSyncStore
606 606
607 INVALID HEAP ARGUMENT
608 name=http://crbug.com/103365
609 ppapi_tests.dll!*
Derek Bruening 2011/11/08 15:29:24 how do you know this isn't a false positive? were
Timur Iskhodzhanov 2011/11/08 15:48:18 It's on r579 you've pushed. FP or not these guys h
610 ...
611 ppapi_tests.dll!*
612 base::internal::Invoker2<*>::DoInvoke
613
607 ############################ 614 ############################
608 # Intentional errors in Chromium tests (ToolsSanityTests) 615 # Intentional errors in Chromium tests (ToolsSanityTests)
609 LEAK 616 LEAK
610 name=sanity test 01 (memory leak) 617 name=sanity test 01 (memory leak)
611 base_unittests.exe!operator new 618 base_unittests.exe!operator new
612 base_unittests.exe!operator new[] 619 base_unittests.exe!operator new[]
613 base_unittests.exe!base::ToolsSanityTest_MemoryLeak_Test::TestBody 620 base_unittests.exe!base::ToolsSanityTest_MemoryLeak_Test::TestBody
614 621
615 # "..." is needed due to http://code.google.com/p/drmemory/issues/detail?id=666 622 # "..." is needed due to http://code.google.com/p/drmemory/issues/detail?id=666
616 UNADDRESSABLE ACCESS 623 UNADDRESSABLE ACCESS
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 *!scoped_ptr<_TOKEN_USER>* 781 *!scoped_ptr<_TOKEN_USER>*
775 782
776 INVALID HEAP ARGUMENT 783 INVALID HEAP ARGUMENT
777 name=http://crbug.com/101717 (1) 784 name=http://crbug.com/101717 (1)
778 *!scoped_ptr<_TOKEN_DEFAULT_DACL>* 785 *!scoped_ptr<_TOKEN_DEFAULT_DACL>*
779 786
780 INVALID HEAP ARGUMENT 787 INVALID HEAP ARGUMENT
781 name=http://crbug.com/101717 (2) 788 name=http://crbug.com/101717 (2)
782 *!sandbox::PolicyBase::~PolicyBase 789 *!sandbox::PolicyBase::~PolicyBase
783 790
791 INVALID HEAP ARGUMENT
792 name=http://crbug.com/101717 (3)
793 *!scoped_ptr<_UNICODE_STRING>::~scoped_ptr<_UNICODE_STRING>
794 *!sandbox::GetHandleName
795
796 INVALID HEAP ARGUMENT
797 name=http://crbug.com/101717 (4)
798 *!scoped_ptr<_OBJECT_NAME_INFORMATION>::~scoped_ptr<_OBJECT_NAME_INFORMATION>
799 *!sandbox::GetPathFromHandle
800
784 ############################ 801 ############################
785 # Real issues in Chromium 802 # Real issues in Chromium
786 803
787 # http://crbug.com/32085 804 # http://crbug.com/32085
788 LEAK 805 LEAK
789 ... 806 ...
790 chrome.dll!NotificationRegistrar::Add 807 chrome.dll!NotificationRegistrar::Add
791 808
792 # http://crbug.com/32623 809 # http://crbug.com/32623
793 LEAK 810 LEAK
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 *!operator new 928 *!operator new
912 *!views::NativeWidgetWin::OnCreate 929 *!views::NativeWidgetWin::OnCreate
913 930
914 # http://crbug.com/96010 931 # http://crbug.com/96010
915 UNADDRESSABLE ACCESS 932 UNADDRESSABLE ACCESS
916 ... 933 ...
917 *!NotificationService::Notify 934 *!NotificationService::Notify
918 935
919 # Empty line at EOF - workaround for 936 # Empty line at EOF - workaround for
920 # http://code.google.com/p/drmemory/issues/detail?id=41 937 # 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