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

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

Issue 951673002: Revert "Pull chromium at 2c3ffb2355a27c32f45e508ef861416b820c823b" (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 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 1227 matching lines...) Expand 10 before | Expand all | Expand 10 after
1238 fun:_ZN11PluginPrefs19OnUpdatePreferencesESt6vectorIN6webkit13WebPluginInfoES aIS2_EES0_INS1_5npapi11PluginGroupESaIS6_EE 1238 fun:_ZN11PluginPrefs19OnUpdatePreferencesESt6vectorIN6webkit13WebPluginInfoES aIS2_EES0_INS1_5npapi11PluginGroupESaIS6_EE
1239 } 1239 }
1240 { 1240 {
1241 bug_98867 1241 bug_98867
1242 Memcheck:Jump 1242 Memcheck:Jump
1243 obj:* 1243 obj:*
1244 obj:* 1244 obj:*
1245 obj:* 1245 obj:*
1246 } 1246 }
1247 { 1247 {
1248 bug_99307
1249 Memcheck:Uninitialized
1250 fun:modp_b64_encode
1251 fun:_ZN4base12Base64Encode*
1252 fun:_ZN11web_ui_util15GetImageDataUrlERK8SkBitmap
1253 fun:_ZN12_GLOBAL__N_121NetworkInfoDictionary8set_iconERK8SkBitmap
1254 }
1255 {
1248 bug_100982 1256 bug_100982
1249 Memcheck:Leak 1257 Memcheck:Leak
1250 fun:_Znw* 1258 fun:_Znw*
1251 fun:_ZN5blink12RenderRegion22setRenderBoxRegionInfoEPKNS_9RenderBoxEiib 1259 fun:_ZN5blink12RenderRegion22setRenderBoxRegionInfoEPKNS_9RenderBoxEiib
1252 fun:_ZNK7blink9RenderBox19renderBoxRegionInfoEPNS_12RenderRegionEiNS0_24Rende rBoxRegionInfoFlagsE 1260 fun:_ZNK7blink9RenderBox19renderBoxRegionInfoEPNS_12RenderRegionEiNS0_24Rende rBoxRegionInfoFlagsE
1253 ... 1261 ...
1254 fun:_ZN5blink11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE 1262 fun:_ZN5blink11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE
1255 } 1263 }
1256 { 1264 {
1257 bug_101750 1265 bug_101750
(...skipping 2380 matching lines...) Expand 10 before | Expand all | Expand 10 after
3638 bug_457557 3646 bug_457557
3639 Memcheck:Leak 3647 Memcheck:Leak
3640 fun:calloc 3648 fun:calloc
3641 fun:pthread_setspecific 3649 fun:pthread_setspecific
3642 fun:_ZN4base8internal19ThreadLocalPlatform14SetValueInSlotEjPv 3650 fun:_ZN4base8internal19ThreadLocalPlatform14SetValueInSlotEjPv
3643 fun:_ZN4base18ThreadLocalPointerIvE3SetEPv 3651 fun:_ZN4base18ThreadLocalPointerIvE3SetEPv
3644 fun:_ZN4base18ThreadLocalBoolean3SetEb 3652 fun:_ZN4base18ThreadLocalBoolean3SetEb
3645 fun:_ZN4base12_GLOBAL__N_112WorkerThread10ThreadMainEv 3653 fun:_ZN4base12_GLOBAL__N_112WorkerThread10ThreadMainEv
3646 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv 3654 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv
3647 } 3655 }
3648
OLDNEW
« no previous file with comments | « tools/valgrind/gtest_exclude/remoting_unittests.gtest.txt ('k') | ui/events/gestures/gesture_provider_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698