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

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

Issue 593020: Add suppression for a new valgrind failure.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 10 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 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 obj:* 727 obj:*
728 obj:* 728 obj:*
729 obj:* 729 obj:*
730 obj:* 730 obj:*
731 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE EEiPPPS4_Pb 731 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE EEiPPPS4_Pb
732 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_10JSFunctionEEENS2_INS0_6O bjectEEEiPPPS5_Pb 732 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_10JSFunctionEEENS2_INS0_6O bjectEEEiPPPS5_Pb
733 fun:_ZN2v86Script3RunEv 733 fun:_ZN2v86Script3RunEv
734 fun:_ZN7WebCore27WorkerContextExecutionProxy9runScriptEN2v86HandleINS1_6Scrip tEEE 734 fun:_ZN7WebCore27WorkerContextExecutionProxy9runScriptEN2v86HandleINS1_6Scrip tEEE
735 fun:_ZN7WebCore27WorkerContextExecutionProxy8evaluateERKNS_6StringES3_iPNS_27 WorkerContextExecutionStateE 735 fun:_ZN7WebCore27WorkerContextExecutionProxy8evaluateERKNS_6StringES3_iPNS_27 WorkerContextExecutionStateE
736 } 736 }
737 737 {
738 bug_35164
739 Memcheck:Cond
740 ...
741 fun:CARenderOGLRender
742 fun:view_draw
743 fun:view_display_link
744 fun:link_callback
745 fun:_ZN13CVDisplayLink9performIOEP11CVTimeStamp
746 fun:_ZN13CVDisplayLink11runIOThreadEv
747 fun:_pthread_start
748 fun:thread_start
749 }
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