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

Side by Side Diff: tools/valgrind/memcheck/suppressions.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 | « 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 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 fun:g_cclosure_marshal_VOID__OBJECT 573 fun:g_cclosure_marshal_VOID__OBJECT
574 fun:g_type_class_meta_marshal 574 fun:g_type_class_meta_marshal
575 fun:g_closure_invoke 575 fun:g_closure_invoke
576 fun:signal_emit_unlocked_R 576 fun:signal_emit_unlocked_R
577 fun:g_signal_emit_valist 577 fun:g_signal_emit_valist
578 } 578 }
579 #----------------------------------------------------------------------- 579 #-----------------------------------------------------------------------
580 # 2. intentional unit test errors, or stuff that is somehow a false positive 580 # 2. intentional unit test errors, or stuff that is somehow a false positive
581 # in our own code, or stuff that is so trivial it's not worth fixing 581 # in our own code, or stuff that is so trivial it's not worth fixing
582 { 582 {
583 Memcheck sanity test (memory leak). 583 Memcheck sanity test 01 (memory leak).
584 Memcheck:Leak 584 Memcheck:Leak
585 fun:_Zna* 585 fun:_Zna*
586 fun:_ZN31ToolsSanityTest_MemoryLeak_Test8TestBodyEv 586 fun:_ZN31ToolsSanityTest_MemoryLeak_Test8TestBodyEv
587 } 587 }
588 { 588 {
589 Memcheck sanity test (malloc/read left). 589 Memcheck sanity test 02 (malloc/read left).
590 Memcheck:Addr1 590 Memcheck:Addr1
591 fun:_Z29ReadValueOutOfArrayBoundsLeftPc 591 fun:_Z29ReadValueOutOfArrayBoundsLeftPc
592 fun:_Z14MakeSomeErrorsPc* 592 fun:_Z14MakeSomeErrorsPc*
593 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv 593 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
594 } 594 }
595 { 595 {
596 Memcheck sanity test (malloc/read right). 596 Memcheck sanity test 03 (malloc/read right).
597 Memcheck:Addr1 597 Memcheck:Addr1
598 fun:_Z30ReadValueOutOfArrayBoundsRightPc* 598 fun:_Z30ReadValueOutOfArrayBoundsRightPc*
599 fun:_Z14MakeSomeErrorsPc* 599 fun:_Z14MakeSomeErrorsPc*
600 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv 600 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
601 } 601 }
602 { 602 {
603 Memcheck sanity test (malloc/write left). 603 Memcheck sanity test 04 (malloc/write left).
604 Memcheck:Addr1 604 Memcheck:Addr1
605 fun:_Z30WriteValueOutOfArrayBoundsLeftPc 605 fun:_Z30WriteValueOutOfArrayBoundsLeftPc
606 fun:_Z14MakeSomeErrorsPc* 606 fun:_Z14MakeSomeErrorsPc*
607 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv 607 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
608 } 608 }
609 { 609 {
610 Memcheck sanity test (malloc/write right). 610 Memcheck sanity test 05 (malloc/write right).
611 Memcheck:Addr1 611 Memcheck:Addr1
612 fun:_Z31WriteValueOutOfArrayBoundsRightPc* 612 fun:_Z31WriteValueOutOfArrayBoundsRightPc*
613 fun:_Z14MakeSomeErrorsPc* 613 fun:_Z14MakeSomeErrorsPc*
614 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv 614 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
615 } 615 }
616 { 616 {
617 Memcheck sanity test (new/read left). 617 Memcheck sanity test 06 (new/read left).
618 Memcheck:Addr1 618 Memcheck:Addr1
619 fun:_Z29ReadValueOutOfArrayBoundsLeftPc 619 fun:_Z29ReadValueOutOfArrayBoundsLeftPc
620 fun:_Z14MakeSomeErrorsPc* 620 fun:_Z14MakeSomeErrorsPc*
621 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv 621 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
622 } 622 }
623 { 623 {
624 Memcheck sanity test (new/read right). 624 Memcheck sanity test 07 (new/read right).
625 Memcheck:Addr1 625 Memcheck:Addr1
626 fun:_Z30ReadValueOutOfArrayBoundsRightPc* 626 fun:_Z30ReadValueOutOfArrayBoundsRightPc*
627 fun:_Z14MakeSomeErrorsPc* 627 fun:_Z14MakeSomeErrorsPc*
628 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv 628 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
629 } 629 }
630 { 630 {
631 Memcheck sanity test (new/write left). 631 Memcheck sanity test 08 (new/write left).
632 Memcheck:Addr1 632 Memcheck:Addr1
633 fun:_Z30WriteValueOutOfArrayBoundsLeftPc 633 fun:_Z30WriteValueOutOfArrayBoundsLeftPc
634 fun:_Z14MakeSomeErrorsPc* 634 fun:_Z14MakeSomeErrorsPc*
635 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv 635 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
636 } 636 }
637 { 637 {
638 Memcheck sanity test (new/write right). 638 Memcheck sanity test 09 (new/write right).
639 Memcheck:Addr1 639 Memcheck:Addr1
640 fun:_Z31WriteValueOutOfArrayBoundsRightPc* 640 fun:_Z31WriteValueOutOfArrayBoundsRightPc*
641 fun:_Z14MakeSomeErrorsPc* 641 fun:_Z14MakeSomeErrorsPc*
642 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv 642 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
643 } 643 }
644 { 644 {
645 Memcheck sanity test (write after free). 645 Memcheck sanity test 10 (write after free).
646 Memcheck:Addr1 646 Memcheck:Addr1
647 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv 647 fun:_ZN43ToolsSanityTest_AccessesToMallocMemory_Test8TestBodyEv
648 } 648 }
649 { 649 {
650 Memcheck sanity test (write after delete). 650 Memcheck sanity test 11 (write after delete).
651 Memcheck:Addr1 651 Memcheck:Addr1
652 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv 652 fun:_ZN40ToolsSanityTest_AccessesToNewMemory_Test8TestBodyEv
653 } 653 }
654 { 654 {
655 Memcheck sanity test (array deleted without []). 655 Memcheck sanity test 12 (array deleted without []).
656 Memcheck:Free 656 Memcheck:Free
657 ... 657 ...
658 fun:_ZN46ToolsSanityTest_ArrayDeletedWithoutBraces_Test8TestBodyEv 658 fun:_ZN46ToolsSanityTest_ArrayDeletedWithoutBraces_Test8TestBodyEv
659 } 659 }
660 { 660 {
661 Memcheck sanity test (single element deleted with []). 661 Memcheck sanity test 13 (single element deleted with []).
662 Memcheck:Free 662 Memcheck:Free
663 ... 663 ...
664 fun:_ZN51ToolsSanityTest_SingleElementDeletedWithBraces_Test8TestBodyEv 664 fun:_ZN51ToolsSanityTest_SingleElementDeletedWithBraces_Test8TestBodyEv
665 } 665 }
666 { 666 {
667 logging::InitLogging never frees filename. It would be hard to free properly. 667 logging::InitLogging never frees filename. It would be hard to free properly.
668 Memcheck:Leak 668 Memcheck:Leak
669 ... 669 ...
670 fun:_ZN7logging11InitLoggingEPKcNS_18LoggingDestinationENS_15LogLockingStateE NS_20OldFileDeletionStateE 670 fun:_ZN7logging11InitLoggingEPKcNS_18LoggingDestinationENS_15LogLockingStateE NS_20OldFileDeletionStateE
671 } 671 }
(...skipping 2963 matching lines...) Expand 10 before | Expand all | Expand 10 after
3635 } 3635 }
3636 { 3636 {
3637 bug_49086 3637 bug_49086
3638 Memcheck:Leak 3638 Memcheck:Leak
3639 fun:_Znw* 3639 fun:_Znw*
3640 fun:_ZN26TemplateURLPrepopulateData27MakePrepopulatedTemplateURLEPKwS1_S1_PKc S1_S3_i 3640 fun:_ZN26TemplateURLPrepopulateData27MakePrepopulatedTemplateURLEPKwS1_S1_PKc S1_S3_i
3641 fun:_ZN26TemplateURLPrepopulateData32GetPrepopulatedTemplatefromPrefsEP11Pref ServicePSt6vectorIP11TemplateURLSaIS4_EE 3641 fun:_ZN26TemplateURLPrepopulateData32GetPrepopulatedTemplatefromPrefsEP11Pref ServicePSt6vectorIP11TemplateURLSaIS4_EE
3642 fun:_ZN26TemplateURLPrepopulateData22GetPrepopulatedEnginesEP11PrefServicePSt 6vectorIP11TemplateURLSaIS4_EEPj 3642 fun:_ZN26TemplateURLPrepopulateData22GetPrepopulatedEnginesEP11PrefServicePSt 6vectorIP11TemplateURLSaIS4_EEPj
3643 fun:_ZN54TemplateURLPrepopulateDataTest_ProvidersFromPrefs_Test8TestBodyEv 3643 fun:_ZN54TemplateURLPrepopulateDataTest_ProvidersFromPrefs_Test8TestBodyEv
3644 } 3644 }
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