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

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

Issue 330843002: Make the policy fetch for first time login blocking (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased and modified existing leak suppression to account for symbol changes Created 6 years, 5 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
« no previous file with comments | « chrome/test/base/in_process_browser_test.cc ('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 # 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 # http://crbug.com/355641 79 # http://crbug.com/355641
80 leak:TrayAccessibilityTest 80 leak:TrayAccessibilityTest
81 81
82 # http://crbug.com/354644 82 # http://crbug.com/354644
83 leak:CertificateViewerUITest::ShowModalCertificateViewer 83 leak:CertificateViewerUITest::ShowModalCertificateViewer
84 84
85 # http://crbug.com/356306 85 # http://crbug.com/356306
86 leak:content::SetProcessTitleFromCommandLine 86 leak:content::SetProcessTitleFromCommandLine
87 87
88 # http://crbug.com/354881 88 # http://crbug.com/354881
89 leak:LoginUtilsBlockingLoginTest_EnterpriseLoginBlocksForEnterpriseUser 89 leak:LoginUtilsBlockingLoginTest_LoginBlocksForUser
90 leak:LoginUtilsTest::SetUp 90 leak:LoginUtilsTest::SetUp
91 leak:LoginUtilsTest::PrepareProfile 91 leak:LoginUtilsTest::PrepareProfile
92 92
93 # PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS. 93 # PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS.
OLDNEW
« no previous file with comments | « chrome/test/base/in_process_browser_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698