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

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

Issue 8899010: Fix cause of uninitialized memory read in ExtensionService unit_tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased, ready for review Created 9 years 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 | « chrome/browser/extensions/extension_sync_data.cc ('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 four kinds of suppressions in this file. 1 # There are four 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 5251 matching lines...) Expand 10 before | Expand all | Expand 10 after
5262 bug_106402 5262 bug_106402
5263 Memcheck:Leak 5263 Memcheck:Leak
5264 fun:_Znw* 5264 fun:_Znw*
5265 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE17NewCallbackHelperINS5_11Dispatcher1IMS3_FviRKNS 1_12HostResourceEES8_EEEENS_18CompletionCallbackERKT_ 5265 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE17NewCallbackHelperINS5_11Dispatcher1IMS3_FviRKNS 1_12HostResourceEES8_EEEENS_18CompletionCallbackERKT_
5266 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE11NewCallbackIMS3_FviRKNS1_12HostResourceEES7_EEN S_18CompletionCallbackET_RKT0_ 5266 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE11NewCallbackIMS3_FviRKNS1_12HostResourceEES7_EEN S_18CompletionCallbackET_RKT0_
5267 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE19NewOptionalCallbackIMS3_FviRKNS1_12HostResource EES7_EENS_18CompletionCallbackET_RKT0_ 5267 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE19NewOptionalCallbackIMS3_FviRKNS1_12HostResource EES7_EENS_18CompletionCallbackET_RKT0_
5268 fun:_ZN5ppapi5proxy38EnterHostFromHostResourceForceCallbackINS_5thunk18PPB_Gr aphics2D_APIEEC1IN2pp25CompletionCallbackFactoryINS0_20PPB_Graphics2D_ProxyENS0_ 26ProxyNonThreadSafeRefCountEEEMS8_FviRKNS_12HostResourceEESB_EESD_RT_T0_RKT1_ 5268 fun:_ZN5ppapi5proxy38EnterHostFromHostResourceForceCallbackINS_5thunk18PPB_Gr aphics2D_APIEEC1IN2pp25CompletionCallbackFactoryINS0_20PPB_Graphics2D_ProxyENS0_ 26ProxyNonThreadSafeRefCountEEEMS8_FviRKNS_12HostResourceEESB_EESD_RT_T0_RKT1_
5269 fun:_ZN5ppapi5proxy20PPB_Graphics2D_Proxy14OnHostMsgFlushERKNS_12HostResource E 5269 fun:_ZN5ppapi5proxy20PPB_Graphics2D_Proxy14OnHostMsgFlushERKNS_12HostResource E
5270 } 5270 }
5271 { 5271 {
5272 bug_106549
5273 Memcheck:Uninitialized
5274 fun:_ZN16ExtensionService24ProcessExtensionSyncDataERK17ExtensionSyncDataRNS_ 10SyncBundleE
5275 fun:_ZN16ExtensionService18ProcessSyncChangesERKN15tracked_objects8LocationER KSt6vectorI10SyncChangeSaIS5_EE
5276 }
5277 {
5278 bug_106552 5272 bug_106552
5279 Memcheck:Uninitialized 5273 Memcheck:Uninitialized
5280 ... 5274 ...
5281 fun:_ZN25JSONStringValueSerializer17SerializeInternalERKN4base5ValueEb 5275 fun:_ZN25JSONStringValueSerializer17SerializeInternalERKN4base5ValueEb
5282 fun:_ZN25JSONStringValueSerializer9SerializeERKN4base5ValueE 5276 fun:_ZN25JSONStringValueSerializer9SerializeERKN4base5ValueE
5283 fun:_ZN13JsonPrefStore13SerializeDataEPSs 5277 fun:_ZN13JsonPrefStore13SerializeDataEPSs
5284 fun:_ZN19ImportantFileWriter16DoScheduledWriteEv 5278 fun:_ZN19ImportantFileWriter16DoScheduledWriteEv
5285 fun:_ZN13JsonPrefStore18CommitPendingWriteEv 5279 fun:_ZN13JsonPrefStore18CommitPendingWriteEv
5286 fun:_ZN13JsonPrefStoreD0Ev 5280 fun:_ZN13JsonPrefStoreD0Ev
5287 fun:_ZNK4base10RefCountedI9PrefStoreE7ReleaseEv 5281 fun:_ZNK4base10RefCountedI9PrefStoreE7ReleaseEv
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
5342 obj:/lib/libselinux.so.1 5336 obj:/lib/libselinux.so.1
5343 obj:/lib/libselinux.so.1 5337 obj:/lib/libselinux.so.1
5344 } 5338 }
5345 { 5339 {
5346 bug_todo_grep 5340 bug_todo_grep
5347 Memcheck:Leak 5341 Memcheck:Leak
5348 fun:malloc 5342 fun:malloc
5349 obj:/bin/grep 5343 obj:/bin/grep
5350 obj:/bin/grep 5344 obj:/bin/grep
5351 } 5345 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_sync_data.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698