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 9599021: Remove an unneeded Hunspell suppression and remove reference to an obsolete Hunspell test. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 | « chrome/chrome_tests.gypi ('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 5719 matching lines...) Expand 10 before | Expand all | Expand 10 after
5730 Memcheck:Unaddressable 5730 Memcheck:Unaddressable
5731 ... 5731 ...
5732 fun:_ZN6WebKit31WorkerFileSystemCallbacksBridge4stopEv 5732 fun:_ZN6WebKit31WorkerFileSystemCallbacksBridge4stopEv
5733 fun:_ZN6WebKit31WorkerFileSystemContextObserver10notifyStopEv 5733 fun:_ZN6WebKit31WorkerFileSystemContextObserver10notifyStopEv
5734 fun:_ZN7WebCore13WorkerContext21notifyObserversOfStopEv 5734 fun:_ZN7WebCore13WorkerContext21notifyObserversOfStopEv
5735 fun:_ZN7WebCore29WorkerThreadShutdownStartTask11performTaskEPNS_22ScriptExecu tionContextE 5735 fun:_ZN7WebCore29WorkerThreadShutdownStartTask11performTaskEPNS_22ScriptExecu tionContextE
5736 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionCo ntextE 5736 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionCo ntextE
5737 fun:_ZN7WebCore13WorkerRunLoop15runCleanupTasksEPNS_13WorkerContextE 5737 fun:_ZN7WebCore13WorkerRunLoop15runCleanupTasksEPNS_13WorkerContextE
5738 } 5738 }
5739 { 5739 {
5740 bug_112857
5741 Memcheck:Leak
5742 fun:_Znw*
5743 fun:_ZN18SpellCheckProvider19RequestTextCheckingERKN6WebKit9WebStringEiPNS0_2 5WebTextCheckingCompletionE
5744 fun:_ZN12_GLOBAL__N_141SpellCheckProviderTest_UsingHunspell_Test8TestBodyEv
5745 }
5746 {
5747 bug_113076 5740 bug_113076
5748 Memcheck:Uninitialized 5741 Memcheck:Uninitialized
5749 fun:_ZL19ConvertYUVToRGB32_ChhhPh 5742 fun:_ZL19ConvertYUVToRGB32_ChhhPh
5750 fun:LinearScaleYUVToRGB32RowWithRange_C 5743 fun:LinearScaleYUVToRGB32RowWithRange_C
5751 fun:_ZN5media23ScaleYUVToRGB32WithRectEPKhS1_S1_Phiiiiiiiiiii 5744 fun:_ZN5media23ScaleYUVToRGB32WithRectEPKhS1_S1_Phiiiiiiiiiii
5752 fun:_ZN8remoting29ConvertAndScaleYUVToRGB32RectEPKhS1_S1_iiRK7SkTSizeIiERK7Sk IRectPhiS5_S8_S8_ 5745 fun:_ZN8remoting29ConvertAndScaleYUVToRGB32RectEPKhS1_S1_iiRK7SkTSizeIiERK7Sk IRectPhiS5_S8_S8_
5753 fun:_ZN8remoting14YuvToRgbTester7RunTestE7SkTSizeIiERK7SkIRect 5746 fun:_ZN8remoting14YuvToRgbTester7RunTestE7SkTSizeIiERK7SkIRect
5754 } 5747 }
5755 { 5748 {
5756 bug_114000 5749 bug_114000
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
5928 obj:/lib/libselinux.so.1 5921 obj:/lib/libselinux.so.1
5929 obj:/lib/libselinux.so.1 5922 obj:/lib/libselinux.so.1
5930 } 5923 }
5931 { 5924 {
5932 bug_todo_grep 5925 bug_todo_grep
5933 Memcheck:Leak 5926 Memcheck:Leak
5934 fun:malloc 5927 fun:malloc
5935 obj:/bin/grep 5928 obj:/bin/grep
5936 obj:/bin/grep 5929 obj:/bin/grep
5937 } 5930 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698