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 5817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5828 fun:_ZN9__gnu_cxx13new_allocatorIN6webkit17WebPluginMimeTypeEE8allocateEmPKv | 5828 fun:_ZN9__gnu_cxx13new_allocatorIN6webkit17WebPluginMimeTypeEE8allocateEmPKv |
5829 fun:_ZNSt12_Vector_baseIN6webkit17WebPluginMimeTypeESaIS1_EE11_M_allocateEm | 5829 fun:_ZNSt12_Vector_baseIN6webkit17WebPluginMimeTypeESaIS1_EE11_M_allocateEm |
5830 fun:_ZNSt6vectorIN6webkit17WebPluginMimeTypeESaIS1_EE13_M_insert_auxEN9__gnu_
cxx17__normal_iteratorIPS1_S3_EERKS1_ | 5830 fun:_ZNSt6vectorIN6webkit17WebPluginMimeTypeESaIS1_EE13_M_insert_auxEN9__gnu_
cxx17__normal_iteratorIPS1_S3_EERKS1_ |
5831 fun:_ZNSt6vectorIN6webkit17WebPluginMimeTypeESaIS1_EE9push_backERKS1_ | 5831 fun:_ZNSt6vectorIN6webkit17WebPluginMimeTypeESaIS1_EE9push_backERKS1_ |
5832 fun:_ZN6webkit5npapi9PluginLib20ParseMIMEDescriptionERKSsPSt6vectorINS_17WebP
luginMimeTypeESaIS5_EE | 5832 fun:_ZN6webkit5npapi9PluginLib20ParseMIMEDescriptionERKSsPSt6vectorINS_17WebP
luginMimeTypeESaIS5_EE |
5833 fun:_ZN6webkit5npapi9PluginLib17ReadWebPluginInfoERK8FilePathPNS_13WebPluginI
nfoE | 5833 fun:_ZN6webkit5npapi9PluginLib17ReadWebPluginInfoERK8FilePathPNS_13WebPluginI
nfoE |
5834 fun:_ZN6webkit5npapi10PluginList14ReadPluginInfoERK8FilePathPNS_13WebPluginIn
foEPPKNS0_17PluginEntryPointsE | 5834 fun:_ZN6webkit5npapi10PluginList14ReadPluginInfoERK8FilePathPNS_13WebPluginIn
foEPPKNS0_17PluginEntryPointsE |
5835 fun:_ZN6webkit5npapi10PluginList10LoadPluginERK8FilePathP12ScopedVectorINS0_1
1PluginGroupEEPNS_13WebPluginInfoE | 5835 fun:_ZN6webkit5npapi10PluginList10LoadPluginERK8FilePathP12ScopedVectorINS0_1
1PluginGroupEEPNS_13WebPluginInfoE |
5836 fun:_ZN17UtilityThreadImpl13OnLoadPluginsERKSt6vectorI8FilePathSaIS1_EE | 5836 fun:_ZN17UtilityThreadImpl13OnLoadPluginsERKSt6vectorI8FilePathSaIS1_EE |
5837 } | 5837 } |
| 5838 { |
| 5839 bug_124766 |
| 5840 Memcheck:Leak |
| 5841 fun:_Znw* |
| 5842 ... |
| 5843 fun:_ZN16GoogleURLTracker19OnNavigationPendingERKN7content18NotificationSourc
eES3_P16InfoBarTabHelperRK4GURL |
| 5844 fun:_ZN20GoogleURLTrackerTest16SetSearchPendingERK4GURLi |
| 5845 fun:_ZN71GoogleURLTrackerTest_InfobarShownAgainOnSearchAfterCommittedSearch_T
est8TestBodyEv |
| 5846 } |
5838 | 5847 |
5839 #----------------------------------------------------------------------- | 5848 #----------------------------------------------------------------------- |
5840 # 4. These only occur on our Google workstations | 5849 # 4. These only occur on our Google workstations |
5841 | 5850 |
5842 { | 5851 { |
5843 bug_todo_getdelim | 5852 bug_todo_getdelim |
5844 Memcheck:Leak | 5853 Memcheck:Leak |
5845 fun:malloc | 5854 fun:malloc |
5846 fun:getdelim | 5855 fun:getdelim |
5847 ... | 5856 ... |
(...skipping 10 matching lines...) Expand all Loading... |
5858 obj:/lib/libselinux.so.1 | 5867 obj:/lib/libselinux.so.1 |
5859 } | 5868 } |
5860 { | 5869 { |
5861 bug_todo_grep | 5870 bug_todo_grep |
5862 Memcheck:Leak | 5871 Memcheck:Leak |
5863 fun:malloc | 5872 fun:malloc |
5864 obj:/bin/grep | 5873 obj:/bin/grep |
5865 obj:/bin/grep | 5874 obj:/bin/grep |
5866 } | 5875 } |
5867 | 5876 |
OLD | NEW |