| 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 3561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3572 bug_47331_part_2 | 3572 bug_47331_part_2 |
| 3573 Memcheck:Leak | 3573 Memcheck:Leak |
| 3574 fun:malloc | 3574 fun:malloc |
| 3575 fun:malloc | 3575 fun:malloc |
| 3576 fun:sqlite3MemMalloc | 3576 fun:sqlite3MemMalloc |
| 3577 fun:mallocWithAlarm | 3577 fun:mallocWithAlarm |
| 3578 fun:sqlite3Malloc | 3578 fun:sqlite3Malloc |
| 3579 fun:sqlite3HashInsert | 3579 fun:sqlite3HashInsert |
| 3580 fun:sqlite3EndTable | 3580 fun:sqlite3EndTable |
| 3581 } | 3581 } |
| 3582 { | |
| 3583 bug_47539 | |
| 3584 Memcheck:Leak | |
| 3585 fun:_Znw* | |
| 3586 fun:_ZN10URLPattern16CreateFromStringERKSs | |
| 3587 fun:_ZN28ExtensionExtentTest_One_Test8TestBodyEv | |
| 3588 fun:_ZN7testing4Test3RunEv | |
| 3589 fun:_ZN7testing8internal12TestInfoImpl3RunEv | |
| 3590 fun:_ZN7testing8TestCase3RunEv | |
| 3591 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv | |
| 3592 fun:_ZN7testing8UnitTest3RunEv | |
| 3593 fun:_ZN9TestSuite3RunEv | |
| 3594 fun:main | |
| 3595 } | |
| 3596 | 3582 |
| 3597 { | 3583 { |
| 3598 bug_47471 | 3584 bug_47471 |
| 3599 Memcheck:Leak | 3585 Memcheck:Leak |
| 3600 ... | 3586 ... |
| 3601 fun:*ExtensionMenuManagerTest* | 3587 fun:*ExtensionMenuManagerTest* |
| 3602 } | 3588 } |
| OLD | NEW |