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 3575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3586 fun:_ZN10URLPattern16CreateFromStringERKSs | 3586 fun:_ZN10URLPattern16CreateFromStringERKSs |
3587 fun:_ZN28ExtensionExtentTest_One_Test8TestBodyEv | 3587 fun:_ZN28ExtensionExtentTest_One_Test8TestBodyEv |
3588 fun:_ZN7testing4Test3RunEv | 3588 fun:_ZN7testing4Test3RunEv |
3589 fun:_ZN7testing8internal12TestInfoImpl3RunEv | 3589 fun:_ZN7testing8internal12TestInfoImpl3RunEv |
3590 fun:_ZN7testing8TestCase3RunEv | 3590 fun:_ZN7testing8TestCase3RunEv |
3591 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv | 3591 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv |
3592 fun:_ZN7testing8UnitTest3RunEv | 3592 fun:_ZN7testing8UnitTest3RunEv |
3593 fun:_ZN9TestSuite3RunEv | 3593 fun:_ZN9TestSuite3RunEv |
3594 fun:main | 3594 fun:main |
3595 } | 3595 } |
3596 | |
3597 { | |
3598 bug_47471 | |
3599 Memcheck:Leak | |
3600 ... | |
3601 fun:*ExtensionMenuManagerTest* | |
3602 } | |
OLD | NEW |