| 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 4604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4615 fun:vorbis_decode_frame | 4615 fun:vorbis_decode_frame |
| 4616 fun:avcodec_decode_audio3 | 4616 fun:avcodec_decode_audio3 |
| 4617 } | 4617 } |
| 4618 { | 4618 { |
| 4619 bug_96773b | 4619 bug_96773b |
| 4620 Memcheck:Value8 | 4620 Memcheck:Value8 |
| 4621 ... | 4621 ... |
| 4622 fun:vorbis_decode_frame | 4622 fun:vorbis_decode_frame |
| 4623 fun:avcodec_decode_audio3 | 4623 fun:avcodec_decode_audio3 |
| 4624 } | 4624 } |
| 4625 { | |
| 4626 bug_97511_d | |
| 4627 Memcheck:Leak | |
| 4628 fun:_Znw* | |
| 4629 ... | |
| 4630 fun:_ZNK4base15DictionaryValue8DeepCopyEv | |
| 4631 fun:_ZN32SyncableExtensionSettingsStorage30OverwriteLocalSettingsWithSyncERKN
4base15DictionaryValueES3_ | |
| 4632 fun:_ZN32SyncableExtensionSettingsStorage12StartSyncingERKN4base15DictionaryV
alueEP19SyncChangeProcessor | |
| 4633 fun:_ZN17ExtensionSettings24MergeDataAndStartSyncingEN8syncable9ModelTypeERKS
t6vectorI8SyncDataSaIS3_EEP19SyncChangeProcessor | |
| 4634 fun:_ZN58ExtensionSettingsSyncTest_InSyncDataDoesNotInvokeSync_Test8TestBodyE
v | |
| 4635 } | |
| 4636 | 4625 |
| 4637 #----------------------------------------------------------------------- | 4626 #----------------------------------------------------------------------- |
| 4638 # 4. These only occur on our Google workstations | 4627 # 4. These only occur on our Google workstations |
| 4639 { | 4628 { |
| 4640 bug_todo_freeres | 4629 bug_todo_freeres |
| 4641 Memcheck:Free | 4630 Memcheck:Free |
| 4642 fun:free | 4631 fun:free |
| 4643 fun:__libc_freeres | 4632 fun:__libc_freeres |
| 4644 fun:_vgnU_freeres | 4633 fun:_vgnU_freeres |
| 4645 fun:_Exit | 4634 fun:_Exit |
| (...skipping 10 matching lines...) Expand all Loading... |
| 4656 } | 4645 } |
| 4657 { | 4646 { |
| 4658 bug_todo_getdelim2 | 4647 bug_todo_getdelim2 |
| 4659 Memcheck:Leak | 4648 Memcheck:Leak |
| 4660 fun:malloc | 4649 fun:malloc |
| 4661 fun:getdelim | 4650 fun:getdelim |
| 4662 obj:/lib/libselinux.so.1 | 4651 obj:/lib/libselinux.so.1 |
| 4663 obj:/lib/libselinux.so.1 | 4652 obj:/lib/libselinux.so.1 |
| 4664 obj:/lib/libselinux.so.1 | 4653 obj:/lib/libselinux.so.1 |
| 4665 } | 4654 } |
| OLD | NEW |