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

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

Issue 10829081: Valgrind: Suppress a couple more errors and disable a flaky test. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « tools/valgrind/gtest_exclude/ipc_tests.gtest-memcheck.txt ('k') | 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 four kinds of suppressions in this file. 1 # There are four 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, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or 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 (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
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 5734 matching lines...) Expand 10 before | Expand all | Expand 10 after
5745 fun:_ZN6syncer12_GLOBAL__N_155JsSyncManagerObserverTest_OnInitializationCompl ete_Test8TestBodyEv 5745 fun:_ZN6syncer12_GLOBAL__N_155JsSyncManagerObserverTest_OnInitializationCompl ete_Test8TestBodyEv
5746 } 5746 }
5747 { 5747 {
5748 bug_139635a 5748 bug_139635a
5749 Memcheck:Leak 5749 Memcheck:Leak
5750 fun:_Znw* 5750 fun:_Znw*
5751 fun:_ZN6syncer21JsSyncManagerObserver24OnInitializationCompleteERKNS_10WeakHa ndleINS_9JsBackendEEEbNS_7EnumSetINS_9ModelTypeELS7_2ELS7_16EEE 5751 fun:_ZN6syncer21JsSyncManagerObserver24OnInitializationCompleteERKNS_10WeakHa ndleINS_9JsBackendEEEbNS_7EnumSetINS_9ModelTypeELS7_2ELS7_16EEE
5752 fun:_ZN6syncer15SyncManagerImpl4Init* 5752 fun:_ZN6syncer15SyncManagerImpl4Init*
5753 fun:_ZN12browser_sync15SyncBackendHost4Core12DoInitializeERKNS0_19DoInitializ eOptionsE 5753 fun:_ZN12browser_sync15SyncBackendHost4Core12DoInitializeERKNS0_19DoInitializ eOptionsE
5754 } 5754 }
5755 {
5756 bug_139662
5757 Memcheck:Uninitialized
5758 fun:qcms_transform_data_rgba_out_lut_sse2
5759 fun:qcms_transform_data_type
5760 fun:_ZN7WebCore16JPEGImageDecoder15outputScanlinesEv
5761 fun:_ZN7WebCore15JPEGImageReader6decodeERKNS_12SharedBufferEb
5762 }
5763 {
5764 bug_139664
5765 Memcheck:Uninitialized
5766 fun:_ZN4skia12_GLOBAL__N_18ClampTo8Ei
5767 fun:_ZN4skia12_GLOBAL__N_120ConvolveHorizontallyILb1EEEvPKhRKNS_19Convolution Filter1DEPh
5768 fun:_ZN4skia14BGRAConvolve2DEPKhibRKNS_19ConvolutionFilter1DES4_iPhb
5769 fun:_ZN4skia15ImageOperations11ResizeBasicERK8SkBitmapNS0_12ResizeMethodEiiRK 7SkIRect
5770 fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEiiRK7SkIRe ct
5771 fun:_ZNK7WebCore15NativeImageSkia13resizedBitmapERK7SkIRectiiS3_
5772 }
5755 5773
5756 #----------------------------------------------------------------------- 5774 #-----------------------------------------------------------------------
5757 # 4. These only occur on our Google workstations 5775 # 4. These only occur on our Google workstations
5758 5776
5759 { 5777 {
5760 bug_todo_getdelim 5778 bug_todo_getdelim
5761 Memcheck:Leak 5779 Memcheck:Leak
5762 fun:malloc 5780 fun:malloc
5763 fun:getdelim 5781 fun:getdelim
5764 ... 5782 ...
5765 fun:call_init 5783 fun:call_init
5766 fun:_dl_init 5784 fun:_dl_init
5767 } 5785 }
5768 { 5786 {
5769 bug_todo_getdelim2 5787 bug_todo_getdelim2
5770 Memcheck:Leak 5788 Memcheck:Leak
5771 fun:malloc 5789 fun:malloc
5772 fun:getdelim 5790 fun:getdelim
5773 obj:/lib/libselinux.so.1 5791 obj:/lib/libselinux.so.1
5774 obj:/lib/libselinux.so.1 5792 obj:/lib/libselinux.so.1
5775 obj:/lib/libselinux.so.1 5793 obj:/lib/libselinux.so.1
5776 } 5794 }
5777 { 5795 {
5778 bug_todo_grep 5796 bug_todo_grep
5779 Memcheck:Leak 5797 Memcheck:Leak
5780 fun:malloc 5798 fun:malloc
5781 obj:/bin/grep 5799 obj:/bin/grep
5782 obj:/bin/grep 5800 obj:/bin/grep
5783 } 5801 }
OLDNEW
« no previous file with comments | « tools/valgrind/gtest_exclude/ipc_tests.gtest-memcheck.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698