OLD | NEW |
1 # There are three kinds of suppressions in this file. | 1 # There are three 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 868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
879 Memcheck:Leak | 879 Memcheck:Leak |
880 fun:_Znw* | 880 fun:_Znw* |
881 ... | 881 ... |
882 fun:_ZN10disk_cache9BackendIO23ExecuteBackendOperationEv | 882 fun:_ZN10disk_cache9BackendIO23ExecuteBackendOperationEv |
883 fun:_ZN10disk_cache9BackendIO16ExecuteOperationEv | 883 fun:_ZN10disk_cache9BackendIO16ExecuteOperationEv |
884 } | 884 } |
885 { | 885 { |
886 bug_87500_b | 886 bug_87500_b |
887 Memcheck:Leak | 887 Memcheck:Leak |
888 fun:_Znw* | 888 fun:_Znw* |
889 fun:_ZN4base4BindIMN12_GLOBAL__N_118TaskClosureAdapterEFvvEPS2_EENS_8internal
20InvokerStorageHolderINS6_15InvokerStorage1IT_T0_EEEES9_RKSA_ | 889 fun:_ZN4base4Bind*TaskClosureAdapterEFvvEPS2_EENS_8internal20InvokerStorageHo
lderINS6_15InvokerStorage1IT_T0_EEEES9_RKSA_ |
890 fun:_ZN11MessageLoop15PostDelayedTaskERKN15tracked_objects8LocationEP4Taskx | 890 fun:_ZN11MessageLoop15PostDelayedTaskERKN15tracked_objects8LocationEP4Taskx |
891 fun:_ZN4base20MessageLoopProxyImpl14PostTaskHelperERKN15tracked_objects8Locat
ionEP4Taskxb | 891 fun:_ZN4base20MessageLoopProxyImpl14PostTaskHelperERKN15tracked_objects8Locat
ionEP4Taskxb |
892 fun:_ZN4base20MessageLoopProxyImpl8PostTaskERKN15tracked_objects8LocationEP4T
ask | 892 fun:_ZN4base20MessageLoopProxyImpl8PostTaskERKN15tracked_objects8LocationEP4T
ask |
893 fun:_ZN10disk_cache10InFlightIO12OnIOCompleteEPNS_12BackgroundIOE | 893 fun:_ZN10disk_cache10InFlightIO12OnIOCompleteEPNS_12BackgroundIOE |
894 } | 894 } |
895 | 895 |
896 #----------------------------------------------------------------------- | 896 #----------------------------------------------------------------------- |
897 # 3. Suppressions for real chromium bugs that are not yet fixed. | 897 # 3. Suppressions for real chromium bugs that are not yet fixed. |
898 # These should all be in chromium's bug tracking system (but a few aren't yet). | 898 # These should all be in chromium's bug tracking system (but a few aren't yet). |
899 | 899 |
(...skipping 4412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5312 } | 5312 } |
5313 { | 5313 { |
5314 bug_todo_getdelim2 | 5314 bug_todo_getdelim2 |
5315 Memcheck:Leak | 5315 Memcheck:Leak |
5316 fun:malloc | 5316 fun:malloc |
5317 fun:getdelim | 5317 fun:getdelim |
5318 obj:/lib/libselinux.so.1 | 5318 obj:/lib/libselinux.so.1 |
5319 obj:/lib/libselinux.so.1 | 5319 obj:/lib/libselinux.so.1 |
5320 obj:/lib/libselinux.so.1 | 5320 obj:/lib/libselinux.so.1 |
5321 } | 5321 } |
OLD | NEW |