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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 147413)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -5560,15 +5560,38 @@
fun:_ZN7WebCore13WorkerContext11clearScriptEv
fun:_ZN7WebCore30WorkerThreadShutdownFinishTask11performTaskEPNS_22ScriptExecutionContextE
fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionContextE
- fun:_ZN7WebCore13WorkerRunLoop15runCleanupTasksEPNS_13WorkerContextE
+ ...
fun:_ZN7WebCore13WorkerRunLoop3runEPNS_13WorkerContextE
fun:_ZN7WebCore12WorkerThread12runEventLoopEv
fun:_ZN7WebCore21DedicatedWorkerThread12runEventLoopEv
fun:_ZN7WebCore12WorkerThread12workerThreadEv
fun:_ZN7WebCore12WorkerThread17workerThreadStartEPv
}
+{
+ bug_138045
+ Memcheck:Unaddressable
+ ...
+ fun:_ZSteqIcEN9__gnu_cxx11__enable_ifIXsrSt9__is_charIT_E7__valueEbE6__typeERKSbIS3_St11char_traitsIS3_ESaIS3_EESC_
+ fun:_ZL12getDirectivePKN2pp5TokenE
+ fun:_ZN2pp15DirectiveParser14parseDirectiveEPNS_5TokenE
+ fun:_ZN2pp15DirectiveParser3lexEPNS_5TokenE
+ fun:_ZN2pp13MacroExpander8getTokenEPNS_5TokenE
+ fun:_ZN2pp13MacroExpander3lexEPNS_5TokenE
+ fun:_ZN2pp12Preprocessor3lexEPNS_5TokenE
+ fun:_ZL12string_inputPciPv
+ fun:_ZL18yy_get_next_bufferPv
+ fun:_Z5yylexP7YYSTYPEPv
+ fun:_Z7yyparseP13TParseContext
+ fun:_Z13glslang_parseP13TParseContext
+ fun:_Z14PaParseStringsiPKPKcPKiP13TParseContext
+ fun:_ZN9TCompiler7compileEPKPKcii
+ fun:ShCompile
+ fun:_ZN3gpu5gles216ShaderTranslator9TranslateEPKc
+ fun:_ZN3gpu5gles214ProgramManager18ForceCompileShaderEPKSsPNS0_13ShaderManager10ShaderInfoEPNS0_16ShaderTranslatorEPNS0_11FeatureInfoE
+ fun:_ZN3gpu5gles214ProgramManager15DoCompileShaderEPNS0_13ShaderManager10ShaderInfoEPNS0_16ShaderTranslatorEPNS0_11FeatureInfoE
+ fun:_ZN3gpu5gles216GLES2DecoderImpl15DoCompileShaderEj
+}
-
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations
« 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