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

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

Issue 194813002: Removing WebRTCAudioDeviceTest test suite (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: xians@ Created 6 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 | Annotate | Revision Log
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 1992 matching lines...) Expand 10 before | Expand all | Expand 10 after
2003 fun:_ZN3gfx46VideoDecodeAccelerationSupportTest_Create_Test8TestBodyEv 2003 fun:_ZN3gfx46VideoDecodeAccelerationSupportTest_Create_Test8TestBodyEv
2004 } 2004 }
2005 { 2005 {
2006 bug_131361 2006 bug_131361
2007 Memcheck:Overlap 2007 Memcheck:Overlap
2008 fun:memcpy 2008 fun:memcpy
2009 ... 2009 ...
2010 fun:_ZN2v88internal18GvnBasicBlockState32* 2010 fun:_ZN2v88internal18GvnBasicBlockState32*
2011 } 2011 }
2012 { 2012 {
2013 bug_148865
2014 Memcheck:Leak
2015 fun:_Znw*
2016 fun:_ZN7content16RenderThreadImpl4InitEv
2017 fun:_ZN7content16RenderThreadImplC2ERKSs
2018 fun:_ZN7content16RenderThreadImplC1ERKSs
2019 fun:_ZN7content21WebRTCAudioDeviceTest5SetUpEv
2020 }
2021 {
2022 bug_159190 2013 bug_159190
2023 Memcheck:Uninitialized 2014 Memcheck:Uninitialized
2024 ... 2015 ...
2025 fun:_ZNK19TConcreteFontScaler15CopyGlyphBitmapEtjP6CGRectPm 2016 fun:_ZNK19TConcreteFontScaler15CopyGlyphBitmapEtjP6CGRectPm
2026 ... 2017 ...
2027 fun:_ZN9Offscreen5getCGERK19SkScalerContext_MacRK7SkGlyphtPmb 2018 fun:_ZN9Offscreen5getCGERK19SkScalerContext_MacRK7SkGlyphtPmb
2028 fun:_ZN19SkScalerContext_Mac13generateImageERK7SkGlyph 2019 fun:_ZN19SkScalerContext_Mac13generateImageERK7SkGlyph
2029 } 2020 }
2030 { 2021 {
2031 bug_171722_mac 2022 bug_171722_mac
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
2392 Memcheck:Leak 2383 Memcheck:Leak
2393 fun:_Znw* 2384 fun:_Znw*
2394 fun:_ZN4base17LoadNativeLibraryERKNS_8FilePathEPSs 2385 fun:_ZN4base17LoadNativeLibraryERKNS_8FilePathEPSs
2395 fun:_ZN3gfx26InitializeStaticGLBindingsENS_16GLImplementationE 2386 fun:_ZN3gfx26InitializeStaticGLBindingsENS_16GLImplementationE
2396 fun:_ZN3gfx9GLSurface30InitializeOneOffImplementationENS_16GLImplementationEb bb 2387 fun:_ZN3gfx9GLSurface30InitializeOneOffImplementationENS_16GLImplementationEb bb
2397 fun:_ZN3gfx9GLSurface24InitializeOneOffForTestsEb 2388 fun:_ZN3gfx9GLSurface24InitializeOneOffForTestsEb
2398 fun:_ZN7content16ContentTestSuite10InitializeEv 2389 fun:_ZN7content16ContentTestSuite10InitializeEv
2399 fun:_ZN4base9TestSuite3RunEv 2390 fun:_ZN4base9TestSuite3RunEv
2400 fun:_ZN7content17UnitTestTestSuite3RunEv 2391 fun:_ZN7content17UnitTestTestSuite3RunEv
2401 } 2392 }
OLDNEW
« no previous file with comments | « tools/valgrind/gtest_exclude/content_unittests.gtest_mac.txt ('k') | tools/valgrind/tsan/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698