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 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1042 } | 1042 } |
1043 { | 1043 { |
1044 # See http://crbug.com/11139 | 1044 # See http://crbug.com/11139 |
1045 bug_11139 | 1045 bug_11139 |
1046 Memcheck:Leak | 1046 Memcheck:Leak |
1047 fun:_Znw* | 1047 fun:_Znw* |
1048 fun:_ZN14ProcessWatcher23EnsureProcessTerminatedEi | 1048 fun:_ZN14ProcessWatcher23EnsureProcessTerminatedEi |
1049 } | 1049 } |
1050 { | 1050 { |
1051 # very common in ui tests | 1051 # very common in ui tests |
1052 bug_16089 | 1052 bug_16089a |
1053 Memcheck:Leak | 1053 Memcheck:Leak |
1054 fun:* | 1054 ... |
1055 fun:_ZN4base22PosixDynamicThreadPool8PostTaskEP4Task | 1055 fun:_ZN4base22PosixDynamicThreadPool8PostTask* |
1056 ... | 1056 ... |
1057 fun:_ZN3net12HostResolver3Job5StartEv | 1057 fun:_ZN3net12HostResolver3Job5StartEv |
1058 } | 1058 } |
1059 { | 1059 { |
1060 # ditto, but tweaked to fire on bots, more robust against optimizer changes? | 1060 # ditto, but tweaked to fire on bots, more robust against optimizer changes? |
1061 bug_16089b | 1061 bug_16089b |
1062 Memcheck:Leak | 1062 Memcheck:Leak |
1063 fun:_Znw* | 1063 fun:_Znw* |
1064 fun:_ZN4base22PosixDynamicThreadPool8PostTaskEP4Task | 1064 fun:_ZN4base22PosixDynamicThreadPool8PostTask* |
1065 ... | 1065 ... |
1066 fun:_ZN18chrome_browser_net9DnsMaster24PreLockedScheduleLookupsEv | 1066 fun:_ZN18chrome_browser_net9DnsMaster24PreLockedScheduleLookupsEv |
1067 } | 1067 } |
1068 { | 1068 { |
1069 # ditto, but tweaked for cat hit by URLFetcherTest.SameThreadsTest on bot | 1069 # ditto, but tweaked for cat hit by URLFetcherTest.SameThreadsTest on bot |
1070 bug_16089c | 1070 bug_16089c |
1071 Memcheck:Leak | 1071 Memcheck:Leak |
1072 ... | 1072 ... |
1073 fun:_ZN4base22PosixDynamicThreadPool8PostTaskEP4Task | 1073 fun:_ZN4base22PosixDynamicThreadPool8PostTask* |
1074 ... | 1074 ... |
1075 fun:_ZN3net13TCPConnectJob13DoResolveHostEv | 1075 fun:_ZN3net13TCPConnectJob13DoResolveHostEv |
1076 } | 1076 } |
1077 { | 1077 { |
1078 # ditto, but tweak to match the chromeos's stack. | 1078 # ditto, but tweak to match the chromeos's stack. |
1079 bug_16089d | 1079 bug_16089d |
1080 Memcheck:Leak | 1080 Memcheck:Leak |
1081 fun:* | 1081 fun:* |
1082 ... | 1082 ... |
1083 fun:_ZN4base22PosixDynamicThreadPool8PostTaskEP4Task | 1083 fun:_ZN4base22PosixDynamicThreadPool8PostTask* |
1084 ... | 1084 ... |
1085 fun:_ZN3net16HostResolverImpl3Job5StartEv | 1085 fun:_ZN3net16HostResolverImpl3Job5StartEv |
1086 } | 1086 } |
1087 { | 1087 { |
1088 # ditto, but for IPv6 support (?) | 1088 # ditto, but for IPv6 support (?) |
1089 bug_16089e | 1089 bug_16089e |
1090 Memcheck:Leak | 1090 Memcheck:Leak |
1091 fun:* | 1091 fun:* |
1092 ... | 1092 ... |
1093 fun:_ZN4base22PosixDynamicThreadPool8PostTaskEP4Task | 1093 fun:_ZN4base22PosixDynamicThreadPool8PostTask* |
1094 ... | 1094 ... |
1095 fun:_ZN3net16HostResolverImpl16ProbeIPv6SupportEv | 1095 fun:_ZN3net16HostResolverImpl16ProbeIPv6SupportEv |
1096 } | 1096 } |
1097 { | 1097 { |
1098 # ditto, but for filesystem: URLs. | 1098 # ditto, but for filesystem: URLs. |
1099 bug_16089f | 1099 bug_16089f |
1100 Memcheck:Leak | 1100 Memcheck:Leak |
1101 ... | 1101 ... |
1102 fun:_ZN4base22PosixDynamicThreadPool8PostTaskEP4Task | 1102 fun:_ZN4base22PosixDynamicThreadPool8PostTask* |
1103 ... | 1103 ... |
1104 fun:_ZN7fileapi23FileSystemURLRequestJob11ReadRawDataEPN3net8IOBufferEiPi | 1104 fun:_ZN7fileapi23FileSystemURLRequestJob11ReadRawDataEPN3net8IOBufferEiPi |
1105 } | 1105 } |
1106 { | 1106 { |
| 1107 # ditto, but for fileapi::FileWriter |
| 1108 bug_16089g |
| 1109 Memcheck:Leak |
| 1110 ... |
| 1111 fun:_ZN4base22PosixDynamicThreadPool8PostTask* |
| 1112 ... |
| 1113 fun:_ZN7fileapi18FileWriterDelegate5WriteEv |
| 1114 } |
| 1115 { |
1107 # very common in ui tests | 1116 # very common in ui tests |
1108 bug_16091 | 1117 bug_16091 |
1109 Memcheck:Leak | 1118 Memcheck:Leak |
1110 ... | 1119 ... |
1111 fun:_ZN11MessageLoop22AddDestructionObserverEPNS_19DestructionObserverE | 1120 fun:_ZN11MessageLoop22AddDestructionObserverEPNS_19DestructionObserverE |
1112 ... | 1121 ... |
1113 fun:_ZN3IPC11SyncChannel11SyncContext15OnChannelOpenedEv | 1122 fun:_ZN3IPC11SyncChannel11SyncContext15OnChannelOpenedEv |
1114 } | 1123 } |
1115 { | 1124 { |
1116 # very common in ui tests | 1125 # very common in ui tests |
(...skipping 3637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4754 fun:_ZN7WebCore16HTMLMediaElement19selectMediaResourceEv | 4763 fun:_ZN7WebCore16HTMLMediaElement19selectMediaResourceEv |
4755 fun:_ZN7WebCore16HTMLMediaElement12loadInternalEv | 4764 fun:_ZN7WebCore16HTMLMediaElement12loadInternalEv |
4756 fun:_ZN7WebCore16HTMLMediaElement14loadTimerFiredEPNS_5TimerIS0_EE | 4765 fun:_ZN7WebCore16HTMLMediaElement14loadTimerFiredEPNS_5TimerIS0_EE |
4757 fun:_ZN7WebCore5TimerINS_16HTMLMediaElementEE5firedEv | 4766 fun:_ZN7WebCore5TimerINS_16HTMLMediaElementEE5firedEv |
4758 } | 4767 } |
4759 { | 4768 { |
4760 bug_100608 | 4769 bug_100608 |
4761 Memcheck:Leak | 4770 Memcheck:Leak |
4762 fun:_Znw* | 4771 fun:_Znw* |
4763 fun:_ZN27SQLitePersistentCookieStore7Backend21LoadCookiesForDomainsERKSt3setI
SsSt4lessISsESaISsEE | 4772 fun:_ZN27SQLitePersistentCookieStore7Backend21LoadCookiesForDomainsERKSt3setI
SsSt4lessISsESaISsEE |
4764 ... | |
4765 fun:_ZN4base8internal8Invoker* | |
4766 fun:_ZNK4base8CallbackIFvvEE3RunEv | |
4767 fun:_ZN11MessageLoop7RunTaskERKNS_11PendingTaskE | |
4768 } | 4773 } |
4769 { | 4774 { |
4770 bug_100647 | 4775 bug_100647 |
4771 Memcheck:Leak | 4776 Memcheck:Leak |
4772 fun:_Znw* | 4777 fun:_Znw* |
4773 fun:_ZN18WebResourceService19UpdateResourceCacheERKSs | 4778 fun:_ZN18WebResourceService19UpdateResourceCacheERKSs |
4774 fun:_ZN18WebResourceService18WebResourceFetcher18OnURLFetchCompleteEPK10URLFe
tcherRK4GURLRKN3net16URLRequestStatusEiRKSt6vectorISsSaISsEERKSs | 4779 fun:_ZN18WebResourceService18WebResourceFetcher18OnURLFetchCompleteEPK10URLFe
tcherRK4GURLRKN3net16URLRequestStatusEiRKSt6vectorISsSaISsEERKSs |
4775 fun:_ZN10URLFetcher8Delegate18OnURLFetchCompleteEPKS_ | 4780 fun:_ZN10URLFetcher8Delegate18OnURLFetchCompleteEPKS_ |
4776 fun:_ZN10URLFetcher4Core29InformDelegateFetchIsCompleteEv | 4781 fun:_ZN10URLFetcher4Core29InformDelegateFetchIsCompleteEv |
4777 fun:_ZN10URLFetcher4Core21OnCompletedURLRequestEN4base9TimeDeltaE | 4782 fun:_ZN10URLFetcher4Core21OnCompletedURLRequestEN4base9TimeDeltaE |
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5279 obj:/lib/libselinux.so.1 | 5284 obj:/lib/libselinux.so.1 |
5280 obj:/lib/libselinux.so.1 | 5285 obj:/lib/libselinux.so.1 |
5281 } | 5286 } |
5282 { | 5287 { |
5283 bug_todo_grep | 5288 bug_todo_grep |
5284 Memcheck:Leak | 5289 Memcheck:Leak |
5285 fun:malloc | 5290 fun:malloc |
5286 obj:/bin/grep | 5291 obj:/bin/grep |
5287 obj:/bin/grep | 5292 obj:/bin/grep |
5288 } | 5293 } |
OLD | NEW |