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

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

Issue 2840037: Valgrind Mac: Suppress ToolsSanityTest test cases on the Mac.... (Closed) Base URL: svn://chrome-svn/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 | « tools/valgrind/memcheck/suppressions.txt ('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 # 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 1289 matching lines...) Expand 10 before | Expand all | Expand 10 after
1300 } 1300 }
1301 { 1301 {
1302 bug_49250 1302 bug_49250
1303 Memcheck:Cond 1303 Memcheck:Cond
1304 fun:gleUpdateFogData 1304 fun:gleUpdateFogData
1305 fun:gleUpdateState 1305 fun:gleUpdateState
1306 fun:_ZN8remoting11CapturerMac12CaptureRectsERKSt6vectorIN3gfx4RectESaIS3_EEP1 4CallbackRunnerI6Tuple1I13scoped_refptrINS_8Capturer11CaptureDataEEEE 1306 fun:_ZN8remoting11CapturerMac12CaptureRectsERKSt6vectorIN3gfx4RectESaIS3_EEP1 4CallbackRunnerI6Tuple1I13scoped_refptrINS_8Capturer11CaptureDataEEEE
1307 fun:_ZN8remoting8Capturer19CaptureInvalidRectsEP14CallbackRunnerI6Tuple1I13sc oped_refptrINS0_11CaptureDataEEEE 1307 fun:_ZN8remoting8Capturer19CaptureInvalidRectsEP14CallbackRunnerI6Tuple1I13sc oped_refptrINS0_11CaptureDataEEEE
1308 fun:_ZN8remoting28CapturerMacTest_Capture_Test8TestBodyEv 1308 fun:_ZN8remoting28CapturerMacTest_Capture_Test8TestBodyEv
1309 } 1309 }
1310 {
1311 bug_49253 Memcheck sanity test 04 (malloc/write left) or Memcheck sanity test 05 (malloc/write right) on Mac.
1312 Memcheck:Addr1
1313 fun:_Z14MakeSomeErrorsPcm
1314 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
1315 fun:_ZN7testing4Test3RunEv
1316 fun:_ZN7testing8internal12TestInfoImpl3RunEv
1317 fun:_ZN7testing8TestCase3RunEv
1318 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
1319 fun:_ZN9TestSuite3RunEv
1320 fun:main
1321 }
1322 {
1323 bug_49253 Memcheck sanity test 13 (single element deleted with []) on Mac.
1324 Memcheck:Free
1325 fun:_ZdaPv
1326 fun:_ZN7testing4Test3RunEv
1327 fun:_ZN7testing8internal12TestInfoImpl3RunEv
1328 fun:_ZN7testing8TestCase3RunEv
1329 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
1330 fun:_ZN9TestSuite3RunEv
1331 fun:main
1332 }
1333 {
1334 bug_49253 Memcheck sanity test 08 (new/write left) or Memcheck sanity test 09 (new/write right) on Mac.
1335 Memcheck:Addr1
1336 fun:_Z14MakeSomeErrorsPcm
1337 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
1338 fun:_ZN7testing4Test3RunEv
1339 fun:_ZN7testing8internal12TestInfoImpl3RunEv
1340 fun:_ZN7testing8TestCase3RunEv
1341 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
1342 fun:_ZN9TestSuite3RunEv
1343 fun:main
1344 }
1345 {
1346 bug_49253 Memcheck sanity test 12 (array deleted without []) on Mac.
1347 Memcheck:Free
1348 fun:_ZdlPv
1349 fun:_ZN7testing4Test3RunEv
1350 fun:_ZN7testing8internal12TestInfoImpl3RunEv
1351 fun:_ZN7testing8TestCase3RunEv
1352 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
1353 fun:_ZN9TestSuite3RunEv
1354 fun:main
1355 }
OLDNEW
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698