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

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

Issue 1765009: Valgrind: Suppress more Mac Valgrind redness.... (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 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskEPNS_22ScriptExecutionContext E 1082 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskEPNS_22ScriptExecutionContext E
1083 fun:_ZN7WebCore13WorkerRunLoop9runInModeEPNS_13WorkerContextERKNS_13ModePredi cateE 1083 fun:_ZN7WebCore13WorkerRunLoop9runInModeEPNS_13WorkerContextERKNS_13ModePredi cateE
1084 fun:_ZN7WebCore13WorkerRunLoop3runEPNS_13WorkerContextE 1084 fun:_ZN7WebCore13WorkerRunLoop3runEPNS_13WorkerContextE
1085 fun:_ZN7WebCore12WorkerThread12runEventLoopEv 1085 fun:_ZN7WebCore12WorkerThread12runEventLoopEv
1086 fun:_ZN7WebCore12WorkerThread12workerThreadEv 1086 fun:_ZN7WebCore12WorkerThread12workerThreadEv
1087 fun:_ZN7WebCore12WorkerThread17workerThreadStartEPv 1087 fun:_ZN7WebCore12WorkerThread17workerThreadStartEPv
1088 fun:_ZN3WTFL16threadEntryPointEPv 1088 fun:_ZN3WTFL16threadEntryPointEPv
1089 fun:_pthread_start 1089 fun:_pthread_start
1090 fun:thread_start 1090 fun:thread_start
1091 } 1091 }
1092 {
1093 bug_42704
1094 Memcheck:Addr4
1095 fun:_ZN2v88internal15MemoryAllocator9ChunkInfo*
1096 ...
1097 fun:_ZN2v88internal9RelocInfo6VerifyEv
1098 fun:_ZN2v88internal4Code10CodeVerifyEv
1099 fun:_ZN2v88internal10HeapObject16HeapObjectVerifyEv
1100 fun:_ZN2v88internal6Object6VerifyEv
1101 fun:_ZN2v88internal4Heap10CreateCodeERKNS0_8CodeDescEPNS0_13ZoneScopeInfoENS0 _4Code5FlagsENS0_6HandleINS0_6ObjectEEE
1102 fun:_ZN2v88internal7Factory7NewCodeERKNS0_8CodeDescEPNS0_13ZoneScopeInfoENS0_ 4Code5FlagsENS0_6HandleINS0_6ObjectEEE
1103 fun:_ZN2v88internal13CodeGenerator16MakeCodeEpilogueEPNS0_14MacroAssemblerENS 0_4Code5FlagsEPNS0_15CompilationInfoE
1104 fun:_ZN2v88internal13CodeGenerator8MakeCodeEPNS0_15CompilationInfoE
1105 fun:_ZN2v88internalL8MakeCodeENS0_6HandleINS0_7ContextEEEPNS0_15CompilationIn foE
1106 fun:_ZN2v88internal8Compiler11CompileLazyEPNS0_15CompilationInfoE
1107 fun:_ZN2v88internalL17CompileLazyHelperEPNS0_15CompilationInfoENS0_18ClearExc eptionFlagE
1108 fun:_ZN2v88internal17CompileLazyInLoopENS0_6HandleINS0_10JSFunctionEEENS1_INS 0_6ObjectEEENS0_18ClearExceptionFlagE
1109 fun:_ZN2v88internalL19Runtime_LazyCompileENS0_9ArgumentsE
1110 }
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