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 5111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5122 bug_102016_b | 5122 bug_102016_b |
5123 Memcheck:Leak | 5123 Memcheck:Leak |
5124 fun:posix_memalign | 5124 fun:posix_memalign |
5125 ... | 5125 ... |
5126 fun:av_read_frame | 5126 fun:av_read_frame |
5127 fun:_ZN5media15AudioFileReader4ReadERKSt6vectorIPfSaIS2_EEj | 5127 fun:_ZN5media15AudioFileReader4ReadERKSt6vectorIPfSaIS2_EEj |
5128 fun:_ZN11webkit_glue19DecodeAudioFileDataEPN6WebKit11WebAudioBusEPKcjd | 5128 fun:_ZN11webkit_glue19DecodeAudioFileDataEPN6WebKit11WebAudioBusEPKcjd |
5129 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl17loadAudioResourceEPN6WebKit1
1WebAudioBusEPKcjd | 5129 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl17loadAudioResourceEPN6WebKit1
1WebAudioBusEPKcjd |
5130 fun:_ZN7WebCore15PlatformSupport19decodeAudioFileDataEPKcjd | 5130 fun:_ZN7WebCore15PlatformSupport19decodeAudioFileDataEPKcjd |
5131 } | 5131 } |
| 5132 { |
| 5133 bug_102049_a |
| 5134 Memcheck:Leak |
| 5135 fun:malloc |
| 5136 fun:_Z15sk_malloc_flagsjj |
| 5137 fun:_Z15sk_malloc_throwj |
| 5138 fun:_ZN8SkAAClip7RunHead5AllocEij |
| 5139 fun:_ZN8SkAAClip7Builder6finishEPS_ |
| 5140 ... |
| 5141 fun:_ZN8SkCanvas8clip*ERK6Sk*N8SkRegion2OpEb |
| 5142 } |
| 5143 { |
| 5144 bug_102049_b |
| 5145 Memcheck:Leak |
| 5146 fun:malloc |
| 5147 fun:_Z15sk_malloc_flagsjj |
| 5148 fun:_Z15sk_malloc_throwj |
| 5149 fun:_ZN8SkAAClip7RunHead5AllocEij |
| 5150 fun:_ZN8SkAAClip7Builder6finishEPS_ |
| 5151 ... |
| 5152 fun:_ZN8SkCanvas19updateDeviceCMCacheEv |
| 5153 fun:_ZN10SkDrawIterC1EP8SkCanvasb |
| 5154 fun:_ZN8SkCanvas8draw*ERK6Sk*RK7SkPaint |
| 5155 } |
5132 | 5156 |
5133 #----------------------------------------------------------------------- | 5157 #----------------------------------------------------------------------- |
5134 # 4. These only occur on our Google workstations | 5158 # 4. These only occur on our Google workstations |
5135 { | 5159 { |
5136 bug_todo_freeres | 5160 bug_todo_freeres |
5137 Memcheck:Free | 5161 Memcheck:Free |
5138 fun:free | 5162 fun:free |
5139 fun:__libc_freeres | 5163 fun:__libc_freeres |
5140 fun:_vgnU_freeres | 5164 fun:_vgnU_freeres |
5141 fun:_Exit | 5165 fun:_Exit |
(...skipping 17 matching lines...) Expand all Loading... |
5159 obj:/lib/libselinux.so.1 | 5183 obj:/lib/libselinux.so.1 |
5160 obj:/lib/libselinux.so.1 | 5184 obj:/lib/libselinux.so.1 |
5161 } | 5185 } |
5162 { | 5186 { |
5163 bug_todo_grep | 5187 bug_todo_grep |
5164 Memcheck:Leak | 5188 Memcheck:Leak |
5165 fun:malloc | 5189 fun:malloc |
5166 obj:/bin/grep | 5190 obj:/bin/grep |
5167 obj:/bin/grep | 5191 obj:/bin/grep |
5168 } | 5192 } |
OLD | NEW |