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

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

Issue 1789004: Valgrind: Widen another suppression.... (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 945 matching lines...) Expand 10 before | Expand all | Expand 10 after
956 fun:event_process_active 956 fun:event_process_active
957 fun:event_base_loop 957 fun:event_base_loop
958 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE 958 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
959 fun:_ZN11MessageLoop11RunInternalEv 959 fun:_ZN11MessageLoop11RunInternalEv
960 fun:_ZN11MessageLoop10RunHandlerEv 960 fun:_ZN11MessageLoop10RunHandlerEv
961 } 961 }
962 { 962 {
963 bug_40659 963 bug_40659
964 Memcheck:Leak 964 Memcheck:Leak
965 fun:_Znw* 965 fun:_Znw*
966 ...
966 fun:_ZN19extension_file_util13LoadExtensionERK8FilePathbPSs 967 fun:_ZN19extension_file_util13LoadExtensionERK8FilePathbPSs
967 fun:_ZN12CrxInstaller15CompleteInstallEv 968 fun:_ZN12CrxInstaller15CompleteInstallEv
968 fun:_Z16DispatchToMethodI12CrxInstallerMS0_FvvEEvPT_T0_RK6Tuple0 969 fun:_Z16DispatchToMethodI12CrxInstallerMS0_FvvEEvPT_T0_RK6Tuple0
969 fun:_ZN14RunnableMethodI12CrxInstallerMS0_FvvE6Tuple0E3RunEv 970 fun:_ZN14RunnableMethodI12CrxInstallerMS0_FvvE6Tuple0E3RunEv
970 fun:_ZN11MessageLoop7RunTaskEP4Task 971 fun:_ZN11MessageLoop7RunTaskEP4Task
971 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE 972 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
972 fun:_ZN11MessageLoop6DoWorkEv 973 fun:_ZN11MessageLoop6DoWorkEv
973 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE 974 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
974 fun:_ZN11MessageLoop11RunInternalEv 975 fun:_ZN11MessageLoop11RunInternalEv
975 fun:_ZN11MessageLoop10RunHandlerEv 976 fun:_ZN11MessageLoop10RunHandlerEv
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
1060 fun:-[NSNibConnector initWithCoder:] 1061 fun:-[NSNibConnector initWithCoder:]
1061 fun:-[NSNibOutletConnector initWithCoder:] 1062 fun:-[NSNibOutletConnector initWithCoder:]
1062 fun:_decodeObjectBinary 1063 fun:_decodeObjectBinary
1063 fun:-[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] 1064 fun:-[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:]
1064 fun:-[NSArray(NSArray) initWithCoder:] 1065 fun:-[NSArray(NSArray) initWithCoder:]
1065 fun:_decodeObjectBinary 1066 fun:_decodeObjectBinary
1066 fun:_decodeObject 1067 fun:_decodeObject
1067 fun:-[NSIBObjectData initWithCoder:] 1068 fun:-[NSIBObjectData initWithCoder:]
1068 fun:_decodeObjectBinary 1069 fun:_decodeObjectBinary
1069 } 1070 }
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