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 5757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5768 { | 5768 { |
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 { |
| 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 } |
5778 | 5794 |
5779 #----------------------------------------------------------------------- | 5795 #----------------------------------------------------------------------- |
5780 # 4. These only occur on our Google workstations | 5796 # 4. These only occur on our Google workstations |
5781 | 5797 |
5782 { | 5798 { |
5783 bug_todo_getdelim | 5799 bug_todo_getdelim |
5784 Memcheck:Leak | 5800 Memcheck:Leak |
5785 fun:malloc | 5801 fun:malloc |
5786 fun:getdelim | 5802 fun:getdelim |
5787 ... | 5803 ... |
(...skipping 10 matching lines...) Expand all Loading... |
5798 obj:/lib/libselinux.so.1 | 5814 obj:/lib/libselinux.so.1 |
5799 } | 5815 } |
5800 { | 5816 { |
5801 bug_todo_grep | 5817 bug_todo_grep |
5802 Memcheck:Leak | 5818 Memcheck:Leak |
5803 fun:malloc | 5819 fun:malloc |
5804 obj:/bin/grep | 5820 obj:/bin/grep |
5805 obj:/bin/grep | 5821 obj:/bin/grep |
5806 } | 5822 } |
5807 | 5823 |
OLD | NEW |