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

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

Issue 189009: More valgrind suppressions (Closed)
Patch Set: 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 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 Memcheck:Leak 546 Memcheck:Leak
547 fun:_Znwm 547 fun:_Znwm
548 fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptorEibNS0_4ModeEPNS0_21Fil eDescriptorWatcherEPNS0_7WatcherE 548 fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptorEibNS0_4ModeEPNS0_21Fil eDescriptorWatcherEPNS0_7WatcherE
549 fun:_ZN16MessageLoopForIO19WatchFileDescriptorEibNS_4ModeEPN4base19MessagePum pLibevent21FileDescriptorWatcherEPNS2_7WatcherE 549 fun:_ZN16MessageLoopForIO19WatchFileDescriptorEibNS_4ModeEPN4base19MessagePum pLibevent21FileDescriptorWatcherEPNS2_7WatcherE
550 fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv 550 fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv
551 } 551 }
552 { 552 {
553 # Strange... 553 # Strange...
554 bug_20653a 554 bug_20653a
555 Memcheck:Param 555 Memcheck:Param
556 write(buf)
556 ... 557 ...
557 fun:sqlite3OsWrite 558 fun:sqlite3OsWrite
558 fun:pager_write_pagelist 559 fun:pager_write_pagelist
559 fun:sqlite3PagerCommitPhaseOne 560 fun:sqlite3PagerCommitPhaseOne
560 } 561 }
561 { 562 {
562 # Strange... 563 # Strange...
563 bug_20653b 564 bug_20653b
564 Memcheck:Addr4 565 Memcheck:Addr4
565 fun:sqlite3MemSize 566 fun:sqlite3MemSize
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 fun:_ZN7history16ArchivedDatabase17CommitTransactionEv 648 fun:_ZN7history16ArchivedDatabase17CommitTransactionEv
648 fun:_ZN7history16ArchivedDatabase4InitERK8FilePath 649 fun:_ZN7history16ArchivedDatabase4InitERK8FilePath
649 } 650 }
650 { 651 {
651 bug_20837 652 bug_20837
652 Memcheck:Leak 653 Memcheck:Leak
653 fun:malloc 654 fun:malloc
654 fun:sqlite3MemMalloc 655 fun:sqlite3MemMalloc
655 fun:mallocWithAlarm 656 fun:mallocWithAlarm
656 ... 657 ...
657 fun:_ZN7history11URLDatabase27InitKeywordSearchTermsTableEv
658 fun:_ZN7history16ArchivedDatabase4InitERK8FilePath 658 fun:_ZN7history16ArchivedDatabase4InitERK8FilePath
659 } 659 }
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