Chromium Code Reviews| 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 676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 687 bug_19775_h | 687 bug_19775_h |
| 688 Memcheck:Leak | 688 Memcheck:Leak |
| 689 ... | 689 ... |
| 690 fun:malloc | 690 fun:malloc |
| 691 fun:sqlite3MemMalloc | 691 fun:sqlite3MemMalloc |
| 692 fun:mallocWithAlarm | 692 fun:mallocWithAlarm |
| 693 fun:sqlite3Malloc | 693 fun:sqlite3Malloc |
| 694 ... | 694 ... |
| 695 fun:yy_reduce | 695 fun:yy_reduce |
| 696 } | 696 } |
| 697 # The following three suppressions are related to the workers code. | |
|
falken
2016/07/11 04:18:23
This comment is stale also.
| |
| 698 { | |
| 699 bug_27837 | |
| 700 Memcheck:Leak | |
| 701 fun:_Znw* | |
| 702 fun:_ZN19WebSharedWorkerStub9OnConnectEii | |
| 703 } | |
| 704 { | 697 { |
| 705 bug_32085 | 698 bug_32085 |
| 706 Memcheck:Leak | 699 Memcheck:Leak |
| 707 fun:_Znw* | 700 fun:_Znw* |
| 708 fun:_ZN9__gnu_cxx13new_allocatorIN7content21NotificationRegistrar6RecordEE8al locate* | 701 fun:_ZN9__gnu_cxx13new_allocatorIN7content21NotificationRegistrar6RecordEE8al locate* |
| 709 fun:_ZNSt12_Vector_baseIN7content21NotificationRegistrar6RecordESaIS* | 702 fun:_ZNSt12_Vector_baseIN7content21NotificationRegistrar6RecordESaIS* |
| 710 fun:_ZNSt6vectorIN7content21NotificationRegistrar6RecordESaIS2_EE13_M_insert_ auxEN9__gnu_cxx17__normal_iteratorIPS2_S* | 703 fun:_ZNSt6vectorIN7content21NotificationRegistrar6RecordESaIS2_EE13_M_insert_ auxEN9__gnu_cxx17__normal_iteratorIPS2_S* |
| 711 fun:_ZNSt6vectorIN7content21NotificationRegistrar6RecordESaIS* | 704 fun:_ZNSt6vectorIN7content21NotificationRegistrar6RecordESaIS* |
| 712 fun:_ZN7content21NotificationRegistrar3Add* | 705 fun:_ZN7content21NotificationRegistrar3Add* |
| 713 } | 706 } |
| (...skipping 2272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2986 { | 2979 { |
| 2987 bug_602964 | 2980 bug_602964 |
| 2988 Memcheck:Leak | 2981 Memcheck:Leak |
| 2989 fun:_Znw* | 2982 fun:_Znw* |
| 2990 fun:_ZN4base4BindIMNS_12_GLOBAL__N_121PostTaskAndReplyRelayEFvvEJNS_8internal 17UnretainedWrapper* | 2983 fun:_ZN4base4BindIMNS_12_GLOBAL__N_121PostTaskAndReplyRelayEFvvEJNS_8internal 17UnretainedWrapper* |
| 2991 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS* | 2984 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS* |
| 2992 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvELNS* | 2985 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvELNS* |
| 2993 fun:_ZN4base26PostTaskAndReplyWithResultIN3net20WifiPHYLayerProtocolES2_EEbPN S* | 2986 fun:_ZN4base26PostTaskAndReplyWithResultIN3net20WifiPHYLayerProtocolES2_EEbPN S* |
| 2994 fun:_ZN7metrics22NetworkMetricsProvider25ProbeWifiPHYLayerProtocolEv | 2987 fun:_ZN7metrics22NetworkMetricsProvider25ProbeWifiPHYLayerProtocolEv |
| 2995 } | 2988 } |
| OLD | NEW |