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

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

Issue 10796032: Suppress unaddressable accesses in glslang_parse (issue 138045) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 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 5542 matching lines...) Expand 10 before | Expand all | Expand 10 after
5553 5553
5554 { 5554 {
5555 bug_138032 5555 bug_138032
5556 Memcheck:Unaddressable 5556 Memcheck:Unaddressable
5557 fun:_ZN7WebCore22WorkerScriptControllerD1Ev 5557 fun:_ZN7WebCore22WorkerScriptControllerD1Ev
5558 fun:_ZN3WTF14deleteOwnedPtrIN7WebCore22WorkerScriptControllerEEEvPT_ 5558 fun:_ZN3WTF14deleteOwnedPtrIN7WebCore22WorkerScriptControllerEEEvPT_
5559 fun:_ZN3WTF6OwnPtrIN7WebCore22WorkerScriptControllerEE5clearEv 5559 fun:_ZN3WTF6OwnPtrIN7WebCore22WorkerScriptControllerEE5clearEv
5560 fun:_ZN7WebCore13WorkerContext11clearScriptEv 5560 fun:_ZN7WebCore13WorkerContext11clearScriptEv
5561 fun:_ZN7WebCore30WorkerThreadShutdownFinishTask11performTaskEPNS_22ScriptExec utionContextE 5561 fun:_ZN7WebCore30WorkerThreadShutdownFinishTask11performTaskEPNS_22ScriptExec utionContextE
5562 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionCo ntextE 5562 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionCo ntextE
5563 fun:_ZN7WebCore13WorkerRunLoop15runCleanupTasksEPNS_13WorkerContextE 5563 ...
5564 fun:_ZN7WebCore13WorkerRunLoop3runEPNS_13WorkerContextE 5564 fun:_ZN7WebCore13WorkerRunLoop3runEPNS_13WorkerContextE
5565 fun:_ZN7WebCore12WorkerThread12runEventLoopEv 5565 fun:_ZN7WebCore12WorkerThread12runEventLoopEv
5566 fun:_ZN7WebCore21DedicatedWorkerThread12runEventLoopEv 5566 fun:_ZN7WebCore21DedicatedWorkerThread12runEventLoopEv
5567 fun:_ZN7WebCore12WorkerThread12workerThreadEv 5567 fun:_ZN7WebCore12WorkerThread12workerThreadEv
5568 fun:_ZN7WebCore12WorkerThread17workerThreadStartEPv 5568 fun:_ZN7WebCore12WorkerThread17workerThreadStartEPv
5569 } 5569 }
5570 5570 {
5571 bug_138045
5572 Memcheck:Unaddressable
5573 ...
5574 fun:_ZSteqIcEN9__gnu_cxx11__enable_ifIXsrSt9__is_charIT_E7__valueEbE6__typeER KSbIS3_St11char_traitsIS3_ESaIS3_EESC_
5575 fun:_ZL12getDirectivePKN2pp5TokenE
5576 fun:_ZN2pp15DirectiveParser14parseDirectiveEPNS_5TokenE
5577 fun:_ZN2pp15DirectiveParser3lexEPNS_5TokenE
5578 fun:_ZN2pp13MacroExpander8getTokenEPNS_5TokenE
5579 fun:_ZN2pp13MacroExpander3lexEPNS_5TokenE
5580 fun:_ZN2pp12Preprocessor3lexEPNS_5TokenE
5581 fun:_ZL12string_inputPciPv
5582 fun:_ZL18yy_get_next_bufferPv
5583 fun:_Z5yylexP7YYSTYPEPv
5584 fun:_Z7yyparseP13TParseContext
5585 fun:_Z13glslang_parseP13TParseContext
5586 fun:_Z14PaParseStringsiPKPKcPKiP13TParseContext
5587 fun:_ZN9TCompiler7compileEPKPKcii
5588 fun:ShCompile
5589 fun:_ZN3gpu5gles216ShaderTranslator9TranslateEPKc
5590 fun:_ZN3gpu5gles214ProgramManager18ForceCompileShaderEPKSsPNS0_13ShaderManage r10ShaderInfoEPNS0_16ShaderTranslatorEPNS0_11FeatureInfoE
5591 fun:_ZN3gpu5gles214ProgramManager15DoCompileShaderEPNS0_13ShaderManager10Shad erInfoEPNS0_16ShaderTranslatorEPNS0_11FeatureInfoE
5592 fun:_ZN3gpu5gles216GLES2DecoderImpl15DoCompileShaderEj
5593 }
5571 5594
5572 #----------------------------------------------------------------------- 5595 #-----------------------------------------------------------------------
5573 # 4. These only occur on our Google workstations 5596 # 4. These only occur on our Google workstations
5574 5597
5575 { 5598 {
5576 bug_todo_getdelim 5599 bug_todo_getdelim
5577 Memcheck:Leak 5600 Memcheck:Leak
5578 fun:malloc 5601 fun:malloc
5579 fun:getdelim 5602 fun:getdelim
5580 ... 5603 ...
5581 fun:call_init 5604 fun:call_init
5582 fun:_dl_init 5605 fun:_dl_init
5583 } 5606 }
5584 { 5607 {
5585 bug_todo_getdelim2 5608 bug_todo_getdelim2
5586 Memcheck:Leak 5609 Memcheck:Leak
5587 fun:malloc 5610 fun:malloc
5588 fun:getdelim 5611 fun:getdelim
5589 obj:/lib/libselinux.so.1 5612 obj:/lib/libselinux.so.1
5590 obj:/lib/libselinux.so.1 5613 obj:/lib/libselinux.so.1
5591 obj:/lib/libselinux.so.1 5614 obj:/lib/libselinux.so.1
5592 } 5615 }
5593 { 5616 {
5594 bug_todo_grep 5617 bug_todo_grep
5595 Memcheck:Leak 5618 Memcheck:Leak
5596 fun:malloc 5619 fun:malloc
5597 obj:/bin/grep 5620 obj:/bin/grep
5598 obj:/bin/grep 5621 obj:/bin/grep
5599 } 5622 }
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