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 5087 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5098 fun:_ZN7history8TopSites16SetPageThumbnailERK4GURLPN3gfx5ImageERK14ThumbnailS
core | 5098 fun:_ZN7history8TopSites16SetPageThumbnailERK4GURLPN3gfx5ImageERK14ThumbnailS
core |
5099 fun:_ZN7history17ExpireHistoryTest14AddExampleDataEP?PN4base4TimeE | 5099 fun:_ZN7history17ExpireHistoryTest14AddExampleDataEP?PN4base4TimeE |
5100 fun:_ZN7history*ExpireHistoryTest_* | 5100 fun:_ZN7history*ExpireHistoryTest_* |
5101 } | 5101 } |
5102 { | 5102 { |
5103 bug_101781_d | 5103 bug_101781_d |
5104 Memcheck:Cond | 5104 Memcheck:Cond |
5105 fun:_ZN7testing8internal11CmpHelperGEIddEENS_15AssertionResultEPKcS4_RKT_RKT0
_ | 5105 fun:_ZN7testing8internal11CmpHelperGEIddEENS_15AssertionResultEPKcS4_RKT_RKT0
_ |
5106 fun:_ZN3gfx31JPEGCodec_EncodeDecodeRGBA_Test8TestBodyEv | 5106 fun:_ZN3gfx31JPEGCodec_EncodeDecodeRGBA_Test8TestBodyEv |
5107 } | 5107 } |
| 5108 { |
| 5109 bug_102016_a |
| 5110 Memcheck:Addr4 |
| 5111 fun:_ZN7WebCore15PlatformSupport25loadPlatformAudioResourceEPKcd |
| 5112 fun:_ZN7WebCore8AudioBus20loadPlatformResourceEPKcf |
| 5113 fun:_ZN7WebCore13HRTFElevation35calculateKernelsForAzimuthElevationEiifRKN3WT
F6StringERNS1_6RefPtrINS_10HRTFKernelEEES8_ |
| 5114 fun:_ZN7WebCore13HRTFElevation16createForSubjectERKN3WTF6StringEif |
| 5115 fun:_ZN7WebCore12HRTFDatabaseC1Ef |
| 5116 fun:_ZN7WebCore12HRTFDatabase6createEf |
| 5117 fun:_ZN7WebCore18HRTFDatabaseLoader4loadEv |
| 5118 fun:_ZN7WebCoreL19databaseLoaderEntryEPv |
| 5119 fun:_ZN3WTFL16threadEntryPointEPv |
| 5120 } |
| 5121 { |
| 5122 bug_102016_b |
| 5123 Memcheck:Leak |
| 5124 fun:posix_memalign |
| 5125 ... |
| 5126 fun:av_read_frame |
| 5127 fun:_ZN5media15AudioFileReader4ReadERKSt6vectorIPfSaIS2_EEj |
| 5128 fun:_ZN11webkit_glue19DecodeAudioFileDataEPN6WebKit11WebAudioBusEPKcjd |
| 5129 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl17loadAudioResourceEPN6WebKit1
1WebAudioBusEPKcjd |
| 5130 fun:_ZN7WebCore15PlatformSupport19decodeAudioFileDataEPKcjd |
| 5131 } |
| 5132 |
5108 #----------------------------------------------------------------------- | 5133 #----------------------------------------------------------------------- |
5109 # 4. These only occur on our Google workstations | 5134 # 4. These only occur on our Google workstations |
5110 { | 5135 { |
5111 bug_todo_freeres | 5136 bug_todo_freeres |
5112 Memcheck:Free | 5137 Memcheck:Free |
5113 fun:free | 5138 fun:free |
5114 fun:__libc_freeres | 5139 fun:__libc_freeres |
5115 fun:_vgnU_freeres | 5140 fun:_vgnU_freeres |
5116 fun:_Exit | 5141 fun:_Exit |
5117 fun:exit | 5142 fun:exit |
(...skipping 16 matching lines...) Expand all Loading... |
5134 obj:/lib/libselinux.so.1 | 5159 obj:/lib/libselinux.so.1 |
5135 obj:/lib/libselinux.so.1 | 5160 obj:/lib/libselinux.so.1 |
5136 } | 5161 } |
5137 { | 5162 { |
5138 bug_todo_grep | 5163 bug_todo_grep |
5139 Memcheck:Leak | 5164 Memcheck:Leak |
5140 fun:malloc | 5165 fun:malloc |
5141 obj:/bin/grep | 5166 obj:/bin/grep |
5142 obj:/bin/grep | 5167 obj:/bin/grep |
5143 } | 5168 } |
OLD | NEW |