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

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

Issue 8359024: Moved QTKit Valgrind suppression to third party. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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 | « no previous file | 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 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*
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698