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

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

Issue 10916095: Fix leaks in aura_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « no previous file | 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 # 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 fun:_IO_getdelim 170 fun:_IO_getdelim
171 } 171 }
172 { 172 {
173 bug_119677 173 bug_119677
174 Heapcheck:Leak 174 Heapcheck:Leak
175 ... 175 ...
176 fun:DisplayChangeObserverX11 176 fun:DisplayChangeObserverX11
177 fun:aura::Env::Init 177 fun:aura::Env::Init
178 fun:aura::Env::GetInstance 178 fun:aura::Env::GetInstance
179 } 179 }
180 {
181 bug_146464_a
182 Heapcheck:Leak
183 fun:get_peer_sock_name
184 fun:base::MessagePumpAuraX11::GetDefaultXDisplay
185 }
186 {
187 bug_146464_b
188 Heapcheck:Leak
189 fun:add_codeset.isra.10
190 ...
191 fun:RootWindowHostLinux
192 fun:aura::RootWindowHost::Create
193 }
194 {
195 bug_146464_c
196 Heapcheck:Leak
197 fun:??
198 ...
199 fun:RootWindowHostLinux
200 fun:aura::RootWindowHost::Create
201 }
180 202
181 #----------------------------------------------------------------------- 203 #-----------------------------------------------------------------------
182 # 2. intentional unit test errors, or stuff that is somehow a false positive 204 # 2. intentional unit test errors, or stuff that is somehow a false positive
183 # in our own code, or stuff that is so trivial it's not worth fixing 205 # in our own code, or stuff that is so trivial it's not worth fixing
184 { 206 {
185 Heapcheck sanity test (ToolsSanityTest.MemoryLeak). 207 Heapcheck sanity test (ToolsSanityTest.MemoryLeak).
186 Heapcheck:Leak 208 Heapcheck:Leak
187 fun:base::ToolsSanityTest_MemoryLeak_Test::TestBody 209 fun:base::ToolsSanityTest_MemoryLeak_Test::TestBody
188 } 210 }
189 { 211 {
(...skipping 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after
1509 fun:KioskModeIdleLogoutTest 1531 fun:KioskModeIdleLogoutTest
1510 fun:KioskModeIdleLogoutTest_CheckObserversBeforeUserLogin_Test 1532 fun:KioskModeIdleLogoutTest_CheckObserversBeforeUserLogin_Test
1511 fun:testing::internal::TestFactoryImpl::CreateTest 1533 fun:testing::internal::TestFactoryImpl::CreateTest
1512 } 1534 }
1513 { 1535 {
1514 bug_146222 1536 bug_146222
1515 Heapcheck:Leak 1537 Heapcheck:Leak
1516 ... 1538 ...
1517 fun:content::TestHyphenatorMessageFilter::OnOpenDictionary 1539 fun:content::TestHyphenatorMessageFilter::OnOpenDictionary
1518 } 1540 }
1541 {
1542 bug_146465_a
1543 Heapcheck:Leak
1544 fun:ui::GestureSequence::ProcessTouchEventForGesture
1545 fun:ui::GestureRecognizerImpl::AdvanceTouchQueueByOne
1546 fun:ui::GestureRecognizerImpl::AdvanceTouchQueue
1547 fun:aura::RootWindow::AdvanceQueuedTouchEvent
1548 }
1549 {
1550 bug_146465_b
1551 Heapcheck:Leak
1552 ...
1553 fun:ui::GestureSequence::ProcessTouchEventForGesture
1554 fun:ui::GestureRecognizerImpl::AdvanceTouchQueueByOne
1555 fun:ui::GestureRecognizerImpl::AdvanceTouchQueue
1556 fun:aura::RootWindow::AdvanceQueuedTouchEvent
1557 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698