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 1981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1992 } | 1992 } |
1993 { | 1993 { |
1994 bug_105323 | 1994 bug_105323 |
1995 Memcheck:Leak | 1995 Memcheck:Leak |
1996 fun:_Znw* | 1996 fun:_Znw* |
1997 fun:_ZN15tracked_objects10ThreadData3GetEv | 1997 fun:_ZN15tracked_objects10ThreadData3GetEv |
1998 fun:_ZN15tracked_objects10ThreadData32TallyRunOnWorkerThreadIfTrackingEPKNS_6
BirthsERKNS_11TrackedTimeES6_S6_ | 1998 fun:_ZN15tracked_objects10ThreadData32TallyRunOnWorkerThreadIfTrackingEPKNS_6
BirthsERKNS_11TrackedTimeES6_S6_ |
1999 fun:_ZN4base12_GLOBAL__N_112WorkerThread10ThreadMainEv | 1999 fun:_ZN4base12_GLOBAL__N_112WorkerThread10ThreadMainEv |
2000 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv | 2000 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv |
2001 } | 2001 } |
| 2002 { |
| 2003 bug_105339 |
| 2004 Memcheck:Leak |
| 2005 fun:malloc_zone_malloc |
| 2006 fun:_malloc_internal |
| 2007 fun:_cache_addForwardEntry |
| 2008 fun:lookUpMethod |
| 2009 fun:class_respondsToSelector |
| 2010 } |
| 2011 { |
| 2012 bug_105341_a |
| 2013 Memcheck:Leak |
| 2014 fun:malloc_zone_malloc |
| 2015 fun:_CFRuntimeCreateInstance |
| 2016 fun:allocWorld |
| 2017 fun:create |
| 2018 fun:aquireColorWorldByAttributes |
| 2019 fun:acquireColorWorld |
| 2020 fun:CMSTransformConvertComponents |
| 2021 fun:CGCMSInterfaceTransformConvertColorComponents |
| 2022 } |
| 2023 { |
| 2024 bug_105341_b |
| 2025 Memcheck:Leak |
| 2026 fun:calloc |
| 2027 fun:_ZN9CMMMemMgr3NewEm |
| 2028 ... |
| 2029 fun:create |
| 2030 fun:aquireColorWorldByAttributes |
| 2031 fun:acquireColorWorld |
| 2032 fun:CMSTransformConvertComponents |
| 2033 fun:CGCMSInterfaceTransformConvertColorComponents |
| 2034 } |
| 2035 { |
| 2036 bug_105342 |
| 2037 Memcheck:Leak |
| 2038 fun:_Znw* |
| 2039 fun:_ZN15TSessionManager20CreateSessionManagerEv |
| 2040 fun:pthread_once |
| 2041 fun:_ZN15TSessionManagerC1Ev |
| 2042 fun:_ZN13TFontMetadata24CreateMetadataForFontURLEPK7__CFURLb |
| 2043 ... |
| 2044 fun:XTRegisterFont |
| 2045 fun:SendActivateFontsMessage |
| 2046 } |
OLD | NEW |