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 5042 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5053 fun:_ZN7history8TopSites16SetPageThumbnailERK4GURLPN3gfx5ImageERK14ThumbnailS
core | 5053 fun:_ZN7history8TopSites16SetPageThumbnailERK4GURLPN3gfx5ImageERK14ThumbnailS
core |
5054 fun:_ZN7history17ExpireHistoryTest14AddExampleDataEPxPN4base4TimeE | 5054 fun:_ZN7history17ExpireHistoryTest14AddExampleDataEPxPN4base4TimeE |
5055 fun:_ZN7history*ExpireHistoryTest_* | 5055 fun:_ZN7history*ExpireHistoryTest_* |
5056 } | 5056 } |
5057 { | 5057 { |
5058 bug_101781_c | 5058 bug_101781_c |
5059 Memcheck:Cond | 5059 Memcheck:Cond |
5060 fun:_ZN7testing8internal11CmpHelperGEIddEENS_15AssertionResultEPKcS4_RKT_RKT0
_ | 5060 fun:_ZN7testing8internal11CmpHelperGEIddEENS_15AssertionResultEPKcS4_RKT_RKT0
_ |
5061 fun:_ZN3gfx31JPEGCodec_EncodeDecodeRGBA_Test8TestBodyEv | 5061 fun:_ZN3gfx31JPEGCodec_EncodeDecodeRGBA_Test8TestBodyEv |
5062 } | 5062 } |
| 5063 |
| 5064 { |
| 5065 bug_101867_a |
| 5066 Memcheck:Cond |
| 5067 ... |
| 5068 fun:_ZN8chromeos15PowerMenuButton22UpdateIconAndLabelInfoEv |
| 5069 fun:_ZN8chromeos15PowerMenuButtonC1EPNS_14StatusAreaHostE |
| 5070 fun:_ZN8chromeos14StatusAreaView4InitEv |
| 5071 fun:_ZN8chromeos11BrowserView4InitEv |
| 5072 } |
| 5073 { |
| 5074 bug_101867_b |
| 5075 Memcheck:Value4 |
| 5076 fun:_ZN8chromeos15PowerMenuButton22UpdateIconAndLabelInfoEv |
| 5077 fun:_ZN8chromeos15PowerMenuButtonC1EPNS_14StatusAreaHostE |
| 5078 fun:_ZN8chromeos14StatusAreaView4InitEv |
| 5079 fun:_ZN8chromeos11BrowserView4InitEv |
| 5080 } |
| 5081 |
5063 #----------------------------------------------------------------------- | 5082 #----------------------------------------------------------------------- |
5064 # 4. These only occur on our Google workstations | 5083 # 4. These only occur on our Google workstations |
5065 { | 5084 { |
5066 bug_todo_freeres | 5085 bug_todo_freeres |
5067 Memcheck:Free | 5086 Memcheck:Free |
5068 fun:free | 5087 fun:free |
5069 fun:__libc_freeres | 5088 fun:__libc_freeres |
5070 fun:_vgnU_freeres | 5089 fun:_vgnU_freeres |
5071 fun:_Exit | 5090 fun:_Exit |
5072 fun:exit | 5091 fun:exit |
(...skipping 16 matching lines...) Expand all Loading... |
5089 obj:/lib/libselinux.so.1 | 5108 obj:/lib/libselinux.so.1 |
5090 obj:/lib/libselinux.so.1 | 5109 obj:/lib/libselinux.so.1 |
5091 } | 5110 } |
5092 { | 5111 { |
5093 bug_todo_grep | 5112 bug_todo_grep |
5094 Memcheck:Leak | 5113 Memcheck:Leak |
5095 fun:malloc | 5114 fun:malloc |
5096 obj:/bin/grep | 5115 obj:/bin/grep |
5097 obj:/bin/grep | 5116 obj:/bin/grep |
5098 } | 5117 } |
OLD | NEW |