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

Unified Diff: tools/valgrind/memcheck/suppressions_mac.txt

Issue 287043002: Use real PlatformSupport in content unit tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move suppressions to _mac.txt Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/test/unittest_test_suite.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions_mac.txt
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index ea4e2a0be2e17188695cb515a795d579ca8b2ef6..705ddb9a93c7cf8f51acde7a1854aef4b5f88757 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -2403,3 +2403,59 @@
fun:_ZN3gfx31NSImageToSkBitmapWithColorSpaceEP7NSImagebP12CGColorSpace
fun:_ZNK2ui9Clipboard9ReadImageENS_13ClipboardTypeE
}
+{
+ bug_375391_a
+ Memcheck:Leak
+ fun:calloc
+ fun:_internal_class_createInstanceFromZone
+ fun:_internal_class_createInstance
+ fun:NSAllocateObject
+ fun:+[NSData(NSData) dataWithBytesNoCopy:length:]
+ fun:-[NSFileManager fileSystemRepresentationWithPath:]
+ fun:-[NSString(NSPathUtilities) fileSystemRepresentation]
+ fun:_ZN4base3mac18NSStringToFilePathEP8NSString
+ fun:_ZN4base10GetTempDirEPNS_8FilePathE
+ fun:_ZN4base22CreateNewTempDirectoryERKSsPNS_8FilePathE
+ fun:_ZN4base13ScopedTempDir19CreateUniqueTempDirEv
+ fun:_ZN7content25TestWebKitPlatformSupportC2Ev
+ fun:_ZN7content25TestWebKitPlatformSupportC1Ev
+ fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE
+ fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE
+}
+{
+ bug_375391_b
+ Memcheck:Leak
+ fun:malloc_zone_malloc
+ fun:_CFRuntimeCreateInstance
+ fun:__CFStringCreateImmutableFunnel3
+ fun:CFStringCreateWithBytes
+ fun:-[NSPlaceholderString initWithBytes:length:encoding:]
+ fun:-[NSString initWithUTF8String:]
+ fun:NSTemporaryDirectory
+ fun:_ZN4base10GetTempDirEPNS_8FilePathE
+ fun:_ZN4base22CreateNewTempDirectoryERKSsPNS_8FilePathE
+ fun:_ZN4base13ScopedTempDir19CreateUniqueTempDirEv
+ fun:_ZN7content25TestWebKitPlatformSupportC2Ev
+ fun:_ZN7content25TestWebKitPlatformSupportC1Ev
+ fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE
+ fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE
+}
+{
+ bug_375391_c
+ Memcheck:Leak
+ fun:calloc
+ fun:_internal_class_createInstanceFromZone
+ fun:_internal_class_createInstance
+ fun:NSAllocateObject
+ fun:+[NSPathStore2 pathStoreWithCharacters:length:]
+ fun:-[NSString(NSPathUtilities) _stringByStandardizingPathUsingCache:]
+ fun:-[NSBundle _initInfoDictionary]
+ fun:+[NSBundle mainBundle]
+ fun:_ZN4base3mac11OuterBundleEv
+ fun:_ZN4base3mac12_GLOBAL__N_118UncachedAmIBundledEv
+ fun:_ZN4base3mac10AmIBundledEv
+ fun:_ZN7content25TestWebKitPlatformSupportC2Ev
+ fun:_ZN7content25TestWebKitPlatformSupportC1Ev
+ fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE
+ fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE
+}
« no previous file with comments | « content/public/test/unittest_test_suite.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698