| OLD | NEW |
| 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 2434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2445 fun:-[NSBundle _initInfoDictionary] | 2445 fun:-[NSBundle _initInfoDictionary] |
| 2446 fun:+[NSBundle mainBundle] | 2446 fun:+[NSBundle mainBundle] |
| 2447 fun:_ZN4base3mac11OuterBundleEv | 2447 fun:_ZN4base3mac11OuterBundleEv |
| 2448 fun:_ZN4base3mac12_GLOBAL__N_118UncachedAmIBundledEv | 2448 fun:_ZN4base3mac12_GLOBAL__N_118UncachedAmIBundledEv |
| 2449 fun:_ZN4base3mac10AmIBundledEv | 2449 fun:_ZN4base3mac10AmIBundledEv |
| 2450 fun:_ZN7content25TestWebKitPlatformSupportC2Ev | 2450 fun:_ZN7content25TestWebKitPlatformSupportC2Ev |
| 2451 fun:_ZN7content25TestWebKitPlatformSupportC1Ev | 2451 fun:_ZN7content25TestWebKitPlatformSupportC1Ev |
| 2452 fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE | 2452 fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE |
| 2453 fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE | 2453 fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE |
| 2454 } | 2454 } |
| 2455 { |
| 2456 bug_380568 |
| 2457 Memcheck:Leak |
| 2458 fun:calloc |
| 2459 fun:_internal_class_createInstanceFromZone |
| 2460 fun:_internal_class_createInstance |
| 2461 fun:NSAllocateObject |
| 2462 fun:+[NSObject(NSObject) alloc] |
| 2463 fun:-[VideoCaptureDeviceQTKit initWithFrameReceiver:] |
| 2464 fun:_ZN5media21VideoCaptureDeviceMac4InitENS_18VideoCaptureDevice4Name14Captu
reApiTypeE |
| 2465 fun:_ZN5media28VideoCaptureDeviceFactoryMac6CreateERKNS_18VideoCaptureDevice4
NameE |
| 2466 fun:_ZN5media45VideoCaptureDeviceTest_OpenInvalidDevice_Test8TestBodyEv |
| 2467 } |
| OLD | NEW |