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

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

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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
« no previous file with comments | « tools/valgrind/memcheck/suppressions_linux.txt ('k') | tools/valgrind/scan-build.py » ('j') | 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 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 } 235 }
236 { 236 {
237 bug_431906 237 bug_431906
238 Memcheck:Leak 238 Memcheck:Leak
239 fun:_Znw* 239 fun:_Znw*
240 fun:_ZN7content21PluginLoaderPosixTestC2Ev 240 fun:_ZN7content21PluginLoaderPosixTestC2Ev
241 fun:_ZN7content45PluginLoaderPosixTest_PluginLaunchFailed_TestC2Ev 241 fun:_ZN7content45PluginLoaderPosixTest_PluginLaunchFailed_TestC2Ev
242 fun:_ZN7content45PluginLoaderPosixTest_PluginLaunchFailed_TestC1Ev 242 fun:_ZN7content45PluginLoaderPosixTest_PluginLaunchFailed_TestC1Ev
243 fun:_ZN7testing8internal15TestFactoryImplIN7content45PluginLoaderPosixTest_Pl uginLaunchFailed_TestEE10CreateTestEv 243 fun:_ZN7testing8internal15TestFactoryImplIN7content45PluginLoaderPosixTest_Pl uginLaunchFailed_TestEE10CreateTestEv
244 } 244 }
245 {
246 bug_437807
247 Memcheck:Leak
248 ...
249 fun:_ZN4base3mac30PathForFrameworkBundleResourceEPK10__CFString
250 fun:_ZN3gin13IsolateHolder14LoadV8SnapshotEv
251 }
OLDNEW
« no previous file with comments | « tools/valgrind/memcheck/suppressions_linux.txt ('k') | tools/valgrind/scan-build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698