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 3618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3629 } | 3629 } |
3630 { | 3630 { |
3631 bug_70115 | 3631 bug_70115 |
3632 Memcheck:Leak | 3632 Memcheck:Leak |
3633 fun:_Znw* | 3633 fun:_Znw* |
3634 fun:_ZN15FilePathWatcherC1Ev | 3634 fun:_ZN15FilePathWatcherC1Ev |
3635 fun:_ZN13PluginServiceC1Ev | 3635 fun:_ZN13PluginServiceC1Ev |
3636 fun:_ZN22DefaultSingletonTraitsI13PluginServiceE3NewEv | 3636 fun:_ZN22DefaultSingletonTraitsI13PluginServiceE3NewEv |
3637 fun:_ZN9SingletonI13PluginService22DefaultSingletonTraitsIS0_ES0_E3getEv | 3637 fun:_ZN9SingletonI13PluginService22DefaultSingletonTraitsIS0_ES0_E3getEv |
3638 fun:_ZN13PluginService11GetInstanceEv | 3638 fun:_ZN13PluginService11GetInstanceEv |
3639 fun:_ZN18BrowserProcessImpl14CreateIOThreadEv | |
3640 fun:_ZN18BrowserProcessImpl9io_threadEv | |
3641 fun:_ZN59_GLOBAL__N_chrome_browser_browser_main.cc_00000000_7C6A03C718CreateC
hildThreadsEP18BrowserProcessImpl | |
3642 fun:_Z11BrowserMainRK18MainFunctionParams | |
3643 fun:_ZN54_GLOBAL__N_chrome_app_chrome_main.cc_00000000_3219A84B23RunNamedProc
essTypeMainERKSsRK18MainFunctionParams | |
3644 fun:ChromeMain | |
3645 fun:main | |
3646 } | 3639 } |
OLD | NEW |