OLD | NEW |
---|---|
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 Loading... | |
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 This test explicitly verifies PostTaskAndReply leaks the task if the originat ing MessageLoop has been deleted. | |
Nico
2011/08/18 18:05:28
No bug #?
awong
2011/08/18 18:18:56
I'm not sure it is a bug...
Nico
2011/08/18 18:32:34
I meant more "See http://crbug.com/86301" to save
| |
749 Memcheck:Leak | |
750 fun:_Znw* | |
751 fun:_ZN4base16MessageLoopProxy16PostTaskAndReplyERKN15tracked_objects8Locatio nERKNS_8CallbackIFvvEEES9_ | |
752 fun:_ZN4base12_GLOBAL__N_169MessageLoopProxyTest_PostTaskAndReply_DeadReplyLo opDoesNotDelete_Test8TestBodyEv | |
Nico
2011/08/18 18:05:28
GLOBAL might mangle differently on OS X, don't rem
awong
2011/08/18 18:18:56
Okay I don't have a mac handy. Will watch the wate
| |
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 4586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5344 } | 5351 } |
5345 { | 5352 { |
5346 bug_todo_getdelim2 | 5353 bug_todo_getdelim2 |
5347 Memcheck:Leak | 5354 Memcheck:Leak |
5348 fun:malloc | 5355 fun:malloc |
5349 fun:getdelim | 5356 fun:getdelim |
5350 obj:/lib/libselinux.so.1 | 5357 obj:/lib/libselinux.so.1 |
5351 obj:/lib/libselinux.so.1 | 5358 obj:/lib/libselinux.so.1 |
5352 obj:/lib/libselinux.so.1 | 5359 obj:/lib/libselinux.so.1 |
5353 } | 5360 } |
OLD | NEW |