Chromium Code Reviews| 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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 285 fun:CGSScoreboard | 285 fun:CGSScoreboard |
| 286 fun:initCGDisplayState | 286 fun:initCGDisplayState |
| 287 fun:initCGDisplayMappings | 287 fun:initCGDisplayMappings |
| 288 fun:cgsInit | 288 fun:cgsInit |
| 289 fun:pthread_once | 289 fun:pthread_once |
| 290 fun:CGSInitialize | 290 fun:CGSInitialize |
| 291 fun:CGSServerOperationState | 291 fun:CGSServerOperationState |
| 292 fun:+[NSThemeFrame initialize] | 292 fun:+[NSThemeFrame initialize] |
| 293 fun:_class_initialize | 293 fun:_class_initialize |
| 294 } | 294 } |
| 295 { | |
| 296 # QTKit leak. See http://crbug.com/100772 and rdar://10319535. | |
|
Lei Zhang
2011/10/21 12:04:25
nit: indentation
| |
| 297 bug_100772 | |
| 298 Memcheck:Leak | |
| 299 fun:calloc | |
| 300 fun:QTMLCreateMutex | |
| 301 fun:WarholCreateGlobals | |
| 302 fun:INIT_QuickTimeLibInternal | |
| 303 fun:pthread_once | |
| 304 fun:INIT_QuickTimeLib | |
| 305 fun:EnterMovies_priv | |
| 306 fun:EnterMovies | |
| 307 fun:TundraUnitInputFromTSFileEntry | |
| 308 fun:TundraUnitVDIGInputEntry | |
| 309 fun:TundraUnitCreateFromDescription | |
| 310 fun:+[QTCaptureVDIGDevice _refreshDevices] | |
| 311 fun:+[QTCaptureVDIGDevice devicesWithIOType:] | |
| 312 fun:+[QTCaptureDevice devicesWithIOType:] | |
| 313 fun:+[QTCaptureDevice inputDevices] | |
| 314 fun:+[QTCaptureDevice inputDevicesWithMediaType:] | |
| 315 fun:+[VideoCaptureDeviceQTKit deviceNames] | |
| 316 fun:_ZN5media18VideoCaptureDevice14GetDeviceNamesEPSt4listINS0_4NameESaIS2_EE | |
| 317 fun:_ZN5media21VideoCaptureDeviceMac4InitEv | |
| 318 fun:_ZN5media18VideoCaptureDevice6CreateERKNS0_4NameE | |
| 319 fun:_ZN5media45VideoCaptureDeviceTest_OpenInvalidDevice_Test8TestBodyEv | |
| 320 } | |
| 295 | 321 |
| 296 # 2. Intentional unit test errors, stuff that is somehow a false positive | 322 # 2. Intentional unit test errors, stuff that is somehow a false positive |
| 297 # in our own code, or stuff that is so trivial it's not worth fixing. | 323 # in our own code, or stuff that is so trivial it's not worth fixing. |
| 298 { | 324 { |
| 299 # Plugins are deliberately not unloaded (on shutdown) on the Mac, in order to | 325 # Plugins are deliberately not unloaded (on shutdown) on the Mac, in order to |
| 300 # prevent crashes for those that don't unload cleanly. | 326 # prevent crashes for those that don't unload cleanly. |
| 301 plugin_unload | 327 plugin_unload |
| 302 Memcheck:Leak | 328 Memcheck:Leak |
| 303 fun:_Znw* | 329 fun:_Znw* |
| 304 fun:_ZN4base17LoadNativeLibraryERK8FilePathPSs | 330 fun:_ZN4base17LoadNativeLibraryERK8FilePathPSs |
| (...skipping 1599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1904 fun:_ZNK11ImageLoader15containsAddressEPKv | 1930 fun:_ZNK11ImageLoader15containsAddressEPKv |
| 1905 fun:_ZN4dyld14bindLazySymbolEPK11mach_headerPm | 1931 fun:_ZN4dyld14bindLazySymbolEPK11mach_headerPm |
| 1906 fun:stub_binding_helper_interface2 | 1932 fun:stub_binding_helper_interface2 |
| 1907 obj:/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame works/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib | 1933 obj:/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame works/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib |
| 1908 obj:/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame works/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib | 1934 obj:/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame works/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib |
| 1909 fun:CGContextDrawImage | 1935 fun:CGContextDrawImage |
| 1910 fun:_Z23PlotISImageRefInContextPvP9CGContext6CGRectssPK8RGBColormPK20_ISImage RefCallbacks | 1936 fun:_Z23PlotISImageRefInContextPvP9CGContext6CGRectssPK8RGBColormPK20_ISImage RefCallbacks |
| 1911 fun:PlotIconRefInContext | 1937 fun:PlotIconRefInContext |
| 1912 } | 1938 } |
| 1913 { | 1939 { |
| 1914 bug_100772 | |
| 1915 Memcheck:Leak | |
| 1916 fun:calloc | |
| 1917 fun:QTMLCreateMutex | |
| 1918 fun:WarholCreateGlobals | |
| 1919 fun:INIT_QuickTimeLibInternal | |
| 1920 fun:pthread_once | |
| 1921 fun:INIT_QuickTimeLib | |
| 1922 fun:EnterMovies_priv | |
| 1923 fun:EnterMovies | |
| 1924 fun:TundraUnitInputFromTSFileEntry | |
| 1925 fun:TundraUnitVDIGInputEntry | |
| 1926 fun:TundraUnitCreateFromDescription | |
| 1927 fun:+[QTCaptureVDIGDevice _refreshDevices] | |
| 1928 fun:+[QTCaptureVDIGDevice devicesWithIOType:] | |
| 1929 fun:+[QTCaptureDevice devicesWithIOType:] | |
| 1930 fun:+[QTCaptureDevice inputDevices] | |
| 1931 fun:+[QTCaptureDevice inputDevicesWithMediaType:] | |
| 1932 fun:+[VideoCaptureDeviceQTKit deviceNames] | |
| 1933 fun:_ZN5media18VideoCaptureDevice14GetDeviceNamesEPSt4listINS0_4NameESaIS2_EE | |
| 1934 fun:_ZN5media21VideoCaptureDeviceMac4InitEv | |
| 1935 fun:_ZN5media18VideoCaptureDevice6CreateERKNS0_4NameE | |
| 1936 fun:_ZN5media45VideoCaptureDeviceTest_OpenInvalidDevice_Test8TestBodyEv | |
| 1937 } | |
| 1938 { | |
| 1939 bug_100983 | 1940 bug_100983 |
| 1940 Memcheck:Leak | 1941 Memcheck:Leak |
| 1941 fun:_Znw* | 1942 fun:_Znw* |
| 1942 fun:_ZN4base18StatisticsRecorder31RegisterOrDeleteDuplicateRangesEPNS_9Histog ramE | 1943 fun:_ZN4base18StatisticsRecorder31RegisterOrDeleteDuplicateRangesEPNS_9Histog ramE |
| 1943 fun:_ZN4base18StatisticsRecorder25RegisterOrDeleteDuplicateEPNS_9HistogramE | 1944 fun:_ZN4base18StatisticsRecorder25RegisterOrDeleteDuplicateEPNS_9HistogramE |
| 1944 fun:_ZN10disk_cache14StatsHistogram10FactoryGetERKSs | 1945 fun:_ZN10disk_cache14StatsHistogram10FactoryGetERKSs |
| 1945 fun:_ZN10disk_cache5Stats4InitEPNS_11BackendImplEPj | 1946 fun:_ZN10disk_cache5Stats4InitEPNS_11BackendImplEPj |
| 1946 fun:_ZN10disk_cache11BackendImpl8SyncInitEv | 1947 fun:_ZN10disk_cache11BackendImpl8SyncInitEv |
| 1947 fun:_ZN10disk_cache9BackendIO23ExecuteBackendOperationEv | 1948 fun:_ZN10disk_cache9BackendIO23ExecuteBackendOperationEv |
| 1948 fun:_ZN4base8internal8Invoker1ILb0ENS0_15InvokerStorage1IMN10disk_cache9Backe ndIOEFvvEPS4_EES6_E8DoInvokeEPNS0_18InvokerStorageBaseE | 1949 fun:_ZN4base8internal8Invoker1ILb0ENS0_15InvokerStorage1IMN10disk_cache9Backe ndIOEFvvEPS4_EES6_E8DoInvokeEPNS0_18InvokerStorageBaseE |
| 1949 fun:_ZNK4base8CallbackIFvvEE3RunEv | 1950 fun:_ZNK4base8CallbackIFvvEE3RunEv |
| 1950 fun:_ZN11MessageLoop7RunTaskERKNS_11PendingTaskE | 1951 fun:_ZN11MessageLoop7RunTaskERKNS_11PendingTaskE |
| 1951 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE | 1952 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE |
| 1952 fun:_ZN11MessageLoop6DoWorkEv | 1953 fun:_ZN11MessageLoop6DoWorkEv |
| 1953 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE | 1954 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE |
| 1954 fun:_ZN11MessageLoop11RunInternalEv | 1955 fun:_ZN11MessageLoop11RunInternalEv |
| 1955 } | 1956 } |
| OLD | NEW |