Index: tools/valgrind/memcheck/suppressions_mac.txt |
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt |
index e0dba9ad90175de58c56d19d53d1ee56276462f5..4c0279a4aa97f5a35c081831c0f09e0ba3ecc1cb 100644 |
--- a/tools/valgrind/memcheck/suppressions_mac.txt |
+++ b/tools/valgrind/memcheck/suppressions_mac.txt |
@@ -292,6 +292,32 @@ |
fun:+[NSThemeFrame initialize] |
fun:_class_initialize |
} |
+{ |
+ # QTKit leak. See http://crbug.com/100772 and rdar://10319535. |
Lei Zhang
2011/10/21 12:04:25
nit: indentation
|
+ bug_100772 |
+ Memcheck:Leak |
+ fun:calloc |
+ fun:QTMLCreateMutex |
+ fun:WarholCreateGlobals |
+ fun:INIT_QuickTimeLibInternal |
+ fun:pthread_once |
+ fun:INIT_QuickTimeLib |
+ fun:EnterMovies_priv |
+ fun:EnterMovies |
+ fun:TundraUnitInputFromTSFileEntry |
+ fun:TundraUnitVDIGInputEntry |
+ fun:TundraUnitCreateFromDescription |
+ fun:+[QTCaptureVDIGDevice _refreshDevices] |
+ fun:+[QTCaptureVDIGDevice devicesWithIOType:] |
+ fun:+[QTCaptureDevice devicesWithIOType:] |
+ fun:+[QTCaptureDevice inputDevices] |
+ fun:+[QTCaptureDevice inputDevicesWithMediaType:] |
+ fun:+[VideoCaptureDeviceQTKit deviceNames] |
+ fun:_ZN5media18VideoCaptureDevice14GetDeviceNamesEPSt4listINS0_4NameESaIS2_EE |
+ fun:_ZN5media21VideoCaptureDeviceMac4InitEv |
+ fun:_ZN5media18VideoCaptureDevice6CreateERKNS0_4NameE |
+ fun:_ZN5media45VideoCaptureDeviceTest_OpenInvalidDevice_Test8TestBodyEv |
+} |
# 2. Intentional unit test errors, stuff that is somehow a false positive |
# in our own code, or stuff that is so trivial it's not worth fixing. |
@@ -1911,31 +1937,6 @@ |
fun:PlotIconRefInContext |
} |
{ |
- bug_100772 |
- Memcheck:Leak |
- fun:calloc |
- fun:QTMLCreateMutex |
- fun:WarholCreateGlobals |
- fun:INIT_QuickTimeLibInternal |
- fun:pthread_once |
- fun:INIT_QuickTimeLib |
- fun:EnterMovies_priv |
- fun:EnterMovies |
- fun:TundraUnitInputFromTSFileEntry |
- fun:TundraUnitVDIGInputEntry |
- fun:TundraUnitCreateFromDescription |
- fun:+[QTCaptureVDIGDevice _refreshDevices] |
- fun:+[QTCaptureVDIGDevice devicesWithIOType:] |
- fun:+[QTCaptureDevice devicesWithIOType:] |
- fun:+[QTCaptureDevice inputDevices] |
- fun:+[QTCaptureDevice inputDevicesWithMediaType:] |
- fun:+[VideoCaptureDeviceQTKit deviceNames] |
- fun:_ZN5media18VideoCaptureDevice14GetDeviceNamesEPSt4listINS0_4NameESaIS2_EE |
- fun:_ZN5media21VideoCaptureDeviceMac4InitEv |
- fun:_ZN5media18VideoCaptureDevice6CreateERKNS0_4NameE |
- fun:_ZN5media45VideoCaptureDeviceTest_OpenInvalidDevice_Test8TestBodyEv |
-} |
-{ |
bug_100983 |
Memcheck:Leak |
fun:_Znw* |