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

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

Issue 199062: Add suppression for another sql variation (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 | « no previous file | 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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 fun:pager_truncate_cache 567 fun:pager_truncate_cache
568 fun:pager_truncate 568 fun:pager_truncate
569 fun:pager_playback 569 fun:pager_playback
570 fun:sqlite3PagerRollback 570 fun:sqlite3PagerRollback
571 fun:sqlite3BtreeRollback 571 fun:sqlite3BtreeRollback
572 fun:sqlite3RollbackAll 572 fun:sqlite3RollbackAll
573 ... 573 ...
574 fun:sqlite3_exec 574 fun:sqlite3_exec
575 } 575 }
576 { 576 {
577 bug_20653c
578 Memcheck:Addr4
579 fun:pager_write_pagelist
580 fun:sqlite3PagerCommitPhaseOne
581 }
582 {
577 bug_20808 583 bug_20808
578 Memcheck:Addr8 584 Memcheck:Addr8
579 ... 585 ...
580 fun:CGContextDrawLayerAtPoint 586 fun:CGContextDrawLayerAtPoint
581 fun:-[RenderWidgetHostViewCocoa drawRect:] 587 fun:-[RenderWidgetHostViewCocoa drawRect:]
582 } 588 }
583 { 589 {
584 bug_20814 590 bug_20814
585 Memcheck:Addr4 591 Memcheck:Addr4
586 fun:_ZN10CLVContextC2EPKvm 592 fun:_ZN10CLVContextC2EPKvm
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 fun:-[NSFont boundingRectForGlyph:] 745 fun:-[NSFont boundingRectForGlyph:]
740 } 746 }
741 { 747 {
742 bug_21286 748 bug_21286
743 Memcheck:Leak 749 Memcheck:Leak
744 fun:_Znw* 750 fun:_Znw*
745 fun:sendSimpleEventToSelf 751 fun:sendSimpleEventToSelf
746 fun:aeInitializeFromHIToolbox 752 fun:aeInitializeFromHIToolbox
747 fun:INIT_AppleEvents 753 fun:INIT_AppleEvents
748 } 754 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698