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

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

Issue 7210053: Implementation of PostTaskAndReply() in MessageLoopProxy and BrowserThread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: copyright 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 | « content/browser/browser_thread_unittest.cc ('k') | 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 # There are three kinds of suppressions in this file. 1 # There are three kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 fun:_ZN4base43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv 738 fun:_ZN4base43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
739 } 739 }
740 { 740 {
741 Memcheck sanity test 15 (new/read uninit). 741 Memcheck sanity test 15 (new/read uninit).
742 Memcheck:Cond 742 Memcheck:Cond
743 fun:*ReadUninitializedValue* 743 fun:*ReadUninitializedValue*
744 fun:*MakeSomeErrors* 744 fun:*MakeSomeErrors*
745 fun:_ZN4base40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv 745 fun:_ZN4base40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
746 } 746 }
747 { 747 {
748 bug_86301 This test explicitly verifies PostTaskAndReply leaks the task if th e originating MessageLoop has been deleted.
749 Memcheck:Leak
750 fun:_Znw*
751 fun:_ZN4base16MessageLoopProxy16PostTaskAndReplyERKN15tracked_objects8Locatio nERKNS_8CallbackIFvvEEES9_
752 fun:_ZN4base12_GLOBAL__N_169MessageLoopProxyTest_PostTaskAndReply_DeadReplyLo opDoesNotDelete_Test8TestBodyEv
753 }
754 {
748 logging::InitLogging never frees filename. It would be hard to free properly. 755 logging::InitLogging never frees filename. It would be hard to free properly.
749 Memcheck:Leak 756 Memcheck:Leak
750 ... 757 ...
751 fun:_ZN7logging11InitLoggingEPKcNS_18LoggingDestinationENS_15LogLockingStateE NS_20OldFileDeletionStateE 758 fun:_ZN7logging11InitLoggingEPKcNS_18LoggingDestinationENS_15LogLockingStateE NS_20OldFileDeletionStateE
752 } 759 }
753 { 760 {
754 Linux tests don't bother to undo net::TestServer::LoadTestRootCert(). 761 Linux tests don't bother to undo net::TestServer::LoadTestRootCert().
755 Memcheck:Leak 762 Memcheck:Leak
756 ... 763 ...
757 fun:_ZN3net10TestServer16LoadTestRootCertEv 764 fun:_ZN3net10TestServer16LoadTestRootCertEv
(...skipping 4571 matching lines...) Expand 10 before | Expand all | Expand 10 after
5329 } 5336 }
5330 { 5337 {
5331 bug_todo_getdelim2 5338 bug_todo_getdelim2
5332 Memcheck:Leak 5339 Memcheck:Leak
5333 fun:malloc 5340 fun:malloc
5334 fun:getdelim 5341 fun:getdelim
5335 obj:/lib/libselinux.so.1 5342 obj:/lib/libselinux.so.1
5336 obj:/lib/libselinux.so.1 5343 obj:/lib/libselinux.so.1
5337 obj:/lib/libselinux.so.1 5344 obj:/lib/libselinux.so.1
5338 } 5345 }
OLDNEW
« no previous file with comments | « content/browser/browser_thread_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698