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 880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
891 fun:-[GTMWindowSheetController beginSheet:modalForView:modalDelegate:didEndSe
lector:contextInfo:] | 891 fun:-[GTMWindowSheetController beginSheet:modalForView:modalDelegate:didEndSe
lector:contextInfo:] |
892 } | 892 } |
893 { | 893 { |
894 bug_57268 | 894 bug_57268 |
895 Memcheck:Leak | 895 Memcheck:Leak |
896 fun:_Znw* | 896 fun:_Znw* |
897 fun:_ZN4base17LoadNativeLibraryERK8FilePath | 897 fun:_ZN4base17LoadNativeLibraryERK8FilePath |
898 fun:_ZN5media22InitializeMediaLibraryERK8FilePath | 898 fun:_ZN5media22InitializeMediaLibraryERK8FilePath |
899 } | 899 } |
900 { | 900 { |
901 bug_58245 | |
902 Memcheck:Leak | |
903 fun:_Znw* | |
904 fun:sendSimpleEventToSelf | |
905 fun:aeInitializeFromHIToolbox | |
906 fun:INIT_AppleEvents | |
907 fun:_FirstEventTime | |
908 fun:RunCurrentEventLoopInMode | |
909 fun:ReceiveNextEventCommon | |
910 fun:BlockUntilNextEventMatchingListInMode | |
911 fun:_DPSNextEvent | |
912 fun:-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] | |
913 fun:-[NSApplication run] | |
914 fun:_ZN4base24MessagePumpNSApplication5DoRunEPNS_11MessagePump8DelegateE | |
915 fun:_ZN4base24MessagePumpCFRunLoopBase3RunEPNS_11MessagePump8DelegateE | |
916 } | |
917 { | |
918 bug_58860_a | 901 bug_58860_a |
919 Memcheck:Addr1 | 902 Memcheck:Addr1 |
920 fun:memcpy | 903 fun:memcpy |
921 ... | 904 ... |
922 fun:FSFindFolder | 905 fun:FSFindFolder |
923 fun:_ZN12_GLOBAL__N_124GetPluginCommonDirectoryEPSt6vectorI8FilePathSaIS1_EEb | 906 fun:_ZN12_GLOBAL__N_124GetPluginCommonDirectoryEPSt6vectorI8FilePathSaIS1_EEb |
924 fun:_ZN5NPAPI10PluginList20GetPluginDirectoriesEPSt6vectorI8FilePathSaIS2_EE | 907 fun:_ZN5NPAPI10PluginList20GetPluginDirectoriesEPSt6vectorI8FilePathSaIS2_EE |
925 fun:_ZN5NPAPI10PluginList11LoadPluginsEb | 908 fun:_ZN5NPAPI10PluginList11LoadPluginsEb |
926 fun:_ZN5NPAPI10PluginList10GetPluginsEbPSt6vectorI13WebPluginInfoSaIS2_EE | 909 fun:_ZN5NPAPI10PluginList10GetPluginsEbPSt6vectorI13WebPluginInfoSaIS2_EE |
927 fun:_ZN13PluginUpdater30GetPreferencesDataOnFileThreadEPv | 910 fun:_ZN13PluginUpdater30GetPreferencesDataOnFileThreadEPv |
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1238 } | 1221 } |
1239 { | 1222 { |
1240 bug_63024c | 1223 bug_63024c |
1241 Memcheck:Free | 1224 Memcheck:Free |
1242 fun:_ZdlPv | 1225 fun:_ZdlPv |
1243 fun:_ZN8Security19NameValueDictionaryD2Ev | 1226 fun:_ZN8Security19NameValueDictionaryD2Ev |
1244 fun:_ZN8Security12KeychainCore12CCallbackMgr7consumeEjjRKNS_8CssmDataE | 1227 fun:_ZN8Security12KeychainCore12CCallbackMgr7consumeEjjRKNS_8CssmDataE |
1245 fun:_ZN8Security14SecurityServer16NotificationPort7receiveERKNS_12MachPlusPlu
s7MessageE | 1228 fun:_ZN8Security14SecurityServer16NotificationPort7receiveERKNS_12MachPlusPlu
s7MessageE |
1246 fun:_ZN8Security12MachPlusPlus10CFAutoPort10cfCallbackEP12__CFMachPortPvlS4_ | 1229 fun:_ZN8Security12MachPlusPlus10CFAutoPort10cfCallbackEP12__CFMachPortPvlS4_ |
1247 } | 1230 } |
OLD | NEW |