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

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

Issue 7661012: Add suppressions for download code after some recent refactorings. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 4 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, 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 5276 matching lines...) Expand 10 before | Expand all | Expand 10 after
5287 fun:_Znw* 5287 fun:_Znw*
5288 fun:_ZN3net18SSLClientSocketNSS10BufferSendEv 5288 fun:_ZN3net18SSLClientSocketNSS10BufferSendEv
5289 fun:_ZN3net18SSLClientSocketNSS13DoTransportIOEv 5289 fun:_ZN3net18SSLClientSocketNSS13DoTransportIOEv
5290 fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi 5290 fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi
5291 fun:_ZN3net18SSLClientSocketNSS7ConnectEP14CallbackRunnerI6Tuple1IiEE 5291 fun:_ZN3net18SSLClientSocketNSS7ConnectEP14CallbackRunnerI6Tuple1IiEE
5292 fun:_ZN3net13SSLConnectJob12DoSSLConnectEv 5292 fun:_ZN3net13SSLConnectJob12DoSSLConnectEv
5293 fun:_ZN3net13SSLConnectJob6DoLoopEi 5293 fun:_ZN3net13SSLConnectJob6DoLoopEi
5294 fun:_ZN3net13SSLConnectJob12OnIOCompleteEi 5294 fun:_ZN3net13SSLConnectJob12OnIOCompleteEi
5295 fun:_Z16DispatchToMethodIN3net13SSLConnectJobEMS1_FviEiEvPT_T0_RK6Tuple1IT1_E 5295 fun:_Z16DispatchToMethodIN3net13SSLConnectJobEMS1_FviEiEvPT_T0_RK6Tuple1IT1_E
5296 } 5296 }
5297 {
5298 bug_93006a
5299 Memcheck:Leak
5300 fun:_Znw*
5301 fun:_ZN19DownloadManagerTestC2Ev
5302 fun:_ZN43DownloadManagerTest_DownloadCancelTest_TestC1Ev
5303 fun:_ZN7testing8internal15TestFactoryImplI43DownloadManagerTest_DownloadCance lTest_TestE10CreateTestEv
Timur Iskhodzhanov 2011/08/16 08:09:48 the testing:: frames are not required. I'll try to
5304 fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_15TestFa ctoryBaseEPNS_4TestEEET0_PT_MS6_FS5_vEPKc
5305 fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_15TestFacto ryBaseEPNS_4TestEEET0_PT_MS6_FS5_vEPKc
5306 fun:_ZN7testing8TestInfo3RunEv
5307 fun:_ZN7testing8TestCase3RunEv
5308 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
5309 fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTe stImplEbEET0_PT_MS4_FS3_vEPKc
5310 fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestI mplEbEET0_PT_MS4_FS3_vEPKc
5311 fun:_ZN7testing8UnitTest3RunEv
5312 fun:_ZN4base9TestSuite3RunEv
5313 fun:main
5314 }
5315 {
5316 bug_93006b
5317 Memcheck:Leak
5318 fun:_Znw*
5319 fun:_ZN19DownloadManagerTestC2Ev
5320 fun:_ZN43DownloadManagerTest_DownloadRemoveTest_TestC1Ev
5321 fun:_ZN7testing8internal15TestFactoryImplI43DownloadManagerTest_DownloadRemov eTest_TestE10CreateTestEv
5322 fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_15TestFa ctoryBaseEPNS_4TestEEET0_PT_MS6_FS5_vEPKc
5323 fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_15TestFacto ryBaseEPNS_4TestEEET0_PT_MS6_FS5_vEPKc
5324 fun:_ZN7testing8TestInfo3RunEv
5325 fun:_ZN7testing8TestCase3RunEv
5326 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
5327 fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTe stImplEbEET0_PT_MS4_FS3_vEPKc
5328 fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestI mplEbEET0_PT_MS4_FS3_vEPKc
5329 fun:_ZN7testing8UnitTest3RunEv
5330 fun:_ZN4base9TestSuite3RunEv
5331 fun:main
5332 }
5333 {
5334 bug_93006c
5335 Memcheck:Leak
5336 fun:_Znw*
5337 fun:_ZN19DownloadManagerTestC2Ev
5338 fun:_ZN43DownloadManagerTest_DownloadRenameTest_TestC1Ev
5339 fun:_ZN7testing8internal15TestFactoryImplI43DownloadManagerTest_DownloadRenam eTest_TestE10CreateTestEv
5340 fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_15TestFa ctoryBaseEPNS_4TestEEET0_PT_MS6_FS5_vEPKc
5341 fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_15TestFacto ryBaseEPNS_4TestEEET0_PT_MS6_FS5_vEPKc
5342 fun:_ZN7testing8TestInfo3RunEv
5343 fun:_ZN7testing8TestCase3RunEv
5344 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
5345 fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTe stImplEbEET0_PT_MS4_FS3_vEPKc
5346 fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestI mplEbEET0_PT_MS4_FS3_vEPKc
5347 fun:_ZN7testing8UnitTest3RunEv
5348 fun:_ZN4base9TestSuite3RunEv
5349 fun:main
5350 }
5351 {
5352 bug_93006d
5353 Memcheck:Leak
5354 fun:_Znw*
5355 fun:_ZN15DownloadManager4InitEP7Profile
5356 fun:_ZN19DownloadManagerTestC2Ev
5357 fun:_ZN38DownloadManagerTest_StartDownload_TestC1Ev
5358 fun:_ZN7testing8internal15TestFactoryImplI38DownloadManagerTest_StartDownload _TestE10CreateTestEv
5359 fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_15TestFa ctoryBaseEPNS_4TestEEET0_PT_MS6_FS5_vEPKc
5360 fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_15TestFacto ryBaseEPNS_4TestEEET0_PT_MS6_FS5_vEPKc
5361 fun:_ZN7testing8TestInfo3RunEv
5362 fun:_ZN7testing8TestCase3RunEv
5363 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
5364 fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTe stImplEbEET0_PT_MS4_FS3_vEPKc
5365 fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestI mplEbEET0_PT_MS4_FS3_vEPKc
5366 fun:_ZN7testing8UnitTest3RunEv
5367 fun:_ZN4base9TestSuite3RunEv
5368 fun:main
5369 }
5370 {
5371 bug_93006e
5372 Memcheck:Leak
5373 fun:_Znw*
5374 fun:_ZN19DownloadManagerTestC2Ev
5375 fun:_ZN46DownloadManagerTest_DownloadOverwriteTest_TestC1Ev
5376 fun:_ZN7testing8internal15TestFactoryImplI46DownloadManagerTest_DownloadOverw riteTest_TestE10CreateTestEv
5377 fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_15TestFa ctoryBaseEPNS_4TestEEET0_PT_MS6_FS5_vEPKc
5378 fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_15TestFacto ryBaseEPNS_4TestEEET0_PT_MS6_FS5_vEPKc
5379 fun:_ZN7testing8TestInfo3RunEv
5380 fun:_ZN7testing8TestCase3RunEv
5381 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
5382 fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTe stImplEbEET0_PT_MS4_FS3_vEPKc
5383 fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestI mplEbEET0_PT_MS4_FS3_vEPKc
5384 fun:_ZN7testing8UnitTest3RunEv
5385 fun:_ZN4base9TestSuite3RunEv
5386 fun:main
5387 }
5388 {
5389 bug_93006f
5390 Memcheck:Leak
5391 fun:_Znw*
5392 fun:_ZN15DownloadManager4InitEP7Profile
5393 fun:_ZN19DownloadManagerTestC2Ev
5394 fun:_ZN46DownloadManagerTest_DownloadInterruptTest_TestC1Ev
5395 fun:_ZN7testing8internal15TestFactoryImplI46DownloadManagerTest_DownloadInter ruptTest_TestE10CreateTestEv
5396 fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_15TestFa ctoryBaseEPNS_4TestEEET0_PT_MS6_FS5_vEPKc
5397 fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_15TestFacto ryBaseEPNS_4TestEEET0_PT_MS6_FS5_vEPKc
5398 fun:_ZN7testing8TestInfo3RunEv
5399 fun:_ZN7testing8TestCase3RunEv
5400 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
5401 fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTe stImplEbEET0_PT_MS4_FS3_vEPKc
5402 fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestI mplEbEET0_PT_MS4_FS3_vEPKc
5403 fun:_ZN7testing8UnitTest3RunEv
5404 fun:_ZN4base9TestSuite3RunEv
5405 fun:main
5406 }
5297 5407
5298 #----------------------------------------------------------------------- 5408 #-----------------------------------------------------------------------
5299 # These only occur on our Google workstations 5409 # These only occur on our Google workstations
5300 { 5410 {
5301 bug_todo_freeres 5411 bug_todo_freeres
5302 Memcheck:Free 5412 Memcheck:Free
5303 fun:free 5413 fun:free
5304 fun:__libc_freeres 5414 fun:__libc_freeres
5305 fun:_vgnU_freeres 5415 fun:_vgnU_freeres
5306 fun:_Exit 5416 fun:_Exit
(...skipping 10 matching lines...) Expand all
5317 } 5427 }
5318 { 5428 {
5319 bug_todo_getdelim2 5429 bug_todo_getdelim2
5320 Memcheck:Leak 5430 Memcheck:Leak
5321 fun:malloc 5431 fun:malloc
5322 fun:getdelim 5432 fun:getdelim
5323 obj:/lib/libselinux.so.1 5433 obj:/lib/libselinux.so.1
5324 obj:/lib/libselinux.so.1 5434 obj:/lib/libselinux.so.1
5325 obj:/lib/libselinux.so.1 5435 obj:/lib/libselinux.so.1
5326 } 5436 }
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