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

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

Issue 2832087: Widen a Valgrind suppression for an OS X system library. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: Created 10 years, 4 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
« 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 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE EEiPPPS4_Pb 830 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE EEiPPPS4_Pb
831 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_10JSFunctionEEENS2_INS0_6O bjectEEEiPPPS5_Pb 831 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_10JSFunctionEEENS2_INS0_6O bjectEEEiPPPS5_Pb
832 fun:_ZN2v86Script3RunEv 832 fun:_ZN2v86Script3RunEv
833 fun:_ZN7WebCore27WorkerContextExecutionProxy9runScriptEN2v86HandleINS1_6Scrip tEEE 833 fun:_ZN7WebCore27WorkerContextExecutionProxy9runScriptEN2v86HandleINS1_6Scrip tEEE
834 fun:_ZN7WebCore27WorkerContextExecutionProxy8evaluateERKNS_6StringES3_iPNS_27 WorkerContextExecutionStateE 834 fun:_ZN7WebCore27WorkerContextExecutionProxy8evaluateERKNS_6StringES3_iPNS_27 WorkerContextExecutionStateE
835 } 835 }
836 { 836 {
837 bug_35164 837 bug_35164
838 Memcheck:Cond 838 Memcheck:Cond
839 ... 839 ...
840 fun:gl_context_init_client_state
841 fun:ogl_begin_rendering
840 fun:CARenderOGLRender 842 fun:CARenderOGLRender
841 fun:view_draw 843 fun:view_draw
842 fun:view_display_link
843 fun:link_callback
844 fun:_ZN13CVDisplayLink9performIOEP11CVTimeStamp
845 fun:_ZN13CVDisplayLink11runIOThreadEv
846 fun:_pthread_start
847 fun:thread_start
848 } 844 }
849 { 845 {
850 bug_35601 846 bug_35601
851 Memcheck:Cond 847 Memcheck:Cond
852 fun:rips_f_DrawRing 848 fun:rips_f_DrawRing
853 fun:rips_f_BltShape 849 fun:rips_f_BltShape
854 fun:ripc_Render 850 fun:ripc_Render
855 fun:ripc_DrawRects 851 fun:ripc_DrawRects
856 fun:CGContextFillRects 852 fun:CGContextFillRects
857 fun:CGContextFillRect 853 fun:CGContextFillRect
(...skipping 726 matching lines...) Expand 10 before | Expand all | Expand 10 after
1584 fun:_ZN6Pickle8FindNextEmPKcS1_ 1580 fun:_ZN6Pickle8FindNextEmPKcS1_
1585 fun:_ZN3IPC7Message8FindNextEPKcS2_ 1581 fun:_ZN3IPC7Message8FindNextEPKcS2_
1586 fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv 1582 fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv
1587 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi 1583 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
1588 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithou tBlockingEiPS0_ 1584 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithou tBlockingEiPS0_
1589 fun:event_process_active 1585 fun:event_process_active
1590 fun:event_base_loop 1586 fun:event_base_loop
1591 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE 1587 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
1592 fun:_ZN11MessageLoop11RunInternalEv 1588 fun:_ZN11MessageLoop11RunInternalEv
1593 } 1589 }
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