OLD | NEW |
1 # There are four kinds of suppressions in this file. | 1 # There are four 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 5758 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5769 bug_125129 | 5769 bug_125129 |
5770 Memcheck:Leak | 5770 Memcheck:Leak |
5771 fun:_Znw* | 5771 fun:_Znw* |
5772 ... | 5772 ... |
5773 fun:_ZN21RenderProcessHostImplC1EPN7content14BrowserContextE | 5773 fun:_ZN21RenderProcessHostImplC1EPN7content14BrowserContextE |
5774 fun:_ZN16SiteInstanceImpl10GetProcessEv | 5774 fun:_ZN16SiteInstanceImpl10GetProcessEv |
5775 ... | 5775 ... |
5776 fun:_ZN*_*_Test8TestBodyEv | 5776 fun:_ZN*_*_Test8TestBodyEv |
5777 } | 5777 } |
5778 { | 5778 { |
5779 bug_125801 | |
5780 Memcheck:Unaddressable | |
5781 fun:_ZNK10scoped_ptrIN4aura10RootWindowEE3getEv | |
5782 fun:_ZN3ash5Shell13GetRootWindowEv | |
5783 fun:_ZN30ChromeBrowserMainExtraPartsAsh23PreMainMessageLoopStartEv | |
5784 fun:_ZN22ChromeBrowserMainParts23PreMainMessageLoopStartEv | |
5785 fun:_ZN30ChromeBrowserMainPartsChromeos23PreMainMessageLoopStartEv | |
5786 fun:_ZN7content15BrowserMainLoop20MainMessageLoopStartEv | |
5787 fun:_ZN12_GLOBAL__N_121BrowserMainRunnerImpl10InitializeERKN7content18MainFun
ctionParamsE | |
5788 fun:_Z11BrowserMainRKN7content18MainFunctionParamsE | |
5789 fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRKN7content18MainFunctionP
aramsEPNS2_19ContentMainDelegateE | |
5790 fun:_ZN12_GLOBAL__N_121ContentMainRunnerImpl3RunEv | |
5791 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE | |
5792 fun:ChromeMain | |
5793 } | |
5794 { | |
5795 bug_125807 | 5779 bug_125807 |
5796 Memcheck:Leak | 5780 Memcheck:Leak |
5797 fun:_Znw* | 5781 fun:_Znw* |
5798 fun:_ZN26TransportSecurityPersisterC1EPN3net22TransportSecurityStateERK8FileP
athb | 5782 fun:_ZN26TransportSecurityPersisterC1EPN3net22TransportSecurityStateERK8FileP
athb |
5799 fun:_ZN30TransportSecurityPersisterTestC2Ev | 5783 fun:_ZN30TransportSecurityPersisterTestC2Ev |
5800 ... | 5784 ... |
5801 fun:_ZN7testing8internal15TestFactoryImpl* | 5785 fun:_ZN7testing8internal15TestFactoryImpl* |
5802 } | 5786 } |
5803 | 5787 |
5804 #----------------------------------------------------------------------- | 5788 #----------------------------------------------------------------------- |
(...skipping 18 matching lines...) Expand all Loading... |
5823 obj:/lib/libselinux.so.1 | 5807 obj:/lib/libselinux.so.1 |
5824 } | 5808 } |
5825 { | 5809 { |
5826 bug_todo_grep | 5810 bug_todo_grep |
5827 Memcheck:Leak | 5811 Memcheck:Leak |
5828 fun:malloc | 5812 fun:malloc |
5829 obj:/bin/grep | 5813 obj:/bin/grep |
5830 obj:/bin/grep | 5814 obj:/bin/grep |
5831 } | 5815 } |
5832 | 5816 |
OLD | NEW |