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

Side by Side Diff: tools/valgrind/memcheck/suppressions_mac.txt

Issue 1692010: Mac: Suppress mysterious valgrind error from after a bot restart.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1006 matching lines...) Expand 10 before | Expand all | Expand 10 after
1017 fun:_ZN19extension_file_util13LoadExtensionERK8FilePathbPSs 1017 fun:_ZN19extension_file_util13LoadExtensionERK8FilePathbPSs
1018 fun:_ZN12CrxInstaller15CompleteInstallEv 1018 fun:_ZN12CrxInstaller15CompleteInstallEv
1019 fun:_Z16DispatchToMethodI12CrxInstallerMS0_FvvEEvPT_T0_RK6Tuple0 1019 fun:_Z16DispatchToMethodI12CrxInstallerMS0_FvvEEvPT_T0_RK6Tuple0
1020 fun:_ZN14RunnableMethodI12CrxInstallerMS0_FvvE6Tuple0E3RunEv 1020 fun:_ZN14RunnableMethodI12CrxInstallerMS0_FvvE6Tuple0E3RunEv
1021 fun:_ZN11MessageLoop7RunTaskEP4Task 1021 fun:_ZN11MessageLoop7RunTaskEP4Task
1022 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE 1022 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
1023 fun:_ZN11MessageLoop6DoWorkEv 1023 fun:_ZN11MessageLoop6DoWorkEv
1024 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE 1024 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
1025 fun:_ZN11MessageLoop11RunInternalEv 1025 fun:_ZN11MessageLoop11RunInternalEv
1026 } 1026 }
1027 # Maybe this needs to be moved up to section 1?
1028 {
1029 bug_42593
1030 Memcheck:Leak
1031 fun:calloc
1032 fun:_internal_class_createInstanceFromZone
1033 fun:_internal_class_createInstance
1034 fun:+[NSObject allocWithZone:]
1035 fun:_decodeObjectBinary
1036 fun:_decodeObject
1037 fun:-[NSButtonCell initWithCoder:]
1038 fun:_decodeObjectBinary
1039 fun:_decodeObject
1040 fun:-[NSControl initWithCoder:]
1041 fun:-[NSButton initWithCoder:]
1042 fun:_decodeObjectBinary
1043 fun:_decodeObject
1044 fun:-[NSNibConnector initWithCoder:]
1045 fun:-[NSNibOutletConnector initWithCoder:]
1046 fun:_decodeObjectBinary
1047 fun:-[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:]
1048 fun:-[NSArray(NSArray) initWithCoder:]
1049 fun:_decodeObjectBinary
1050 fun:_decodeObject
1051 fun:-[NSIBObjectData initWithCoder:]
1052 fun:_decodeObjectBinary
1053 }
OLDNEW
« 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