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

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

Issue 3765002: Copied Evan's http://codereview.chromium.org/3691007 (base_unittests: move... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 2 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 | « base/tools_sanity_unittest.cc ('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, 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 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 # See tools/valgrind/memcheck_analyze.py before modifying sanity tests. 521 # See tools/valgrind/memcheck_analyze.py before modifying sanity tests.
522 { 522 {
523 Memcheck sanity test 01 (memory leak). 523 Memcheck sanity test 01 (memory leak).
524 Memcheck:Leak 524 Memcheck:Leak
525 fun:_Zna* 525 fun:_Zna*
526 fun:_ZN31ToolsSanityTest_MemoryLeak_Test8TestBodyEv 526 fun:_ZN31ToolsSanityTest_MemoryLeak_Test8TestBodyEv
527 } 527 }
528 { 528 {
529 Memcheck sanity test 02 (malloc/read left). 529 Memcheck sanity test 02 (malloc/read left).
530 Memcheck:Addr1 530 Memcheck:Addr1
531 fun:_Z29ReadValueOutOfArrayBoundsLeftPc 531 fun:*ReadValueOutOfArrayBoundsLeft*
532 fun:_Z14MakeSomeErrorsPc* 532 fun:*MakeSomeErrors*
533 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv 533 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
534 } 534 }
535 { 535 {
536 Memcheck sanity test 03 (malloc/read right). 536 Memcheck sanity test 03 (malloc/read right).
537 Memcheck:Addr1 537 Memcheck:Addr1
538 fun:_Z30ReadValueOutOfArrayBoundsRightPc* 538 fun:*ReadValueOutOfArrayBoundsRight*
539 fun:_Z14MakeSomeErrorsPc* 539 fun:*MakeSomeErrors*
540 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv 540 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
541 } 541 }
542 { 542 {
543 Memcheck sanity test 04 (malloc/write left). 543 Memcheck sanity test 04 (malloc/write left).
544 Memcheck:Addr1 544 Memcheck:Addr1
545 fun:_Z30WriteValueOutOfArrayBoundsLeftPc 545 fun:*WriteValueOutOfArrayBoundsLeft*
546 fun:_Z14MakeSomeErrorsPc* 546 fun:*MakeSomeErrors*
547 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv 547 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
548 } 548 }
549 { 549 {
550 Memcheck sanity test 05 (malloc/write right). 550 Memcheck sanity test 05 (malloc/write right).
551 Memcheck:Addr1 551 Memcheck:Addr1
552 fun:_Z31WriteValueOutOfArrayBoundsRightPc* 552 fun:*WriteValueOutOfArrayBoundsRight*
553 fun:_Z14MakeSomeErrorsPc* 553 fun:*MakeSomeErrors*
554 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv 554 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
555 } 555 }
556 { 556 {
557 Memcheck sanity test 06 (new/read left). 557 Memcheck sanity test 06 (new/read left).
558 Memcheck:Addr1 558 Memcheck:Addr1
559 fun:_Z29ReadValueOutOfArrayBoundsLeftPc 559 fun:*ReadValueOutOfArrayBoundsLeft*
560 fun:_Z14MakeSomeErrorsPc* 560 fun:*MakeSomeErrors*
561 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv 561 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
562 } 562 }
563 { 563 {
564 Memcheck sanity test 07 (new/read right). 564 Memcheck sanity test 07 (new/read right).
565 Memcheck:Addr1 565 Memcheck:Addr1
566 fun:_Z30ReadValueOutOfArrayBoundsRightPc* 566 fun:*ReadValueOutOfArrayBoundsRight*
567 fun:_Z14MakeSomeErrorsPc* 567 fun:*MakeSomeErrors*
568 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv 568 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
569 } 569 }
570 { 570 {
571 Memcheck sanity test 08 (new/write left). 571 Memcheck sanity test 08 (new/write left).
572 Memcheck:Addr1 572 Memcheck:Addr1
573 fun:_Z30WriteValueOutOfArrayBoundsLeftPc 573 fun:*WriteValueOutOfArrayBoundsLeft*
574 fun:_Z14MakeSomeErrorsPc* 574 fun:*MakeSomeErrors*
575 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv 575 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
576 } 576 }
577 { 577 {
578 Memcheck sanity test 09 (new/write right). 578 Memcheck sanity test 09 (new/write right).
579 Memcheck:Addr1 579 Memcheck:Addr1
580 fun:_Z31WriteValueOutOfArrayBoundsRightPc* 580 fun:*WriteValueOutOfArrayBoundsRight*
581 fun:_Z14MakeSomeErrorsPc* 581 fun:*MakeSomeErrors*
582 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv 582 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
583 } 583 }
584 { 584 {
585 Memcheck sanity test 10 (write after free). 585 Memcheck sanity test 10 (write after free).
586 Memcheck:Addr1 586 Memcheck:Addr1
587 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv 587 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
588 } 588 }
589 { 589 {
590 Memcheck sanity test 11 (write after delete). 590 Memcheck sanity test 11 (write after delete).
591 Memcheck:Addr1 591 Memcheck:Addr1
592 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv 592 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
593 } 593 }
594 { 594 {
595 Memcheck sanity test 12 (array deleted without []). 595 Memcheck sanity test 12 (array deleted without []).
596 Memcheck:Free 596 Memcheck:Free
597 ... 597 ...
598 fun:_ZN46ToolsSanityTest_ArrayDeletedWithoutBraces_Test8TestBodyEv 598 fun:_ZN46ToolsSanityTest_ArrayDeletedWithoutBraces_Test8TestBodyEv
599 } 599 }
600 { 600 {
601 Memcheck sanity test 13 (single element deleted with []). 601 Memcheck sanity test 13 (single element deleted with []).
602 Memcheck:Free 602 Memcheck:Free
603 ... 603 ...
604 fun:_ZN51ToolsSanityTest_SingleElementDeletedWithBraces_Test8TestBodyEv 604 fun:_ZN51ToolsSanityTest_SingleElementDeletedWithBraces_Test8TestBodyEv
605 } 605 }
606 { 606 {
607 Memcheck sanity test 14 (malloc/read uninit). 607 Memcheck sanity test 14 (malloc/read uninit).
608 Memcheck:Cond 608 Memcheck:Cond
609 fun:_Z22ReadUninitializedValuePc 609 fun:*ReadUninitializedValue*
610 fun:_Z14MakeSomeErrorsPc* 610 fun:*MakeSomeErrors*
611 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv 611 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
612 } 612 }
613 { 613 {
614 Memcheck sanity test 15 (new/read uninit). 614 Memcheck sanity test 15 (new/read uninit).
615 Memcheck:Cond 615 Memcheck:Cond
616 fun:_Z22ReadUninitializedValuePc 616 fun:*ReadUninitializedValue*
617 fun:_Z14MakeSomeErrorsPc* 617 fun:*MakeSomeErrors*
618 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv 618 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
619 } 619 }
620 { 620 {
621 logging::InitLogging never frees filename. It would be hard to free properly. 621 logging::InitLogging never frees filename. It would be hard to free properly.
622 Memcheck:Leak 622 Memcheck:Leak
623 ... 623 ...
624 fun:_ZN7logging11InitLoggingEPKcNS_18LoggingDestinationENS_15LogLockingStateE NS_20OldFileDeletionStateE 624 fun:_ZN7logging11InitLoggingEPKcNS_18LoggingDestinationENS_15LogLockingStateE NS_20OldFileDeletionStateE
625 } 625 }
626 { 626 {
627 Linux tests don't bother to undo net::TestServer::LoadTestRootCert(). 627 Linux tests don't bother to undo net::TestServer::LoadTestRootCert().
(...skipping 2297 matching lines...) Expand 10 before | Expand all | Expand 10 after
2925 } 2925 }
2926 { 2926 {
2927 bug_59023 2927 bug_59023
2928 Memcheck:Leak 2928 Memcheck:Leak
2929 fun:_Znw* 2929 fun:_Znw*
2930 fun:_ZN7history14HistoryBackend12AddPageVisitERK4GURLN4base4TimeExjNS_11Visit SourceE 2930 fun:_ZN7history14HistoryBackend12AddPageVisitERK4GURLN4base4TimeExjNS_11Visit SourceE
2931 fun:_ZN7history14HistoryBackend7AddPageE13scoped_refptrINS_18HistoryAddPageAr gsEE 2931 fun:_ZN7history14HistoryBackend7AddPageE13scoped_refptrINS_18HistoryAddPageAr gsEE
2932 fun:_Z16DispatchToMethodIN7history14HistoryBackendEMS1_Fv13scoped_refptrINS0_ 18HistoryAddPageArgsEEES4_EvPT_T0_RK6Tuple1IT1_E 2932 fun:_Z16DispatchToMethodIN7history14HistoryBackendEMS1_Fv13scoped_refptrINS0_ 18HistoryAddPageArgsEEES4_EvPT_T0_RK6Tuple1IT1_E
2933 fun:_ZN14RunnableMethodIN7history14HistoryBackendEMS1_Fv13scoped_refptrINS0_1 8HistoryAddPageArgsEEE6Tuple1IS4_EE3RunEv 2933 fun:_ZN14RunnableMethodIN7history14HistoryBackendEMS1_Fv13scoped_refptrINS0_1 8HistoryAddPageArgsEEE6Tuple1IS4_EE3RunEv
2934 } 2934 }
OLDNEW
« no previous file with comments | « base/tools_sanity_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698