| 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 5179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5190 fun:_ZN7WebCore8Document12updateLayoutEv | 5190 fun:_ZN7WebCore8Document12updateLayoutEv |
| 5191 fun:_ZN7WebCore8Document36updateLayoutIgnorePendingStylesheetsEv | 5191 fun:_ZN7WebCore8Document36updateLayoutIgnorePendingStylesheetsEv |
| 5192 } | 5192 } |
| 5193 { | 5193 { |
| 5194 bug_107840 | 5194 bug_107840 |
| 5195 Memcheck:Leak | 5195 Memcheck:Leak |
| 5196 ... | 5196 ... |
| 5197 fun:dlsym | 5197 fun:dlsym |
| 5198 fun:_ZN4base14PlatformThread7SetNameEPKc | 5198 fun:_ZN4base14PlatformThread7SetNameEPKc |
| 5199 } | 5199 } |
| 5200 { |
| 5201 bug_108146a |
| 5202 Memcheck:Leak |
| 5203 fun:_Znw* |
| 5204 ... |
| 5205 fun:_ZN5ppapi5proxy26PPP_Instance_Private_Proxy22OnMsgGetInstanceObjectEiNS0_
24SerializedVarReturnValueE |
| 5206 } |
| 5207 { |
| 5208 bug_108146b |
| 5209 Memcheck:Param |
| 5210 write(buf) |
| 5211 obj:/lib/tls/i686/cmov/libpthread-2.11.1.so |
| 5212 fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE |
| 5213 fun:_ZN3IPC7Channel4SendEPNS_7MessageE |
| 5214 fun:_ZN3IPC12ChannelProxy7Context13OnSendMessageEPNS_7MessageE |
| 5215 fun:_ZN3IPC18SendCallbackHelper4SendEv |
| 5216 } |
| 5200 | 5217 |
| 5201 #----------------------------------------------------------------------- | 5218 #----------------------------------------------------------------------- |
| 5202 # 4. These only occur on our Google workstations | 5219 # 4. These only occur on our Google workstations |
| 5203 { | 5220 { |
| 5204 bug_todo_freeres | 5221 bug_todo_freeres |
| 5205 Memcheck:Free | 5222 Memcheck:Free |
| 5206 fun:free | 5223 fun:free |
| 5207 fun:__libc_freeres | 5224 fun:__libc_freeres |
| 5208 fun:_vgnU_freeres | 5225 fun:_vgnU_freeres |
| 5209 fun:_Exit | 5226 fun:_Exit |
| (...skipping 17 matching lines...) Expand all Loading... |
| 5227 obj:/lib/libselinux.so.1 | 5244 obj:/lib/libselinux.so.1 |
| 5228 obj:/lib/libselinux.so.1 | 5245 obj:/lib/libselinux.so.1 |
| 5229 } | 5246 } |
| 5230 { | 5247 { |
| 5231 bug_todo_grep | 5248 bug_todo_grep |
| 5232 Memcheck:Leak | 5249 Memcheck:Leak |
| 5233 fun:malloc | 5250 fun:malloc |
| 5234 obj:/bin/grep | 5251 obj:/bin/grep |
| 5235 obj:/bin/grep | 5252 obj:/bin/grep |
| 5236 } | 5253 } |
| OLD | NEW |