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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/public/test/unittest_test_suite.cc ('k') | no next file » | 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 2385 matching lines...) Expand 10 before | Expand all | Expand 10 after
2396 fun:img_data_lock 2396 fun:img_data_lock
2397 fun:CGSImageDataLock 2397 fun:CGSImageDataLock
2398 fun:ripc_AcquireImage 2398 fun:ripc_AcquireImage
2399 fun:ripc_DrawImage 2399 fun:ripc_DrawImage
2400 fun:CGContextDrawImage 2400 fun:CGContextDrawImage
2401 ... 2401 ...
2402 fun:_ZN12_GLOBAL__N_143NSImageOrNSImageRepToSkBitmapWithColorSpaceEP7NSImageP 10NSImageRep7_NSSizebP12CGColorSpace 2402 fun:_ZN12_GLOBAL__N_143NSImageOrNSImageRepToSkBitmapWithColorSpaceEP7NSImageP 10NSImageRep7_NSSizebP12CGColorSpace
2403 fun:_ZN3gfx31NSImageToSkBitmapWithColorSpaceEP7NSImagebP12CGColorSpace 2403 fun:_ZN3gfx31NSImageToSkBitmapWithColorSpaceEP7NSImagebP12CGColorSpace
2404 fun:_ZNK2ui9Clipboard9ReadImageENS_13ClipboardTypeE 2404 fun:_ZNK2ui9Clipboard9ReadImageENS_13ClipboardTypeE
2405 } 2405 }
2406 {
2407 bug_375391_a
2408 Memcheck:Leak
2409 fun:calloc
2410 fun:_internal_class_createInstanceFromZone
2411 fun:_internal_class_createInstance
2412 fun:NSAllocateObject
2413 fun:+[NSData(NSData) dataWithBytesNoCopy:length:]
2414 fun:-[NSFileManager fileSystemRepresentationWithPath:]
2415 fun:-[NSString(NSPathUtilities) fileSystemRepresentation]
2416 fun:_ZN4base3mac18NSStringToFilePathEP8NSString
2417 fun:_ZN4base10GetTempDirEPNS_8FilePathE
2418 fun:_ZN4base22CreateNewTempDirectoryERKSsPNS_8FilePathE
2419 fun:_ZN4base13ScopedTempDir19CreateUniqueTempDirEv
2420 fun:_ZN7content25TestWebKitPlatformSupportC2Ev
2421 fun:_ZN7content25TestWebKitPlatformSupportC1Ev
2422 fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE
2423 fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE
2424 }
2425 {
2426 bug_375391_b
2427 Memcheck:Leak
2428 fun:malloc_zone_malloc
2429 fun:_CFRuntimeCreateInstance
2430 fun:__CFStringCreateImmutableFunnel3
2431 fun:CFStringCreateWithBytes
2432 fun:-[NSPlaceholderString initWithBytes:length:encoding:]
2433 fun:-[NSString initWithUTF8String:]
2434 fun:NSTemporaryDirectory
2435 fun:_ZN4base10GetTempDirEPNS_8FilePathE
2436 fun:_ZN4base22CreateNewTempDirectoryERKSsPNS_8FilePathE
2437 fun:_ZN4base13ScopedTempDir19CreateUniqueTempDirEv
2438 fun:_ZN7content25TestWebKitPlatformSupportC2Ev
2439 fun:_ZN7content25TestWebKitPlatformSupportC1Ev
2440 fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE
2441 fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE
2442 }
2443 {
2444 bug_375391_c
2445 Memcheck:Leak
2446 fun:calloc
2447 fun:_internal_class_createInstanceFromZone
2448 fun:_internal_class_createInstance
2449 fun:NSAllocateObject
2450 fun:+[NSPathStore2 pathStoreWithCharacters:length:]
2451 fun:-[NSString(NSPathUtilities) _stringByStandardizingPathUsingCache:]
2452 fun:-[NSBundle _initInfoDictionary]
2453 fun:+[NSBundle mainBundle]
2454 fun:_ZN4base3mac11OuterBundleEv
2455 fun:_ZN4base3mac12_GLOBAL__N_118UncachedAmIBundledEv
2456 fun:_ZN4base3mac10AmIBundledEv
2457 fun:_ZN7content25TestWebKitPlatformSupportC2Ev
2458 fun:_ZN7content25TestWebKitPlatformSupportC1Ev
2459 fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE
2460 fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE
2461 }
OLDNEW
« 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