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

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

Issue 1001833005: Update from https://crrev.com/320343 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Supress 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 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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 fun:_ZN7content45PluginLoaderPosixTest_PluginLaunchFailed_TestC1Ev 264 fun:_ZN7content45PluginLoaderPosixTest_PluginLaunchFailed_TestC1Ev
265 fun:_ZN7testing8internal15TestFactoryImplIN7content45PluginLoaderPosixTest_Pl uginLaunchFailed_TestEE10CreateTestEv 265 fun:_ZN7testing8internal15TestFactoryImplIN7content45PluginLoaderPosixTest_Pl uginLaunchFailed_TestEE10CreateTestEv
266 } 266 }
267 { 267 {
268 bug_437807 268 bug_437807
269 Memcheck:Leak 269 Memcheck:Leak
270 ... 270 ...
271 fun:_ZN4base3mac30PathForFrameworkBundleResourceEPK10__CFString 271 fun:_ZN4base3mac30PathForFrameworkBundleResourceEPK10__CFString
272 fun:_ZN3gin13IsolateHolder14LoadV8SnapshotEv 272 fun:_ZN3gin13IsolateHolder14LoadV8SnapshotEv
273 } 273 }
274 {
275 bug_464850
276 Memcheck:Uninitialized
277 fun:_ZN2v88internal9ExitFrame23GetStateForFramePointerEPhPNS0_10StackFrame5St ateE
278 fun:_ZN2v88internal18StackFrameIterator5ResetEPNS0_14ThreadLocalTopE
279 fun:_ZN2v88internal18StackFrameIteratorC2EPNS0_7IsolateE
280 fun:_ZN2v88internal18StackFrameIteratorC1EPNS0_7IsolateE
281 fun:_ZN2v88internal7Isolate11FindHandlerEv
282 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698