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

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

Issue 2878041: Remove suppression (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
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 | Annotate | Revision Log
« 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 1313 matching lines...) Expand 10 before | Expand all | Expand 10 after
1324 } 1324 }
1325 { 1325 {
1326 bug_49250 1326 bug_49250
1327 Memcheck:Cond 1327 Memcheck:Cond
1328 fun:gleUpdateFogData 1328 fun:gleUpdateFogData
1329 fun:gleUpdateState 1329 fun:gleUpdateState
1330 fun:_ZN8remoting11CapturerMac12CaptureRectsERKSt6vectorIN3gfx4RectESaIS3_EEP1 4CallbackRunnerI6Tuple1I13scoped_refptrINS_8Capturer11CaptureDataEEEE 1330 fun:_ZN8remoting11CapturerMac12CaptureRectsERKSt6vectorIN3gfx4RectESaIS3_EEP1 4CallbackRunnerI6Tuple1I13scoped_refptrINS_8Capturer11CaptureDataEEEE
1331 fun:_ZN8remoting8Capturer19CaptureInvalidRectsEP14CallbackRunnerI6Tuple1I13sc oped_refptrINS0_11CaptureDataEEEE 1331 fun:_ZN8remoting8Capturer19CaptureInvalidRectsEP14CallbackRunnerI6Tuple1I13sc oped_refptrINS0_11CaptureDataEEEE
1332 fun:_ZN8remoting28CapturerMacTest_Capture_Test8TestBodyEv 1332 fun:_ZN8remoting28CapturerMacTest_Capture_Test8TestBodyEv
1333 } 1333 }
1334 {
1335 bug_49638
1336 Memcheck:Addr4
1337 fun:-[BookmarkButton isFolder]
1338 fun:-[BookmarkBarFolderController openBookmarkFolderFromButtonAndCloseOldOne: ]
1339 fun:__NSFireDelayedPerform
1340 fun:CFRunLoopRunSpecific
1341 fun:CFRunLoopRunInMode
1342 fun:RunCurrentEventLoopInMode
1343 fun:ReceiveNextEventCommon
1344 fun:BlockUntilNextEventMatchingListInMode
1345 fun:_DPSNextEvent
1346 fun:-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
1347 fun:_ZN9CocoaTest8TearDownEv
1348 fun:_ZN7testing8internal12TestInfoImpl3RunEv
1349 fun:_ZN7testing8TestCase3RunEv
1350 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
1351 fun:_ZN9TestSuite3RunEv
1352 fun:main
1353 }
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