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

Side by Side Diff: tools/lsan/suppressions.txt

Issue 257003007: Introduce a new framework for back-and-forth tracked/protected preferences migration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment nit Created 6 years, 7 months 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 | « chrome/chrome_tests_unit.gypi ('k') | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # HeapCheck sanity test 1 # HeapCheck sanity test
2 leak:base::ToolsSanityTest_MemoryLeak_Test::TestBody 2 leak:base::ToolsSanityTest_MemoryLeak_Test::TestBody
3 3
4 #### Third-party leaks #### 4 #### Third-party leaks ####
5 5
6 # False positives in libfontconfig. http://crbug.com/39050 6 # False positives in libfontconfig. http://crbug.com/39050
7 leak:libfontconfig 7 leak:libfontconfig
8 8
9 # Leaks in Nvidia's libGL. 9 # Leaks in Nvidia's libGL.
10 leak:libGL.so 10 leak:libGL.so
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 leak:CertificateViewerUITest::ShowModalCertificateViewer 108 leak:CertificateViewerUITest::ShowModalCertificateViewer
109 109
110 # http://crbug.com/356306 110 # http://crbug.com/356306
111 leak:content::SetProcessTitleFromCommandLine 111 leak:content::SetProcessTitleFromCommandLine
112 112
113 # http://crbug.com/354881 113 # http://crbug.com/354881
114 leak:LoginUtilsBlockingLoginTest_EnterpriseLoginBlocksForEnterpriseUser 114 leak:LoginUtilsBlockingLoginTest_EnterpriseLoginBlocksForEnterpriseUser
115 leak:LoginUtilsParamTest 115 leak:LoginUtilsParamTest
116 leak:LoginUtilsTest::SetUp 116 leak:LoginUtilsTest::SetUp
117 117
118 # http://crbug.com/371974
119 leak:base::ImportantFileWriter::PostWriteTask
120
118 # PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS. 121 # PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS.
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698