Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 11272036: Fixing threading issues in remoting::DesktopProcess. The UI thread is now owned by the caller of re… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback. Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 6089 matching lines...) Expand 10 before | Expand all | Expand 10 after
6100 { 6100 {
6101 bug_157669 6101 bug_157669
6102 Memcheck:Leak 6102 Memcheck:Leak
6103 fun:_Znw* 6103 fun:_Znw*
6104 fun:_ZN17VisitedLinkMasterC1EP7Profile 6104 fun:_ZN17VisitedLinkMasterC1EP7Profile
6105 fun:_ZN12_GLOBAL__N_122BuildVisitedLinkMasterEP7Profile 6105 fun:_ZN12_GLOBAL__N_122BuildVisitedLinkMasterEP7Profile
6106 fun:_ZN26ProfileKeyedServiceFactory20GetServiceForProfileEP7Profileb 6106 fun:_ZN26ProfileKeyedServiceFactory20GetServiceForProfileEP7Profileb
6107 fun:_ZN26ProfileKeyedServiceFactory23SetTestingFactoryAndUseEP7ProfilePFP19Pro fileKeyedServiceS1_E 6107 fun:_ZN26ProfileKeyedServiceFactory23SetTestingFactoryAndUseEP7ProfilePFP19Pro fileKeyedServiceS1_E
6108 fun:_ZN21VisitedLinkEventsTest5SetUpEv 6108 fun:_ZN21VisitedLinkEventsTest5SetUpEv
6109 } 6109 }
6110 {
6111 bug_157808a
6112 Memcheck:Leak
6113 fun:_Znw*
6114 fun:_ZN8remoting10AutoThread14CreateWithTypeEPKc13scoped_refptrINS_20AutoThrea dTaskRunnerEEN11MessageLoop4TypeE
6115 fun:_ZN8remoting18DesktopProcessTest5SetUpEv
6116 }
6117 {
6118 bug_157808b
6119 Memcheck:Leak
6120 fun:_Znw*
6121 fun:_ZN8remoting10AutoThread14CreateWithTypeEPKc13scoped_refptrINS_20AutoThrea dTaskRunnerEEN11MessageLoop4TypeE
6122 fun:_ZN8remoting14DesktopProcess3RunEv
6123 }
OLDNEW
« no previous file with comments | « tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698