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 5174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5185 fun:_ZN15DownloadService18GetDownloadManagerEv | 5185 fun:_ZN15DownloadService18GetDownloadManagerEv |
5186 fun:_ZN29ExtensionDownloadsEventRouterC* | 5186 fun:_ZN29ExtensionDownloadsEventRouterC* |
5187 fun:_ZN16ExtensionService16InitEventRoutersEv | 5187 fun:_ZN16ExtensionService16InitEventRoutersEv |
5188 fun:_ZN16ExtensionService7ObserveEiRKN7content18NotificationSourceERKNS0_19No
tificationDetailsE | 5188 fun:_ZN16ExtensionService7ObserveEiRKN7content18NotificationSourceERKNS0_19No
tificationDetailsE |
5189 ... | 5189 ... |
5190 fun:_ZN23NotificationServiceImpl6NotifyEiRKN7content18NotificationSourceERKNS
0_19NotificationDetailsE | 5190 fun:_ZN23NotificationServiceImpl6NotifyEiRKN7content18NotificationSourceERKNS
0_19NotificationDetailsE |
5191 fun:_ZN14ProfileManager16OnImportFinishedEP7Profile | 5191 fun:_ZN14ProfileManager16OnImportFinishedEP7Profile |
5192 fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv | 5192 fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv |
5193 } | 5193 } |
5194 { | 5194 { |
5195 bug_102256 | |
5196 Memcheck:Leak | |
5197 fun:_Znw* | |
5198 fun:_ZN26AutocompleteHistoryManager15SendSuggestions* | |
5199 fun:_ZN52AutocompleteHistoryManagerTest_ExternalDelegate_Test8TestBodyEv | |
5200 } | |
5201 { | |
5202 bug_102257 | 5195 bug_102257 |
5203 Memcheck:Cond | 5196 Memcheck:Cond |
5204 ... | 5197 ... |
5205 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE
EEiPS5_Pb | 5198 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE
EEiPS5_Pb |
5206 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb | 5199 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb |
5207 } | 5200 } |
5208 | 5201 |
5209 #----------------------------------------------------------------------- | 5202 #----------------------------------------------------------------------- |
5210 # 4. These only occur on our Google workstations | 5203 # 4. These only occur on our Google workstations |
5211 { | 5204 { |
(...skipping 23 matching lines...) Expand all Loading... |
5235 obj:/lib/libselinux.so.1 | 5228 obj:/lib/libselinux.so.1 |
5236 obj:/lib/libselinux.so.1 | 5229 obj:/lib/libselinux.so.1 |
5237 } | 5230 } |
5238 { | 5231 { |
5239 bug_todo_grep | 5232 bug_todo_grep |
5240 Memcheck:Leak | 5233 Memcheck:Leak |
5241 fun:malloc | 5234 fun:malloc |
5242 obj:/bin/grep | 5235 obj:/bin/grep |
5243 obj:/bin/grep | 5236 obj:/bin/grep |
5244 } | 5237 } |
OLD | NEW |