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