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

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

Issue 552343004: Retire obsolete Valgrind supressions ..105715 (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 2472 matching lines...) Expand 10 before | Expand all | Expand 10 after
2483 fun:_ZN7history17ExpireHistoryTest14AddExampleDataEP?PN4base4TimeE 2483 fun:_ZN7history17ExpireHistoryTest14AddExampleDataEP?PN4base4TimeE
2484 fun:_ZN7history*ExpireHistoryTest_* 2484 fun:_ZN7history*ExpireHistoryTest_*
2485 } 2485 }
2486 { 2486 {
2487 bug_101781_d 2487 bug_101781_d
2488 Memcheck:Uninitialized 2488 Memcheck:Uninitialized
2489 fun:_ZN7testing8internal11CmpHelperGEIddEENS_15AssertionResultEPKcS4_RKT_RKT0 _ 2489 fun:_ZN7testing8internal11CmpHelperGEIddEENS_15AssertionResultEPKcS4_RKT_RKT0 _
2490 fun:_ZN3gfx31JPEGCodec_EncodeDecodeRGBA_Test8TestBodyEv 2490 fun:_ZN3gfx31JPEGCodec_EncodeDecodeRGBA_Test8TestBodyEv
2491 } 2491 }
2492 { 2492 {
2493 bug_102257
2494 Memcheck:Uninitialized
2495 ...
2496 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE EEiPS5_Pb
2497 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb
2498 }
2499 {
2500 bug_102327a 2493 bug_102327a
2501 Memcheck:Leak 2494 Memcheck:Leak
2502 fun:_Znw* 2495 fun:_Znw*
2503 fun:_ZN15tracked_objects10ThreadData10InitializeEv 2496 fun:_ZN15tracked_objects10ThreadData10InitializeEv
2504 fun:_ZN15tracked_objects10ThreadData30InitializeAndSetTrackingStatusEb 2497 fun:_ZN15tracked_objects10ThreadData30InitializeAndSetTrackingStatusEb
2505 fun:_ZN15tracked_objects10ThreadData29ShutdownSingleThreadedCleanupEb 2498 fun:_ZN15tracked_objects10ThreadData29ShutdownSingleThreadedCleanupEb
2506 } 2499 }
2507 { 2500 {
2508 bug_102327b
2509 Memcheck:Leak
2510 fun:_Znw*
2511 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKPKN15tracked_obje cts6BirthsENS3_9DeathDataEEEE8allocateE*
2512 ...
2513 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pa irIKS3_S4_EEE6insertESt17_Rb_tree_iteratorIS9_ERKS9_
2514 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pa irIKS3_S4_EEEixERS8_
2515 fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6Births*
2516 fun:_ZN15tracked_objects10ThreadData3?TallyRun*IfTrackingE*
2517 }
2518 {
2519 bug_102327c
2520 Memcheck:Leak
2521 fun:_Znw*
2522 fun:_ZN15tracked_objects10ThreadData11TallyABirthERKNS_8LocationE
2523 fun:_ZN15tracked_objects10ThreadData19TallyABirthIfActiveERKNS_8LocationE
2524 }
2525 {
2526 bug_102327d 2501 bug_102327d
2527 Memcheck:Uninitialized 2502 Memcheck:Uninitialized
2528 fun:_ZN15tracked_objects9DeathData11RecordDeathEiii 2503 fun:_ZN15tracked_objects9DeathData11RecordDeathEiii
2529 fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6BirthsEii 2504 fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6BirthsEii
2530 fun:_ZN15tracked_objects10ThreadData31TallyRunOnNamedThreadIfTrackingERKN4bas e12TrackingInfoERKNS_11TrackedTimeES7_ 2505 fun:_ZN15tracked_objects10ThreadData31TallyRunOnNamedThreadIfTrackingERKN4bas e12TrackingInfoERKNS_11TrackedTimeES7_
2531 } 2506 }
2532 { 2507 {
2533 Intentional leak of stl map during thread cleanup in profiler 2508 Intentional leak of stl map during thread cleanup in profiler
2534 Memcheck:Leak 2509 Memcheck:Leak
2535 fun:_Znw* 2510 fun:_Znw*
2536 fun:_ZNK15tracked_objects10ThreadData26OnThreadTerminationCleanupEv 2511 fun:_ZNK15tracked_objects10ThreadData26OnThreadTerminationCleanupEv
2537 } 2512 }
2538 { 2513 {
2539 bug_102614
2540 Memcheck:Leak
2541 fun:_Znw*
2542 fun:_ZN12*FinishPepperFlashUpdateRegistrationEP22ComponentUpdateServiceRK7Ver sion
2543 }
2544 {
2545 bug_102831_a 2514 bug_102831_a
2546 Memcheck:Leak 2515 Memcheck:Leak
2547 ... 2516 ...
2548 fun:_ZN17PluginLoaderPosix19LoadPluginsInternalEv 2517 fun:_ZN17PluginLoaderPosix19LoadPluginsInternalEv
2549 } 2518 }
2550 { 2519 {
2551 bug_104447 2520 bug_104447
2552 Memcheck:Leak 2521 Memcheck:Leak
2553 ... 2522 ...
2554 fun:HB_OpenTypeShape 2523 fun:HB_OpenTypeShape
2555 fun:arabicSyriacOpenTypeShape 2524 fun:arabicSyriacOpenTypeShape
2556 fun:HB_ArabicShape 2525 fun:HB_ArabicShape
2557 fun:HB_ShapeItem 2526 fun:HB_ShapeItem
2558 fun:_ZN5blink21ComplexTextController11shapeGlyphsEv 2527 fun:_ZN5blink21ComplexTextController11shapeGlyphsEv
2559 fun:_ZN5blink21ComplexTextController13nextScriptRunEv 2528 fun:_ZN5blink21ComplexTextController13nextScriptRunEv
2560 fun:_ZN5blink21ComplexTextController14widthOfFullRunEv 2529 fun:_ZN5blink21ComplexTextController14widthOfFullRunEv
2561 fun:_ZNK7blink4Font24floatWidthForComplexTextERKNS_7TextRunEPN3WTF7HashSetIPK NS_14SimpleFontDataENS4_7PtrHashIS8_EENS4_10HashTraitsIS8_EEEEPNS_13GlyphOverflo wE 2530 fun:_ZNK7blink4Font24floatWidthForComplexTextERKNS_7TextRunEPN3WTF7HashSetIPK NS_14SimpleFontDataENS4_7PtrHashIS8_EENS4_10HashTraitsIS8_EEEEPNS_13GlyphOverflo wE
2562 fun:_ZNK7blink4Font5widthERKNS_7TextRunERiRN3WTF6StringE 2531 fun:_ZNK7blink4Font5widthERKNS_7TextRunERiRN3WTF6StringE
2563 fun:_ZN5blink14SVGTextMetricsC1EPNS_19RenderSVGInlineTextERKNS_7TextRunE 2532 fun:_ZN5blink14SVGTextMetricsC1EPNS_19RenderSVGInlineTextERKNS_7TextRunE
2564 fun:_ZN5blink14SVGTextMetrics21measureCharacterRangeEPNS_19RenderSVGInlineTex tEjj 2533 fun:_ZN5blink14SVGTextMetrics21measureCharacterRangeEPNS_19RenderSVGInlineTex tEjj
2565 fun:_ZNK7blink30SVGTextLayoutAttributesBuilder25propagateLayoutAttributesEPNS _12RenderObjectERN3WTF6VectorINS_23SVGTextLayoutAttributesELm0EEERjRt 2534 fun:_ZNK7blink30SVGTextLayoutAttributesBuilder25propagateLayoutAttributesEPNS _12RenderObjectERN3WTF6VectorINS_23SVGTextLayoutAttributesELm0EEERjRt
2566 } 2535 }
2567 { 2536 {
2568 # ProcessSingleton::LinuxWatcher is marked DeleteOnIOThread. Sometimes it
2569 # leaks on shutdown instead of getting deleted. The destructor doesn't do
2570 # anything important, so this shouldn't be a big deal.
2571 bug_104578
2572 Memcheck:Leak
2573 fun:_Znw*
2574 fun:_ZN16ProcessSingletonC1E*
2575 fun:_ZN22ChromeProcessSingletonC1E*
2576 }
2577 {
2578 bug_104806_a 2537 bug_104806_a
2579 Memcheck:Leak 2538 Memcheck:Leak
2580 fun:_Znw* 2539 fun:_Znw*
2581 ... 2540 ...
2582 fun:_ZN15tracked_objects10ThreadData19TallyABirthIfActiveERKNS_8LocationE 2541 fun:_ZN15tracked_objects10ThreadData19TallyABirthIfActiveERKNS_8LocationE
2583 fun:_ZN4base12TrackingInfoC?ERKN15tracked_objects8LocationENS_9TimeTicksE 2542 fun:_ZN4base12TrackingInfoC?ERKN15tracked_objects8LocationENS_9TimeTicksE
2584 } 2543 }
2585 { 2544 {
2586 bug_104806_b 2545 bug_104806_b
2587 Memcheck:Leak 2546 Memcheck:Leak
2588 fun:_Znw* 2547 fun:_Znw*
2589 ... 2548 ...
2590 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pa irIKS3_S4_EEEixERS8_ 2549 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pa irIKS3_S4_EEEixERS8_
2591 fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6BirthsEii 2550 fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6BirthsEii
2592 fun:_ZN15tracked_objects10ThreadData32TallyRunOnWorkerThreadIfTrackingEPKNS_6 BirthsERKNS_11TrackedTimeES6_S6_ 2551 fun:_ZN15tracked_objects10ThreadData32TallyRunOnWorkerThreadIfTrackingEPKNS_6 BirthsERKNS_11TrackedTimeES6_S6_
2593 } 2552 }
2594 { 2553 {
2595 bug_105715
2596 Memcheck:Uninitialized
2597 ...
2598 fun:vfprintf
2599 fun:__vsnprintf_chk
2600 fun:_ZN4base9vsnprintfEPcjPKcS0_
2601 fun:_ZN4base12_GLOBAL__N_110vsnprintfTEPcjPKcS1_
2602 fun:_ZN4base12_GLOBAL__N_1L14StringAppendVTISsEEvPT_PKNS2_10value_typeEPc
2603 fun:_ZN4base13StringAppendVEPSsPKcPc
2604 fun:_ZN4base13StringAppendFEPSsPKcz
2605 fun:_ZN4base10JSONWriter15BuildJSONStringEPKNS_5ValueEibb
2606 fun:_ZN4base10JSONWriter15BuildJSONStringEPKNS_5ValueEibb
2607 fun:_ZN4base10JSONWriter15BuildJSONStringEPKNS_5ValueEibb
2608 fun:_ZN4base10JSONWriter15BuildJSONStringEPKNS_5ValueEibb
2609 fun:_ZN4base10JSONWriter16WriteWithOptionsEPKNS_5ValueEbiPSs
2610 fun:_ZN25JSONStringValueSerializer17SerializeInternalERKN4base5ValueEb
2611 fun:_ZN25JSONStringValueSerializer9SerializeERKN4base5ValueE
2612 fun:_ZN18jstemplate_builder12AppendJsonJSEPKN4base15DictionaryValueEPSs
2613 fun:_ZN19OptionsUIHTMLSource16StartDataRequestERKSsbi
2614 fun:_ZN4base8internal15RunnableAdapterIMN20ChromeURLDataManager10DataSourceEF vRKSsbiEE3RunEPS3_S5_RKbRKi
2615 fun:_ZN4base8internal12InvokeHelperILb0EvNS0_15RunnableAdapterIMN20ChromeURLD ataManager10DataSourceEFvRKSsbiEEEFvRKPS4_S6_RKbRKiEE8MakeItSoES9_SC_S6_SE_SG_
2616 fun:_ZN4base8internal7InvokerILi4ENS0_9BindStateINS0_15RunnableAdapterIMN20Ch romeURLDataManager10DataSourceEFvRKSsbiEEEFvPS5_S7_biEFvSB_SsbiEEESC_E3RunEPNS0_ 13BindStateBaseE
2617 fun:_ZNK4base8CallbackIFvvEE3RunEv
2618 }
2619 {
2620 bug_105744b 2554 bug_105744b
2621 Memcheck:Leak 2555 Memcheck:Leak
2622 fun:_Znw* 2556 fun:_Znw*
2623 ... 2557 ...
2624 fun:_ZNSt6vector*9push_back* 2558 fun:_ZNSt6vector*9push_back*
2625 fun:_ZN4skia19ConvolutionFilter1D9AddFilterEiPKsi 2559 fun:_ZN4skia19ConvolutionFilter1D9AddFilterEiPKsi
2626 fun:_ZN4skia12_GLOBAL__N_112ResizeFilter14ComputeFiltersEiiiffPNS_19Convoluti onFilter1DE 2560 fun:_ZN4skia12_GLOBAL__N_112ResizeFilter14ComputeFiltersEiiiffPNS_19Convoluti onFilter1DE
2627 fun:_ZN4skia12_GLOBAL__N_112ResizeFilterC1ENS_15ImageOperations12ResizeMethod EiiiiRK7SkIRect 2561 fun:_ZN4skia12_GLOBAL__N_112ResizeFilterC1ENS_15ImageOperations12ResizeMethod EiiiiRK7SkIRect
2628 fun:_ZN4skia15ImageOperations11ResizeBasicERK8SkBitmapNS0_12ResizeMethodEiiRK 7SkIRect 2562 fun:_ZN4skia15ImageOperations11ResizeBasicERK8SkBitmapNS0_12ResizeMethodEiiRK 7SkIRect
2629 fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEiiRK7SkIRe ct 2563 fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEiiRK7SkIRe ct
(...skipping 3565 matching lines...) Expand 10 before | Expand all | Expand 10 after
6195 fun:_ZN5blink11RenderBlock10paintChildEPNS_9RenderBoxERNS_9PaintInfoERKNS_11L ayoutPointE 6129 fun:_ZN5blink11RenderBlock10paintChildEPNS_9RenderBoxERNS_9PaintInfoERKNS_11L ayoutPointE
6196 fun:_ZN5blink11RenderBlock13paintChildrenERNS_9PaintInfoERKNS_11LayoutPointE 6130 fun:_ZN5blink11RenderBlock13paintChildrenERNS_9PaintInfoERKNS_11LayoutPointE
6197 fun:_ZN5blink11RenderBlock13paintContentsERNS_9PaintInfoERKNS_11LayoutPointE 6131 fun:_ZN5blink11RenderBlock13paintContentsERNS_9PaintInfoERKNS_11LayoutPointE
6198 fun:_ZN5blink11RenderBlock11paintObjectERNS_9PaintInfoERKNS_11LayoutPointE 6132 fun:_ZN5blink11RenderBlock11paintObjectERNS_9PaintInfoERKNS_11LayoutPointE
6199 fun:_ZN5blink11RenderBlock5paintERNS_9PaintInfoERKNS_11LayoutPointE 6133 fun:_ZN5blink11RenderBlock5paintERNS_9PaintInfoERKNS_11LayoutPointE
6200 fun:_ZN5blink11RenderBlock10paintChildEPNS_9RenderBoxERNS_9PaintInfoERKNS_11L ayoutPointE 6134 fun:_ZN5blink11RenderBlock10paintChildEPNS_9RenderBoxERNS_9PaintInfoERKNS_11L ayoutPointE
6201 fun:_ZN5blink11RenderBlock13paintChildrenERNS_9PaintInfoERKNS_11LayoutPointE 6135 fun:_ZN5blink11RenderBlock13paintChildrenERNS_9PaintInfoERKNS_11LayoutPointE
6202 fun:_ZN5blink11RenderBlock13paintContentsERNS_9PaintInfoERKNS_11LayoutPointE 6136 fun:_ZN5blink11RenderBlock13paintContentsERNS_9PaintInfoERKNS_11LayoutPointE
6203 fun:_ZN5blink11RenderBlock11paintObjectERNS_9PaintInfoERKNS_11LayoutPointE 6137 fun:_ZN5blink11RenderBlock11paintObjectERNS_9PaintInfoERKNS_11LayoutPointE
6204 } 6138 }
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