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 4790 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4801 Memcheck:Leak | 4801 Memcheck:Leak |
4802 fun:calloc | 4802 fun:calloc |
4803 fun:PR_Calloc | 4803 fun:PR_Calloc |
4804 fun:PORT_ZAlloc_Util | 4804 fun:PORT_ZAlloc_Util |
4805 fun:PORT_NewArena_Util | 4805 fun:PORT_NewArena_Util |
4806 fun:CERT_CreateCertificate | 4806 fun:CERT_CreateCertificate |
4807 fun:_ZN12_GLOBAL__N_117CreateCertificateEP18SECKEYPublicKeyStrRKSsjN4base9Tim
eDeltaE | 4807 fun:_ZN12_GLOBAL__N_117CreateCertificateEP18SECKEYPublicKeyStrRKSsjN4base9Tim
eDeltaE |
4808 fun:_ZN3net9x509_util20CreateSelfSignedCertEP18SECKEYPublicKeyStrP19SECKEYPri
vateKeyStrRKSsjN4base9TimeDeltaE | 4808 fun:_ZN3net9x509_util20CreateSelfSignedCertEP18SECKEYPublicKeyStrP19SECKEYPri
vateKeyStrRKSsjN4base9TimeDeltaE |
4809 fun:_ZN3net15X509Certificate16CreateSelfSignedEPN6crypto13RSAPrivateKeyERKSsj
N4base9TimeDeltaE | 4809 fun:_ZN3net15X509Certificate16CreateSelfSignedEPN6crypto13RSAPrivateKeyERKSsj
N4base9TimeDeltaE |
4810 } | 4810 } |
| 4811 { |
| 4812 bug_100777 |
| 4813 Memcheck:Leak |
| 4814 fun:_Znw* |
| 4815 fun:_ZN12_GLOBAL__N_119MakeContextDelegateI16CrxUpdateServiceNS1_13UpdateCont
extEEEPN10URLFetcher8DelegateEPT_PT0_ |
| 4816 fun:_ZN16CrxUpdateService19ProcessPendingItemsEv |
| 4817 } |
4811 | 4818 |
4812 #----------------------------------------------------------------------- | 4819 #----------------------------------------------------------------------- |
4813 # 4. These only occur on our Google workstations | 4820 # 4. These only occur on our Google workstations |
4814 { | 4821 { |
4815 bug_todo_freeres | 4822 bug_todo_freeres |
4816 Memcheck:Free | 4823 Memcheck:Free |
4817 fun:free | 4824 fun:free |
4818 fun:__libc_freeres | 4825 fun:__libc_freeres |
4819 fun:_vgnU_freeres | 4826 fun:_vgnU_freeres |
4820 fun:_Exit | 4827 fun:_Exit |
(...skipping 10 matching lines...) Expand all Loading... |
4831 } | 4838 } |
4832 { | 4839 { |
4833 bug_todo_getdelim2 | 4840 bug_todo_getdelim2 |
4834 Memcheck:Leak | 4841 Memcheck:Leak |
4835 fun:malloc | 4842 fun:malloc |
4836 fun:getdelim | 4843 fun:getdelim |
4837 obj:/lib/libselinux.so.1 | 4844 obj:/lib/libselinux.so.1 |
4838 obj:/lib/libselinux.so.1 | 4845 obj:/lib/libselinux.so.1 |
4839 obj:/lib/libselinux.so.1 | 4846 obj:/lib/libselinux.so.1 |
4840 } | 4847 } |
OLD | NEW |