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

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

Issue 583103003: Retire obsolete Valgrind supressions ..333992 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 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 3212 matching lines...) Expand 10 before | Expand all | Expand 10 after
3223 Memcheck:Leak 3223 Memcheck:Leak
3224 fun:malloc 3224 fun:malloc
3225 fun:_ZN3WTF10fastMallocEm 3225 fun:_ZN3WTF10fastMallocEm
3226 fun:_ZN3WTF24ThreadSafeRefCountedBasenwEm 3226 fun:_ZN3WTF24ThreadSafeRefCountedBasenwEm
3227 fun:_ZN5blink12_GLOBAL__N_131AllowFileSystemMainThreadBridge6createEPN7blink1 7WorkerGlobalScopeEPNS_13WebWorkerBaseERKN3WTF6StringE 3227 fun:_ZN5blink12_GLOBAL__N_131AllowFileSystemMainThreadBridge6createEPN7blink1 7WorkerGlobalScopeEPNS_13WebWorkerBaseERKN3WTF6StringE
3228 fun:_ZN5blink22WorkerFileSystemClient15allowFileSystem* 3228 fun:_ZN5blink22WorkerFileSystemClient15allowFileSystem*
3229 ... 3229 ...
3230 fun:_ZN2v88internal25FunctionCallbackArguments4CallEPFvRKNS_20FunctionCallbac kInfoINS_5ValueEEEE 3230 fun:_ZN2v88internal25FunctionCallbackArguments4CallEPFvRKNS_20FunctionCallbac kInfoINS_5ValueEEEE
3231 } 3231 }
3232 { 3232 {
3233 bug_293088
3234 Memcheck:Unaddressable
3235 fun:_ZNK3WTF6RefPtrIN7blink19TextResourceDecoderEE3getEv
3236 fun:_ZNK7blink8Document7decoderEv
3237 fun:_ZN5blink25DecodedDataDocumentParser5flushEv
3238 fun:_ZN5blink14DocumentWriter3endEv
3239 fun:_ZN5blink14DocumentLoader10endWritingEPNS_14DocumentWriterE
3240 fun:_ZN5blink14DocumentLoader15finishedLoadingEd
3241 fun:_ZN5blink14DocumentLoader14notifyFinishedEPNS_8ResourceE
3242 fun:_ZN5blink8Resource11checkNotifyEv
3243 fun:_ZN5blink8Resource13finishOnePartEv
3244 fun:_ZN5blink8Resource6finishEd
3245 fun:_ZN5blink14ResourceLoader16didFinishLoadingEPN5blink12WebURLLoaderEd
3246 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnCompletedRequestEibRKSsRKN4 base9TimeTicksE
3247 fun:_ZN7content18ResourceDispatcher17OnRequestCompleteEiibRKSsRKN4base9TimeTi cksE
3248 }
3249 {
3250 bug_298143 3233 bug_298143
3251 Memcheck:Uninitialized 3234 Memcheck:Uninitialized
3252 ... 3235 ...
3253 fun:_ZN5blink25TypeConversionsV8Internal*AttributeGetterE* 3236 fun:_ZN5blink25TypeConversionsV8Internal*AttributeGetterE*
3254 } 3237 }
3255 { 3238 {
3256 bug_298788 3239 bug_298788
3257 Memcheck:Leak 3240 Memcheck:Leak
3258 fun:_Znw* 3241 fun:_Znw*
3259 fun:_ZN10extensions19TestExtensionSystem22CreateExtensionServiceEPKN4base11Co mmandLineERKNS1_8FilePathEb 3242 fun:_ZN10extensions19TestExtensionSystem22CreateExtensionServiceEPKN4base11Co mmandLineERKNS1_8FilePathEb
3260 fun:_ZN10extensions12_GLOBAL__N_130ExtensionActionIconFactoryTest5SetUpEv 3243 fun:_ZN10extensions12_GLOBAL__N_130ExtensionActionIconFactoryTest5SetUpEv
3261 } 3244 }
3262 { 3245 {
3263 bug_298887
3264 Memcheck:Leak
3265 ...
3266 fun:_ZN2ui25KeyboardCodeFromXKeyEventEP7_XEvent
3267 fun:_ZN2ui22KeyboardCodeFromNativeERKP7_XEvent
3268 fun:_ZN12_GLOBAL__N_121XModifierStateWatcher20UpdateStateFromEventERKP7_XEven t
3269 fun:_ZN2ui20EventFlagsFromNativeERKP7_XEvent
3270 fun:_ZN2ui8KeyEventC1ERKP7_XEventb
3271 fun:_ZN8chromeos31KeyboardDrivenEventRewriterTest25GetRewrittenEventAsStringE N2ui12KeyboardCodeEiNS1_9EventTypeEhj
3272 fun:_ZN8chromeos48KeyboardDrivenEventRewriterTest_PassThrough_Test8TestBodyEv
3273 }
3274 {
3275 bug_299647
3276 Memcheck:Unaddressable
3277 fun:_ZNK3WTF6OwnPtrIN7blink19AnimationControllerEE3getEv
3278 fun:_ZNK7blink5Frame9animationEv
3279 fun:_ZNK7blink12RenderObject9animationEv
3280 fun:_ZN5blink12RenderObject15willBeDestroyedEv
3281 fun:_ZN5blink22RenderLayerModelObject15willBeDestroyedEv
3282 fun:_ZN5blink20RenderBoxModelObject15willBeDestroyedEv
3283 fun:_ZN5blink9RenderBox15willBeDestroyedEv
3284 fun:_ZN5blink11RenderBlock15willBeDestroyedEv
3285 fun:_ZN5blink16RenderFullScreen15willBeDestroyedEv
3286 fun:_ZN5blink12RenderObject7destroyEv
3287 fun:_ZN5blink22FullscreenElementStack21setFullScreenRendererEPNS_16RenderFull ScreenE
3288 fun:_ZN5blink22FullscreenElementStack19documentWasDetachedEv
3289 fun:_ZN5blink25DocumentLifecycleNotifier25notifyDocumentWasDetachedEv
3290 fun:_ZN5blink8Document6detachERKNS_4Node13AttachContextE
3291 fun:_ZN5blink8Document21prepareForDestructionEv
3292 fun:_ZN5blink5Frame7setViewEN3WTF10PassRefPtrINS_9FrameViewEEE
3293 fun:_ZN5blink5Frame10createViewERKNS_7IntSizeERKNS_5ColorEbS3_bNS_13Scrollbar ModeEbS7_b
3294 fun:_ZN5blink12WebFrameImpl15createFrameViewEv
3295 fun:_ZN5blink21FrameLoaderClientImpl31transitionToCommittedForNewPageEv
3296 fun:_ZN5blink11FrameLoader21commitProvisionalLoadEv
3297 fun:_ZN5blink14DocumentLoader13commitIfReadyEv
3298 fun:_ZN5blink14DocumentLoader15finishedLoadingEd
3299 }
3300 {
3301 bug_299804 3246 bug_299804
3302 Memcheck:Uninitialized 3247 Memcheck:Uninitialized
3303 fun:_ZN24GrConfigConversionEffect30TestForPreservingPMConversionsEP9GrContext PNS_12PMConversionES3_ 3248 fun:_ZN24GrConfigConversionEffect30TestForPreservingPMConversionsEP9GrContext PNS_12PMConversionES3_
3304 fun:_ZN12_GLOBAL__N_119test_pm_conversionsEP9GrContextPiS2_ 3249 fun:_ZN12_GLOBAL__N_119test_pm_conversionsEP9GrContextPiS2_
3305 fun:_ZN9GrContext19createPMToUPMEffectEP9GrTexturebRK8SkMatrix 3250 fun:_ZN9GrContext19createPMToUPMEffectEP9GrTexturebRK8SkMatrix
3306 fun:_ZN9GrContext22readRenderTargetPixelsEP14GrRenderTargetiiii13GrPixelConfi gPvmj 3251 fun:_ZN9GrContext22readRenderTargetPixelsEP14GrRenderTargetiiii13GrPixelConfi gPvmj
3307 fun:_ZN11SkGpuDevice12onReadPixelsE* 3252 fun:_ZN11SkGpuDevice12onReadPixelsE*
3308 fun:_ZN12SkBaseDevice10readPixelsE* 3253 fun:_ZN12SkBaseDevice10readPixelsE*
3309 fun:_ZN8SkCanvas10readPixelsE* 3254 fun:_ZN8SkCanvas10readPixelsE*
3310 fun:_ZN*DeferredDevice12onReadPixelsE* 3255 fun:_ZN*DeferredDevice12onReadPixelsE*
(...skipping 11 matching lines...) Expand all
3322 Memcheck:Uninitialized 3267 Memcheck:Uninitialized
3323 fun:_ZN13WebTestRunner11EventSender5resetEv 3268 fun:_ZN13WebTestRunner11EventSender5resetEv
3324 fun:_ZN13WebTestRunner14TestInterfaces26resetTestHelperControllersEv 3269 fun:_ZN13WebTestRunner14TestInterfaces26resetTestHelperControllersEv
3325 fun:_ZN13WebTestRunner14TestInterfaces8resetAllEv 3270 fun:_ZN13WebTestRunner14TestInterfaces8resetAllEv
3326 ... 3271 ...
3327 fun:_ZN7content26ShellRenderProcessObserver17WebKitInitializedEv 3272 fun:_ZN7content26ShellRenderProcessObserver17WebKitInitializedEv
3328 fun:_ZN7content16RenderThreadImpl23EnsureWebKitInitializedEv 3273 fun:_ZN7content16RenderThreadImpl23EnsureWebKitInitializedEv
3329 fun:_ZN7content16RenderThreadImpl15OnCreateNewViewERK18ViewMsg_New_Params 3274 fun:_ZN7content16RenderThreadImpl15OnCreateNewViewERK18ViewMsg_New_Params
3330 } 3275 }
3331 { 3276 {
3332 bug_310351
3333 Memcheck:Leak
3334 ...
3335 fun:_ZN3WTF12PthreadStatenwEm
3336 fun:_ZN3WTFL35establishIdentifierForPthreadHandleERK*
3337 fun:_ZN3WTF13currentThreadEv
3338 fun:_ZN3WTF20initializeMainThreadEPFvPFvPvES0_E
3339 }
3340 {
3341 bug_312332
3342 Memcheck:Uninitialized
3343 ...
3344 fun:_ZNK7blink17RenderTextControl29computeIntrinsicLogicalWidthsERNS_10Layout UnitES2_
3345 fun:_ZN5blink17RenderTextControl29computePreferredLogicalWidthsEv
3346 ...
3347 fun:_ZN5blink11RenderBlock6layoutEv
3348 }
3349 {
3350 bug_317166 3277 bug_317166
3351 Memcheck:Leak 3278 Memcheck:Leak
3352 fun:malloc 3279 fun:malloc
3353 fun:_dl_close_worker 3280 fun:_dl_close_worker
3354 fun:_dl_close 3281 fun:_dl_close
3355 fun:_dl_catch_error 3282 fun:_dl_catch_error
3356 fun:_dlerror_run 3283 fun:_dlerror_run
3357 fun:dlclose 3284 fun:dlclose
3358 obj:/usr/lib/x86_64-linux-gnu/libasound.so.2.0.0 3285 obj:/usr/lib/x86_64-linux-gnu/libasound.so.2.0.0
3359 fun:snd_config_searcha_hooks 3286 fun:snd_config_searcha_hooks
(...skipping 19 matching lines...) Expand all
3379 fun:_ZN4base23EnsureProcessTerminatedEi 3306 fun:_ZN4base23EnsureProcessTerminatedEi
3380 } 3307 }
3381 { 3308 {
3382 bug_321976 3309 bug_321976
3383 Memcheck:Leak 3310 Memcheck:Leak
3384 ... 3311 ...
3385 fun:nssList_Create 3312 fun:nssList_Create
3386 fun:nssTrustDomain_UpdateCachedTokenCerts 3313 fun:nssTrustDomain_UpdateCachedTokenCerts
3387 } 3314 }
3388 { 3315 {
3389 bug_327672
3390 Memcheck:Uninitialized
3391 fun:_ZNK7blink18StyleSheetContents11isCacheableEv
3392 fun:_ZN5blink9LinkStyle16setCSSStyleSheetERKN3WTF6StringERKNS_4KURLES4_PKNS_2 1CSSStyleSheetResourceE
3393 fun:_ZN5blink21CSSStyleSheetResource11checkNotifyEv
3394 ...
3395 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnCompletedRequestEibRKSsRKN4 base9TimeTicksE
3396 }
3397 {
3398 bug_329960
3399 Memcheck:Leak
3400 fun:_Znw*
3401 fun:_ZN5blink22V8PerContextDataHolder7installE*
3402 fun:_ZN5blink22WorkerScriptController25initializeContextIfNeededEv
3403 ...
3404 fun:_ZN5blink12WorkerThread12workerThreadEv
3405 }
3406 {
3407 bug_331061
3408 Memcheck:Unaddressable
3409 fun:_ZNK3WTF6RefPtrIN7blink14SecurityOriginEE3getEv
3410 fun:_ZNK7blink15SecurityContext14securityOriginEv
3411 fun:_ZN5blink13V8WindowShell16setSecurityTokenEv
3412 fun:_ZN5blink13V8WindowShell20updateSecurityOriginEv
3413 fun:_ZN5blink16ScriptController20updateSecurityOriginEv
3414 fun:_ZN5blink8Document23didUpdateSecurityOriginEv
3415 fun:_ZN5blink8Document15setIsViewSourceEb
3416 fun:_ZN5blink22HTMLViewSourceDocumentC1ERKNS_12DocumentInitERKN3WTF6StringE
3417 fun:_ZN5blink22HTMLViewSourceDocument6createERKNS_12DocumentInitERKN3WTF6Stri ngE
3418 fun:_ZN5blink17DOMImplementation14createDocumentERKN3WTF6StringERKNS_12Docume ntInitEb
3419 fun:_ZN5blink9DOMWindow14createDocumentERKN3WTF6StringERKNS_12DocumentInitEb
3420 fun:_ZN5blink9DOMWindow18installNewDocumentERKN3WTF6StringERKNS_12DocumentIni tEb
3421 fun:_ZN5blink14DocumentLoader15createWriterForEPNS_5FrameEPKNS_8DocumentERKNS _4KURLERKN3WTF12AtomicStringESC_bb
3422 fun:_ZN5blink14DocumentLoader12ensureWriterERKN3WTF12AtomicStringERKNS_4KURLE
3423 fun:_ZN5blink14DocumentLoader12ensureWriterEv
3424 fun:_ZN5blink14DocumentLoader10commitDataEPKcm
3425 fun:_ZN5blink14DocumentLoader12dataReceivedEPNS_8ResourceEPKci
3426 fun:_ZN5blink11RawResource10appendDataEPKci
3427 fun:_ZN5blink14ResourceLoader14didReceiveDataEPN5blink12WebURLLoaderEPKcii
3428 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context14OnReceivedDataEPKcii
3429 fun:_ZN7content18ResourceDispatcher14OnReceivedDataEiiii
3430 }
3431 {
3432 bug_331063 3316 bug_331063
3433 Memcheck:Uninitialized 3317 Memcheck:Uninitialized
3434 ... 3318 ...
3435 fun:_ZN5blink11RenderImage12imageChangedEPvPKNS_7IntRectE 3319 fun:_ZN5blink11RenderImage12imageChangedEPvPKNS_7IntRectE
3436 fun:_ZN5blink12RenderObject12imageChangedEPNS_13ImageResourceEPKNS_7IntRectE 3320 fun:_ZN5blink12RenderObject12imageChangedEPNS_13ImageResourceEPKNS_7IntRectE
3437 fun:_ZN5blink13ImageResource12didAddClientEPNS_14ResourceClientE 3321 fun:_ZN5blink13ImageResource12didAddClientEPNS_14ResourceClientE
3438 fun:_ZN5blink8Resource9addClientEPNS_14ResourceClientE 3322 fun:_ZN5blink8Resource9addClientEPNS_14ResourceClientE
3439 fun:_ZN5blink19RenderImageResource16setImageResourceEPNS_13ImageResourceE 3323 fun:_ZN5blink19RenderImageResource16setImageResourceEPNS_13ImageResourceE
3440 fun:_ZN5blink30PasswordGeneratorButtonElement11updateImageEv 3324 fun:_ZN5blink30PasswordGeneratorButtonElement11updateImageEv
3441 fun:_ZN5blink30PasswordGeneratorButtonElement6attachERKNS_4Node13AttachContex tE 3325 fun:_ZN5blink30PasswordGeneratorButtonElement6attachERKNS_4Node13AttachContex tE
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
3477 bug_332335 3361 bug_332335
3478 Memcheck:Param 3362 Memcheck:Param
3479 sendmsg(msg.msg_iov[0]) 3363 sendmsg(msg.msg_iov[0])
3480 ... 3364 ...
3481 fun:_ZN8breakpad12_GLOBAL__N_122NonBrowserCrashHandler11RequestDumpEPKvm 3365 fun:_ZN8breakpad12_GLOBAL__N_122NonBrowserCrashHandler11RequestDumpEPKvm
3482 fun:_ZN15google_breakpad16ExceptionHandler12GenerateDumpEPNS0_12CrashContextE 3366 fun:_ZN15google_breakpad16ExceptionHandler12GenerateDumpEPNS0_12CrashContextE
3483 fun:_ZN15google_breakpad16ExceptionHandler12HandleSignalEiP7siginfoPv 3367 fun:_ZN15google_breakpad16ExceptionHandler12HandleSignalEiP7siginfoPv
3484 fun:_ZN15google_breakpad16ExceptionHandler13SignalHandlerEiP7siginfoPv 3368 fun:_ZN15google_breakpad16ExceptionHandler13SignalHandlerEiP7siginfoPv
3485 } 3369 }
3486 { 3370 {
3487 bug_333992
3488 Memcheck:Leak
3489 fun:_Znw*
3490 fun:_ZN7content12_GLOBAL__N_123CreateWebFrameTestProxyEPNS_14RenderViewImplEi
3491 fun:_ZN7content15RenderFrameImpl6CreateEPNS_14RenderViewImplEi
3492 }
3493 {
3494 bug_340952 3371 bug_340952
3495 Memcheck:Leak 3372 Memcheck:Leak
3496 fun:_Znw* 3373 fun:_Znw*
3497 fun:_ZN5blink15DOMWrapperWorldC2Eii 3374 fun:_ZN5blink15DOMWrapperWorldC2Eii
3498 fun:_ZN5blink15DOMWrapperWorldC1Eii 3375 fun:_ZN5blink15DOMWrapperWorldC1Eii
3499 fun:_ZN5blink15DOMWrapperWorld6createEii 3376 fun:_ZN5blink15DOMWrapperWorld6createEii
3500 fun:_ZN5blink15DOMWrapperWorld9mainWorldEv 3377 fun:_ZN5blink15DOMWrapperWorld9mainWorldEv
3501 ... 3378 ...
3502 fun:_ZN7content22BufferedDataSourceTestC2Ev 3379 fun:_ZN7content22BufferedDataSourceTestC2Ev
3503 } 3380 }
(...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after
4277 } 4154 }
4278 { 4155 {
4279 bug_415092 4156 bug_415092
4280 Memcheck:Leak 4157 Memcheck:Leak
4281 fun:_Znw* 4158 fun:_Znw*
4282 fun:_ZN4base22PosixDynamicThreadPool7AddTaskEPNS_11PendingTaskE 4159 fun:_ZN4base22PosixDynamicThreadPool7AddTaskEPNS_11PendingTaskE
4283 fun:_ZN4base22PosixDynamicThreadPool8PostTaskERKN15tracked_objects8LocationER KNS_8CallbackIFvvEEE 4160 fun:_ZN4base22PosixDynamicThreadPool8PostTaskERKN15tracked_objects8LocationER KNS_8CallbackIFvvEEE
4284 fun:_ZN4base12_GLOBAL__N_114WorkerPoolImpl8PostTaskERKN15tracked_objects8Loca tionERKNS_8CallbackIFvvEEEb 4161 fun:_ZN4base12_GLOBAL__N_114WorkerPoolImpl8PostTaskERKN15tracked_objects8Loca tionERKNS_8CallbackIFvvEEEb
4285 fun:_ZN4base10WorkerPool8PostTaskERKN15tracked_objects8LocationERKNS_8Callbac kIFvvEEEb 4162 fun:_ZN4base10WorkerPool8PostTaskERKN15tracked_objects8LocationERKNS_8Callbac kIFvvEEEb
4286 } 4163 }
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