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

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

Issue 2873053: Suppression for memory leak in unit test using BookmarkBarFolderController (Closed)
Patch Set: Created 10 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 | « no previous file | 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 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, stuff that is somehow a false positive 4 # 2. Intentional unit test errors, 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. 8 # These should all be in chromium's bug tracking system.
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 1280 matching lines...) Expand 10 before | Expand all | Expand 10 after
1291 } 1291 }
1292 { 1292 {
1293 bug_49250 1293 bug_49250
1294 Memcheck:Cond 1294 Memcheck:Cond
1295 fun:gleUpdateFogData 1295 fun:gleUpdateFogData
1296 fun:gleUpdateState 1296 fun:gleUpdateState
1297 fun:_ZN8remoting11CapturerMac12CaptureRectsERKSt6vectorIN3gfx4RectESaIS3_EEP1 4CallbackRunnerI6Tuple1I13scoped_refptrINS_8Capturer11CaptureDataEEEE 1297 fun:_ZN8remoting11CapturerMac12CaptureRectsERKSt6vectorIN3gfx4RectESaIS3_EEP1 4CallbackRunnerI6Tuple1I13scoped_refptrINS_8Capturer11CaptureDataEEEE
1298 fun:_ZN8remoting8Capturer19CaptureInvalidRectsEP14CallbackRunnerI6Tuple1I13sc oped_refptrINS0_11CaptureDataEEEE 1298 fun:_ZN8remoting8Capturer19CaptureInvalidRectsEP14CallbackRunnerI6Tuple1I13sc oped_refptrINS0_11CaptureDataEEEE
1299 fun:_ZN8remoting28CapturerMacTest_Capture_Test8TestBodyEv 1299 fun:_ZN8remoting28CapturerMacTest_Capture_Test8TestBodyEv
1300 } 1300 }
1301 {
1302 bug_49638
1303 Memcheck:Addr4
1304 fun:-[BookmarkButton isFolder]
1305 fun:-[BookmarkBarFolderController openBookmarkFolderFromButtonAndCloseOldOne: ]
1306 fun:__NSFireDelayedPerform
1307 fun:CFRunLoopRunSpecific
1308 fun:CFRunLoopRunInMode
1309 fun:RunCurrentEventLoopInMode
1310 fun:ReceiveNextEventCommon
1311 fun:BlockUntilNextEventMatchingListInMode
1312 fun:_DPSNextEvent
1313 fun:-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
1314 fun:_ZN9CocoaTest8TearDownEv
1315 fun:_ZN7testing8internal12TestInfoImpl3RunEv
1316 fun:_ZN7testing8TestCase3RunEv
1317 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
1318 fun:_ZN9TestSuite3RunEv
1319 fun:main
1320 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698