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

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

Issue 3033018: Temporarily removing id numbers from memcheck sanity test suppresion names (Closed) Base URL: git://git.chromium.org/chromium.git
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 | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | 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 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 fun:g_cclosure_marshal_VOID__OBJECT 563 fun:g_cclosure_marshal_VOID__OBJECT
564 fun:g_type_class_meta_marshal 564 fun:g_type_class_meta_marshal
565 fun:g_closure_invoke 565 fun:g_closure_invoke
566 fun:signal_emit_unlocked_R 566 fun:signal_emit_unlocked_R
567 fun:g_signal_emit_valist 567 fun:g_signal_emit_valist
568 } 568 }
569 #----------------------------------------------------------------------- 569 #-----------------------------------------------------------------------
570 # 2. intentional unit test errors, or stuff that is somehow a false positive 570 # 2. intentional unit test errors, or stuff that is somehow a false positive
571 # in our own code, or stuff that is so trivial it's not worth fixing 571 # in our own code, or stuff that is so trivial it's not worth fixing
572 { 572 {
573 Memcheck sanity test 01 (memory leak). 573 Memcheck sanity test (memory leak).
574 Memcheck:Leak 574 Memcheck:Leak
575 fun:_Zna* 575 fun:_Zna*
576 fun:_ZN31ToolsSanityTest_MemoryLeak_Test8TestBodyEv 576 fun:_ZN31ToolsSanityTest_MemoryLeak_Test8TestBodyEv
577 } 577 }
578 { 578 {
579 Memcheck sanity test 02 (malloc/read left). 579 Memcheck sanity test (malloc/read left).
580 Memcheck:Addr1 580 Memcheck:Addr1
581 fun:_Z29ReadValueOutOfArrayBoundsLeftPc 581 fun:_Z29ReadValueOutOfArrayBoundsLeftPc
582 fun:_Z14MakeSomeErrorsPc* 582 fun:_Z14MakeSomeErrorsPc*
583 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv 583 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
584 } 584 }
585 { 585 {
586 Memcheck sanity test 03 (malloc/read right). 586 Memcheck sanity test (malloc/read right).
587 Memcheck:Addr1 587 Memcheck:Addr1
588 fun:_Z30ReadValueOutOfArrayBoundsRightPc* 588 fun:_Z30ReadValueOutOfArrayBoundsRightPc*
589 fun:_Z14MakeSomeErrorsPc* 589 fun:_Z14MakeSomeErrorsPc*
590 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv 590 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
591 } 591 }
592 { 592 {
593 Memcheck sanity test 04 (malloc/write left). 593 Memcheck sanity test (malloc/write left).
594 Memcheck:Addr1 594 Memcheck:Addr1
595 fun:_Z30WriteValueOutOfArrayBoundsLeftPc 595 fun:_Z30WriteValueOutOfArrayBoundsLeftPc
596 fun:_Z14MakeSomeErrorsPc* 596 fun:_Z14MakeSomeErrorsPc*
597 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv 597 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
598 } 598 }
599 { 599 {
600 Memcheck sanity test 05 (malloc/write right). 600 Memcheck sanity test (malloc/write right).
601 Memcheck:Addr1 601 Memcheck:Addr1
602 fun:_Z31WriteValueOutOfArrayBoundsRightPc* 602 fun:_Z31WriteValueOutOfArrayBoundsRightPc*
603 fun:_Z14MakeSomeErrorsPc* 603 fun:_Z14MakeSomeErrorsPc*
604 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv 604 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
605 } 605 }
606 { 606 {
607 Memcheck sanity test 06 (new/read left). 607 Memcheck sanity test (new/read left).
608 Memcheck:Addr1 608 Memcheck:Addr1
609 fun:_Z29ReadValueOutOfArrayBoundsLeftPc 609 fun:_Z29ReadValueOutOfArrayBoundsLeftPc
610 fun:_Z14MakeSomeErrorsPc* 610 fun:_Z14MakeSomeErrorsPc*
611 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv 611 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
612 } 612 }
613 { 613 {
614 Memcheck sanity test 07 (new/read right). 614 Memcheck sanity test (new/read right).
615 Memcheck:Addr1 615 Memcheck:Addr1
616 fun:_Z30ReadValueOutOfArrayBoundsRightPc* 616 fun:_Z30ReadValueOutOfArrayBoundsRightPc*
617 fun:_Z14MakeSomeErrorsPc* 617 fun:_Z14MakeSomeErrorsPc*
618 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv 618 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
619 } 619 }
620 { 620 {
621 Memcheck sanity test 08 (new/write left). 621 Memcheck sanity test (new/write left).
622 Memcheck:Addr1 622 Memcheck:Addr1
623 fun:_Z30WriteValueOutOfArrayBoundsLeftPc 623 fun:_Z30WriteValueOutOfArrayBoundsLeftPc
624 fun:_Z14MakeSomeErrorsPc* 624 fun:_Z14MakeSomeErrorsPc*
625 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv 625 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
626 } 626 }
627 { 627 {
628 Memcheck sanity test 09 (new/write right). 628 Memcheck sanity test (new/write right).
629 Memcheck:Addr1 629 Memcheck:Addr1
630 fun:_Z31WriteValueOutOfArrayBoundsRightPc* 630 fun:_Z31WriteValueOutOfArrayBoundsRightPc*
631 fun:_Z14MakeSomeErrorsPc* 631 fun:_Z14MakeSomeErrorsPc*
632 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv 632 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
633 } 633 }
634 { 634 {
635 Memcheck sanity test 10 (write after free). 635 Memcheck sanity test (write after free).
636 Memcheck:Addr1 636 Memcheck:Addr1
637 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv 637 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
638 } 638 }
639 { 639 {
640 Memcheck sanity test 11 (write after delete). 640 Memcheck sanity test (write after delete).
641 Memcheck:Addr1 641 Memcheck:Addr1
642 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv 642 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
643 } 643 }
644 { 644 {
645 Memcheck sanity test 12 (array deleted without []). 645 Memcheck sanity test (array deleted without []).
646 Memcheck:Free 646 Memcheck:Free
647 ... 647 ...
648 fun:_ZN46ToolsSanityTest_ArrayDeletedWithoutBraces_Test8TestBodyEv 648 fun:_ZN46ToolsSanityTest_ArrayDeletedWithoutBraces_Test8TestBodyEv
649 } 649 }
650 { 650 {
651 Memcheck sanity test 13 (single element deleted with []). 651 Memcheck sanity test (single element deleted with []).
652 Memcheck:Free 652 Memcheck:Free
653 ... 653 ...
654 fun:_ZN51ToolsSanityTest_SingleElementDeletedWithBraces_Test8TestBodyEv 654 fun:_ZN51ToolsSanityTest_SingleElementDeletedWithBraces_Test8TestBodyEv
655 } 655 }
656 { 656 {
657 logging::InitLogging never frees filename. It would be hard to free properly. 657 logging::InitLogging never frees filename. It would be hard to free properly.
658 Memcheck:Leak 658 Memcheck:Leak
659 ... 659 ...
660 fun:_ZN7logging11InitLoggingEPKcNS_18LoggingDestinationENS_15LogLockingStateE NS_20OldFileDeletionStateE 660 fun:_ZN7logging11InitLoggingEPKcNS_18LoggingDestinationENS_15LogLockingStateE NS_20OldFileDeletionStateE
661 } 661 }
(...skipping 2877 matching lines...) Expand 10 before | Expand all | Expand 10 after
3539 fun:_ZN3net15HttpAuthHandler17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwE ES6_PKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEEPSs 3539 fun:_ZN3net15HttpAuthHandler17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwE ES6_PKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEEPSs
3540 fun:_ZN3net46HttpAuthHandlerNegotiateTest_DisableCname_Test8TestBodyEv 3540 fun:_ZN3net46HttpAuthHandlerNegotiateTest_DisableCname_Test8TestBodyEv
3541 } 3541 }
3542 { 3542 {
3543 bug_49828 3543 bug_49828
3544 Memcheck:Leak 3544 Memcheck:Leak
3545 fun:_Znw* 3545 fun:_Znw*
3546 ... 3546 ...
3547 fun:*LoadTimingObserverTest*TestBodyEv 3547 fun:*LoadTimingObserverTest*TestBodyEv
3548 } 3548 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698