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

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

Issue 179074: Valgrind suppression updates for Mac UI bots (Closed)
Patch Set: Add bug number Created 11 years, 3 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 | « 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 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 Memcheck:Addr4 606 Memcheck:Addr4
607 fun:_ZN10CLVContextC2EPKvm 607 fun:_ZN10CLVContextC2EPKvm
608 fun:_Z26getAllCarbonLazyValues2000v 608 fun:_Z26getAllCarbonLazyValues2000v
609 fun:CLVVisitValuesForKey 609 fun:CLVVisitValuesForKey
610 fun:INIT_ResourceManager 610 fun:INIT_ResourceManager
611 fun:CurResFile 611 fun:CurResFile
612 fun:_ZN5NPAPI12_GLOBAL__N_124ScopedBundleResourceFileC1EP10__CFBundle 612 fun:_ZN5NPAPI12_GLOBAL__N_124ScopedBundleResourceFileC1EP10__CFBundle
613 fun:_ZN5NPAPI12_GLOBAL__N_117ReadSTRPluginInfoERK8FilePathP10__CFBundleP13Web PluginInfo 613 fun:_ZN5NPAPI12_GLOBAL__N_117ReadSTRPluginInfoERK8FilePathP10__CFBundleP13Web PluginInfo
614 fun:_ZN5NPAPI9PluginLib17ReadWebPluginInfoERK8FilePathP13WebPluginInfo 614 fun:_ZN5NPAPI9PluginLib17ReadWebPluginInfoERK8FilePathP13WebPluginInfo
615 } 615 }
616 {
617 bug_20580
618 Memcheck:Addr1
619 fun:syncJournal
620 fun:sqlite3PagerCommitPhaseOne
621 fun:sqlite3BtreeCommitPhaseOne
622 fun:vdbeCommit
623 fun:sqlite3VdbeHalt
624 fun:sqlite3VdbeExec
625 fun:sqlite3Step
626 fun:sqlite3_step
627 fun:sqlite3_exec
628 fun:_ZN7history16ArchivedDatabase17CommitTransactionEv
629 }
630 {
631 bug_20580_b
632 Memcheck:Addr4
633 ...
634 fun:sqlite3BitvecDestroy
635 fun:pager_end_transaction
636 fun:sqlite3PagerCommitPhaseTwo
637 fun:sqlite3BtreeCommitPhaseTwo
638 fun:vdbeCommit
639 fun:sqlite3VdbeHalt
640 fun:sqlite3VdbeExec
641 fun:sqlite3Step
642 fun:sqlite3_step
643 fun:sqlite3_exec
644 fun:_ZN7history16ArchivedDatabase17CommitTransactionEv
645 fun:_ZN7history16ArchivedDatabase4InitERK8FilePath
646 }
647 {
648 bug_20837
649 Memcheck:Leak
650 fun:malloc
651 fun:sqlite3MemMalloc
652 fun:mallocWithAlarm
653 fun:sqlite3Malloc
654 fun:sqlite3DbMallocRaw
655 fun:sqlite3DbStrNDup
656 fun:sqlite3NameFromToken
657 fun:sqlite3StartTable
658 fun:yy_reduce
659 fun:sqlite3Parser
660 fun:sqlite3RunParser
661 fun:sqlite3Prepare
662 fun:sqlite3LockAndPrepare
663 fun:sqlite3_prepare
664 fun:sqlite3_exec
665 fun:sqlite3InitCallback
666 fun:sqlite3_exec
667 fun:sqlite3VdbeExec
668 fun:sqlite3Step
669 fun:sqlite3_step
670 fun:sqlite3_exec
671 fun:_ZN7history11URLDatabase27InitKeywordSearchTermsTableEv
672 fun:_ZN7history16ArchivedDatabase4InitERK8FilePath
673 }
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