| 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 3447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3458 fun:_ZN13ResourcesUtil18GetThemeResourceIdERKSs | 3458 fun:_ZN13ResourcesUtil18GetThemeResourceIdERKSs |
| 3459 } | 3459 } |
| 3460 { | 3460 { |
| 3461 bug_65642 | 3461 bug_65642 |
| 3462 Memcheck:Leak | 3462 Memcheck:Leak |
| 3463 fun:_Znw* | 3463 fun:_Znw* |
| 3464 fun:_ZN5Value17CreateStringValueERKSs | 3464 fun:_ZN5Value17CreateStringValueERKSs |
| 3465 fun:_ZN30ExtensionPrefsNotifyWhenNeeded10InitializeEv | 3465 fun:_ZN30ExtensionPrefsNotifyWhenNeeded10InitializeEv |
| 3466 fun:_ZN18ExtensionPrefsTest5SetUpEv | 3466 fun:_ZN18ExtensionPrefsTest5SetUpEv |
| 3467 } | 3467 } |
| 3468 | 3468 { |
| 3469 bug_65664a |
| 3470 Memcheck:Leak |
| 3471 fun:_Znw* |
| 3472 fun:_ZN11webkit_glue26BufferedResourceLoaderTest10InitializeEPKcii |
| 3473 fun:_ZN11webkit_glue49BufferedResourceLoaderTest* |
| 3474 } |
| 3475 { |
| 3476 bug_65664b |
| 3477 Memcheck:Leak |
| 3478 fun:_Znw* |
| 3479 fun:_ZN11webkit_glue22BufferedDataSourceTest20InitializeDataSource* |
| 3480 fun:_ZN11webkit_glue40BufferedDataSourceTest* |
| 3481 } |
| 3482 { |
| 3483 bug_65664c |
| 3484 Memcheck:Leak |
| 3485 fun:_Znw* |
| 3486 fun:_ZN11webkit_glue20SimpleDataSourceTest20InitializeDataSourceEPKc |
| 3487 fun:_ZN11webkit_glue45SimpleDataSourceTest* |
| 3488 } |
| 3489 { |
| 3490 bug_65664d |
| 3491 Memcheck:Leak |
| 3492 fun:_Znw* |
| 3493 fun:_ZN11webkit_glue40SimpleDataSourceTest_InitializeData_Test8TestBodyEv |
| 3494 fun:_ZN7testing35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_FS
2_vEPKc |
| 3495 } |
| OLD | NEW |