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

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

Issue 213028: Move a previously Mac-specific Valgrind suppression for SQLite to Linux as well. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
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 | Annotate | Revision Log
« 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 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 { 536 {
537 bug_20582 537 bug_20582
538 Memcheck:Leak 538 Memcheck:Leak
539 fun:_Znwm 539 fun:_Znwm
540 fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptorEibNS0_4ModeEPNS0_21Fil eDescriptorWatcherEPNS0_7WatcherE 540 fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptorEibNS0_4ModeEPNS0_21Fil eDescriptorWatcherEPNS0_7WatcherE
541 fun:_ZN16MessageLoopForIO19WatchFileDescriptorEibNS_4ModeEPN4base19MessagePum pLibevent21FileDescriptorWatcherEPNS2_7WatcherE 541 fun:_ZN16MessageLoopForIO19WatchFileDescriptorEibNS_4ModeEPN4base19MessagePum pLibevent21FileDescriptorWatcherEPNS2_7WatcherE
542 fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv 542 fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv
543 } 543 }
544 { 544 {
545 # Strange... 545 # Strange...
546 bug_20653a
547 Memcheck:Param
548 write(buf)
549 ...
550 fun:sqlite3OsWrite
551 fun:pager_write_pagelist
552 fun:sqlite3PagerCommitPhaseOne
553 }
554 {
555 # Strange...
556 bug_20653b 546 bug_20653b
557 Memcheck:Addr4 547 Memcheck:Addr4
558 fun:sqlite3MemSize 548 fun:sqlite3MemSize
559 fun:sqlite3MallocSize 549 fun:sqlite3MallocSize
560 fun:sqlite3PageFree 550 fun:sqlite3PageFree
561 fun:pager_truncate_cache 551 fun:pager_truncate_cache
562 fun:pager_truncate 552 fun:pager_truncate
563 fun:pager_playback 553 fun:pager_playback
564 fun:sqlite3PagerRollback 554 fun:sqlite3PagerRollback
565 fun:sqlite3BtreeRollback 555 fun:sqlite3BtreeRollback
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 fun:_ZN3WTF10fastMallocEj 789 fun:_ZN3WTF10fastMallocEj
800 fun:_ZN7WebCore19V8EventListenerList3addEPNS_15V8EventListenerE 790 fun:_ZN7WebCore19V8EventListenerList3addEPNS_15V8EventListenerE
801 } 791 }
802 { 792 {
803 bug_22021 793 bug_22021
804 Memcheck:Leak 794 Memcheck:Leak
805 fun:malloc 795 fun:malloc
806 fun:_ZN3WTF10fastMallocEm 796 fun:_ZN3WTF10fastMallocEm
807 fun:_ZN7WebCore19V8EventListenerList3addEPNS_15V8EventListenerE 797 fun:_ZN7WebCore19V8EventListenerList3addEPNS_15V8EventListenerE
808 } 798 }
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