OLD | NEW |
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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
307 } | 307 } |
308 { | 308 { |
309 bug_23314 | 309 bug_23314 |
310 Memcheck:Addr2 | 310 Memcheck:Addr2 |
311 fun:sqlite3PcacheClearSyncFlags | 311 fun:sqlite3PcacheClearSyncFlags |
312 fun:syncJournal | 312 fun:syncJournal |
313 fun:sqlite3PagerCommitPhaseOne | 313 fun:sqlite3PagerCommitPhaseOne |
314 fun:sqlite3BtreeCommitPhaseOne | 314 fun:sqlite3BtreeCommitPhaseOne |
315 } | 315 } |
316 { | 316 { |
| 317 bug_23314b |
| 318 Memcheck:Addr4 |
| 319 fun:sqlite3PcacheClearSyncFlags |
| 320 fun:syncJournal |
| 321 fun:sqlite3PagerCommitPhaseOne |
| 322 fun:sqlite3BtreeCommitPhaseOne |
| 323 } |
| 324 { |
317 # Valgrind doesn't grok clone quite yet on x64, | 325 # Valgrind doesn't grok clone quite yet on x64, |
318 # see https://bugs.kde.org/show_bug.cgi?id=117564 | 326 # see https://bugs.kde.org/show_bug.cgi?id=117564 |
319 valgrind_bug_117564 | 327 valgrind_bug_117564 |
320 Memcheck:Param | 328 Memcheck:Param |
321 clone(child_tidptr) | 329 clone(child_tidptr) |
322 fun:clone | 330 fun:clone |
323 fun:_ZN7testing8internal13ExecDeathTest10AssumeRoleEv | 331 fun:_ZN7testing8internal13ExecDeathTest10AssumeRoleEv |
324 } | 332 } |
325 | 333 |
326 #----------------------------------------------------------------------- | 334 #----------------------------------------------------------------------- |
(...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1058 fun:_Z10cssyyparsePv | 1066 fun:_Z10cssyyparsePv |
1059 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE | 1067 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE |
1060 } | 1068 } |
1061 { | 1069 { |
1062 bug_26216 | 1070 bug_26216 |
1063 Memcheck:Leak | 1071 Memcheck:Leak |
1064 fun:_Znw* | 1072 fun:_Znw* |
1065 fun:_ZN9Extension25LoadExtensionActionHelperEPK15DictionaryValuePSs | 1073 fun:_ZN9Extension25LoadExtensionActionHelperEPK15DictionaryValuePSs |
1066 fun:_ZN39ExtensionTest_LoadPageActionHelper_Test8TestBodyEv | 1074 fun:_ZN39ExtensionTest_LoadPageActionHelper_Test8TestBodyEv |
1067 } | 1075 } |
OLD | NEW |