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 7193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7204 fun:_ZN7WebCore14HarfBuzzShaper19collectHarfBuzzRunsEv | 7204 fun:_ZN7WebCore14HarfBuzzShaper19collectHarfBuzzRunsEv |
7205 } | 7205 } |
7206 { | 7206 { |
7207 bug_272179_c | 7207 bug_272179_c |
7208 Memcheck:Param | 7208 Memcheck:Param |
7209 sendmsg(msg.msg_iov[0]) | 7209 sendmsg(msg.msg_iov[0]) |
7210 obj:/lib/x86_64-linux-gnu/libpthread-2.15.so | 7210 obj:/lib/x86_64-linux-gnu/libpthread-2.15.so |
7211 ... | 7211 ... |
7212 fun:_ZN7WebCore14HarfBuzzShaper19collectHarfBuzzRunsEv | 7212 fun:_ZN7WebCore14HarfBuzzShaper19collectHarfBuzzRunsEv |
7213 } | 7213 } |
| 7214 { |
| 7215 bug_273385 |
| 7216 Memcheck:Leak |
| 7217 ... |
| 7218 fun:ssl3_ResolvePK11CryptFunctions |
| 7219 fun:PR_CallOnce |
| 7220 fun:ssl3_HasGCMSupport |
| 7221 fun:ssl3_SendClientHello |
| 7222 fun:ssl2_BeginClientHandshake |
| 7223 fun:ssl_Do1stHandshake |
| 7224 fun:SSL_ForceHandshake |
| 7225 fun:_ZN3net18SSLClientSocketNSS4Core11DoHandshakeEv |
| 7226 } |
OLD | NEW |