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

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

Issue 602453002: Valgrind: Widen a few existing suppressions and add a few new ones for HitTests and Mac flakiness. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
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, stuff that is somehow a false positive 4 # 2. Intentional unit test errors, 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. 8 # These should all be in chromium's bug tracking system.
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 2473 matching lines...) Expand 10 before | Expand all | Expand 10 after
2484 fun:calloc 2484 fun:calloc
2485 fun:_ZN18hb_object_header_t6createEj 2485 fun:_ZN18hb_object_header_t6createEj
2486 fun:_ZL16hb_object_createI9hb_face_tEPT_v 2486 fun:_ZL16hb_object_createI9hb_face_tEPT_v
2487 fun:hb_face_create_for_tables 2487 fun:hb_face_create_for_tables
2488 fun:_ZN3gfx12_GLOBAL__N_118CreateHarfBuzzFaceEP10SkTypeface 2488 fun:_ZN3gfx12_GLOBAL__N_118CreateHarfBuzzFaceEP10SkTypeface
2489 fun:_ZN3gfx12_GLOBAL__N_118CreateHarfBuzzFontEP10SkTypefacei 2489 fun:_ZN3gfx12_GLOBAL__N_118CreateHarfBuzzFontEP10SkTypefacei
2490 fun:_ZN3gfx18RenderTextHarfBuzz8ShapeRunEPNS_8internal15TextRunHarfBuzzE 2490 fun:_ZN3gfx18RenderTextHarfBuzz8ShapeRunEPNS_8internal15TextRunHarfBuzzE
2491 fun:_ZN3gfx18RenderTextHarfBuzz12EnsureLayoutEv 2491 fun:_ZN3gfx18RenderTextHarfBuzz12EnsureLayoutEv
2492 fun:_ZN3gfx41RenderTextTest_HarfBuzz_RunDirection_Test8TestBodyEv 2492 fun:_ZN3gfx41RenderTextTest_HarfBuzz_RunDirection_Test8TestBodyEv
2493 } 2493 }
2494 {
2495 bug_416957
2496 Memcheck:Leak
2497 fun:_Znw*
2498 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKPKN15tracked_obje cts6BirthsENS3_9DeathDataEEEE8allocateEmPKv
2499 fun:_ZNSt8_Rb_treeIPKN15tracked_objects6BirthsESt4pairIKS3_NS0_9DeathDataEESt 10_Select1stIS7_ESt4lessIS3_ESaIS7_EE11_M_get_nodeEv
2500 fun:_ZNSt8_Rb_treeIPKN15tracked_objects6BirthsESt4pairIKS3_NS0_9DeathDataEESt 10_Select1stIS7_ESt4lessIS3_ESaIS7_EE14_M_create_nodeERKS7_
2501 fun:_ZNSt8_Rb_treeIPKN15tracked_objects6BirthsESt4pairIKS3_NS0_9DeathDataEESt 10_Select1stIS7_ESt4lessIS3_ESaIS7_EE9_M_insertEPSt18_Rb_tree_node_baseSF_RKS7_
2502 fun:_ZNSt8_Rb_treeIPKN15tracked_objects6BirthsESt4pairIKS3_NS0_9DeathDataEESt 10_Select1stIS7_ESt4lessIS3_ESaIS7_EE16_M_insert_uniqueESt17_Rb_tree_iteratorIS7 _ERKS7_
2503 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pa irIKS3_S4_EEE6insertESt17_Rb_tree_iteratorIS9_ERKS9_
2504 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pa irIKS3_S4_EEEixERS8_
2505 fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6BirthsEiRKNS_13TaskSt opwatchE
2506 fun:_ZN15tracked_objects10ThreadData31TallyRunOnNamedThreadIfTrackingERKN4bas e12TrackingInfoERKNS_13TaskStopwatchE
2507 fun:_ZN4base5debug13TaskAnnotator7RunTaskEPKcS3_RKNS_11PendingTaskE
2508 fun:_ZN4base11MessageLoop7RunTaskERKNS_11PendingTaskE
2509 fun:_ZN4base11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
2510 fun:_ZN4base11MessageLoop6DoWorkEv
2511 }
2512
OLDNEW
« tools/valgrind/memcheck/suppressions.txt ('K') | « tools/valgrind/memcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698