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

Side by Side Diff: tools/valgrind/memcheck/suppressions.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 | « 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 1048 matching lines...) Expand 10 before | Expand all | Expand 10 after
1059 fun:malloc 1059 fun:malloc
1060 fun:g_malloc 1060 fun:g_malloc
1061 fun:g_slice_alloc 1061 fun:g_slice_alloc
1062 fun:handlers_find 1062 fun:handlers_find
1063 fun:signal_handlers_foreach_matched_R 1063 fun:signal_handlers_foreach_matched_R
1064 fun:g_signal_handlers_disconnect_matched 1064 fun:g_signal_handlers_disconnect_matched
1065 fun:gtk_accel_label_set_accel_widget 1065 fun:gtk_accel_label_set_accel_widget
1066 fun:gtk_accel_label_destroy 1066 fun:gtk_accel_label_destroy
1067 } 1067 }
1068 { 1068 {
1069 bug_20580
1070 Memcheck:Addr1
1071 fun:syncJournal
1072 fun:sqlite3PagerCommitPhaseOne
1073 fun:sqlite3BtreeCommitPhaseOne
1074 fun:vdbeCommit
1075 fun:sqlite3VdbeHalt
1076 fun:sqlite3VdbeExec
1077 fun:sqlite3Step
1078 fun:sqlite3_step
1079 fun:sqlite3_exec
1080 fun:_ZN7history16ArchivedDatabase17CommitTransactionEv
1081 }
1082 {
1083 bug_20581 1069 bug_20581
1084 Memcheck:Leak 1070 Memcheck:Leak
1085 ... 1071 ...
1086 fun:btreeCreateTable 1072 fun:btreeCreateTable
1087 fun:sqlite3BtreeCreateTable 1073 fun:sqlite3BtreeCreateTable
1088 fun:sqlite3VdbeExec 1074 fun:sqlite3VdbeExec
1089 fun:sqlite3Step 1075 fun:sqlite3Step
1090 fun:sqlite3_step 1076 fun:sqlite3_step
1091 fun:sqlite3_exec 1077 fun:sqlite3_exec
1092 } 1078 }
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
1134 bug_20778 1120 bug_20778
1135 Memcheck:Cond 1121 Memcheck:Cond
1136 fun:_ZN7WebCore10XSSAuditor23CachingURLCanonicalizer15canonicalizeURLERKNS_6S tringERKNS_12TextEncodingEb 1122 fun:_ZN7WebCore10XSSAuditor23CachingURLCanonicalizer15canonicalizeURLERKNS_6S tringERKNS_12TextEncodingEb
1137 } 1123 }
1138 { 1124 {
1139 bug_20805 1125 bug_20805
1140 Memcheck:Leak 1126 Memcheck:Leak
1141 fun:_Znw* 1127 fun:_Znw*
1142 fun:_ZN7history14HistoryBackend12AddPageVisitERK4GURLN4base4TimeExj 1128 fun:_ZN7history14HistoryBackend12AddPageVisitERK4GURLN4base4TimeExj
1143 } 1129 }
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