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 6434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6445 } | 6445 } |
6446 { | 6446 { |
6447 bug_167481b | 6447 bug_167481b |
6448 Memcheck:Uninitialized | 6448 Memcheck:Uninitialized |
6449 ... | 6449 ... |
6450 fun:encode_frame_to_data_rate | 6450 fun:encode_frame_to_data_rate |
6451 fun:vp8_get_compressed_data | 6451 fun:vp8_get_compressed_data |
6452 fun:vp8e_encode | 6452 fun:vp8e_encode |
6453 fun:vpx_codec_encode | 6453 fun:vpx_codec_encode |
6454 } | 6454 } |
| 6455 { |
| 6456 bug_169042 |
| 6457 Memcheck:Leak |
| 6458 ... |
| 6459 fun:_ZN6policy12URLBlacklist10AddFiltersEbPKN4base9ListValueE |
| 6460 fun:_ZN6policy12URLBlacklist5BlockEPKN4base9ListValueE |
| 6461 fun:_ZN20ManagedModeURLFilter14SetManualListsE10scoped_ptrIN4base9ListValueEN
S1_14DefaultDeleterIS2_EEES5_ |
| 6462 fun:_ZN20ManagedModeURLFilterC1Ev |
| 6463 fun:_ZN11ManagedMode16URLFilterContextC1E13scoped_refptrIN4base19SequencedTas
kRunnerEE |
| 6464 fun:_ZN11ManagedModeC2Ev |
| 6465 } |
OLD | NEW |