| 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 959 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 970 Memcheck:Leak | 970 Memcheck:Leak |
| 971 fun:calloc | 971 fun:calloc |
| 972 ... | 972 ... |
| 973 fun:PR_NewLock | 973 fun:PR_NewLock |
| 974 ... | 974 ... |
| 975 fun:InitSessionCacheLocks | 975 fun:InitSessionCacheLocks |
| 976 fun:initSessionCacheLocksLazily | 976 fun:initSessionCacheLocksLazily |
| 977 fun:PR_CallOnce | 977 fun:PR_CallOnce |
| 978 fun:ssl_InitSessionCacheLocks | 978 fun:ssl_InitSessionCacheLocks |
| 979 fun:lock_cache | 979 fun:lock_cache |
| 980 fun:ssl_LookupSID | |
| 981 fun:ssl2_BeginClientHandshake | |
| 982 fun:ssl_Do1stHandshake | |
| 983 fun:SSL_ForceHandshake | |
| 984 fun:_ZN3net18SSLClientSocketNSS11DoHandshakeEv | |
| 985 fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi | |
| 986 } | 980 } |
| 987 { | 981 { |
| 988 # Intentionally leaking NSS to prevent shutdown crashes | 982 # Intentionally leaking NSS to prevent shutdown crashes |
| 989 bug_77990 (Intentional) | 983 bug_77990 (Intentional) |
| 990 Memcheck:Leak | 984 Memcheck:Leak |
| 991 fun:calloc | 985 fun:calloc |
| 992 ... | 986 ... |
| 993 fun:error_get_my_stack | 987 fun:error_get_my_stack |
| 994 fun:nss_ClearErrorStack | 988 fun:nss_ClearErrorStack |
| 995 fun:NSSArena_Destroy | 989 fun:NSSArena_Destroy |
| (...skipping 4351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5347 obj:/lib/libselinux.so.1 | 5341 obj:/lib/libselinux.so.1 |
| 5348 obj:/lib/libselinux.so.1 | 5342 obj:/lib/libselinux.so.1 |
| 5349 } | 5343 } |
| 5350 { | 5344 { |
| 5351 bug_todo_grep | 5345 bug_todo_grep |
| 5352 Memcheck:Leak | 5346 Memcheck:Leak |
| 5353 fun:malloc | 5347 fun:malloc |
| 5354 obj:/bin/grep | 5348 obj:/bin/grep |
| 5355 obj:/bin/grep | 5349 obj:/bin/grep |
| 5356 } | 5350 } |
| OLD | NEW |