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

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 444513004: Valgrind: Move some false positives generated by clang to the WontFix section. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 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 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 287432)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -456,6 +456,36 @@
fun:_ZN14HistoryService14ScheduleDBTask*
fun:_ZN7history19URLIndexPrivateData26ScheduleUpdateRecentVisits*
}
+{
+ bug_399852_a
+ Memcheck:Uninitialized
+ fun:_ZN5blink14DateComponents9parseTimeERKN3WTF6StringEjRj
+ fun:_ZNK5blink13TimeInputType29parseToDateComponentsInternalERKN3WTF6StringEPNS_14DateComponentsE
+ fun:_ZNK5blink24BaseDateAndTimeInputType21parseToDateComponentsERKN3WTF6StringEPNS_14DateComponentsE
+}
+{
+ bug_399852_b
+ Memcheck:Uninitialized
+ fun:_ZN5blink12_GLOBAL__N_117parseJSONInternalIhEEN3WTF10PassRefPtrINS_9JSONValueEEEPKT_j
+ fun:_ZN5blink9parseJSONERKN3WTF6StringE
+ fun:_ZN5blink*InspectorBackendDispatcher*
+ ...
+ fun:_ZN5blink*WebDevToolsAgent*
+ fun:_ZN7content*DevToolsAgent*
+}
+{
+ bug_399852_c
+ Memcheck:Uninitialized
+ fun:_ZN5blinkL21extractRangeComponentEPN3WTF6StringERKNS0_6RefPtrINS_10JSONObjectEEERKS1_Rj
+ fun:_ZN5blinkL22jsonRangeToSourceRangeEPN3WTF6StringEPNS_23InspectorStyleSheetBase*
+ fun:_ZN5blink17InspectorCSSAgent*
+ fun:_ZThn40_N5blink17InspectorCSSAgent*
+ fun:_ZN5blink30InspectorBackendDispatcherImpl*
+ fun:_ZN5blink30InspectorBackendDispatcherImpl8dispatchERKN3WTF6StringE
+ fun:_ZN5blink19InspectorController27dispatchMessageFromFrontendERKN3WTF6StringE
+ fun:_ZN5blink20WebDevToolsAgentImpl26dispatchOnInspectorBackendERKNS_9WebStringE
+ fun:_ZN7content13DevToolsAgent28OnDispatchOnInspectorBackendERKSs
+}
#-----------------------------------------------------------------------
# 3. Suppressions for real chromium bugs that are not yet fixed.
@@ -6270,13 +6300,6 @@
fun:_ZN2v88internal27Runtime_CreateObjectLiteralEiPPNS0_6ObjectEPNS0_7IsolateE
}
{
- bug_399852
- Memcheck:Uninitialized
- fun:_ZN5blink14DateComponents9parseTimeERKN3WTF6StringEjRj
- fun:_ZNK5blink13TimeInputType29parseToDateComponentsInternalERKN3WTF6StringEPNS_14DateComponentsE
- fun:_ZNK5blink24BaseDateAndTimeInputType21parseToDateComponentsERKN3WTF6StringEPNS_14DateComponentsE
-}
-{
bug_399853_a
Memcheck:Uninitialized
fun:_ZNK8SkStroke10strokePathERK6SkPathPS0_
@@ -6291,16 +6314,6 @@
fun:_ZN15SkScalerContext15internalGetPathERK7SkGlyphP6SkPathS4_P8SkMatrix
}
{
- bug_399916
- Memcheck:Uninitialized
- fun:_ZN5blink12_GLOBAL__N_117parseJSONInternalIhEEN3WTF10PassRefPtrINS_9JSONValueEEEPKT_j
- fun:_ZN5blink9parseJSONERKN3WTF6StringE
- fun:_ZN5blink*InspectorBackendDispatcher*
- ...
- fun:_ZN5blink*WebDevToolsAgent*
- fun:_ZN7content*DevToolsAgent*
-}
-{
bug_399924
Memcheck:Leak
fun:posix_memalign
@@ -6316,19 +6329,6 @@
fun:_ZN5media18FFmpegVideoDecoder12FFmpegDecodeERK13scoped_refptrINS_13DecoderBufferEEPb
}
{
- bug_399925
- Memcheck:Uninitialized
- fun:_ZN5blinkL21extractRangeComponentEPN3WTF6StringERKNS0_6RefPtrINS_10JSONObjectEEERKS1_Rj
- fun:_ZN5blinkL22jsonRangeToSourceRangeEPN3WTF6StringEPNS_23InspectorStyleSheetBase*
- fun:_ZN5blink17InspectorCSSAgent*
- fun:_ZThn40_N5blink17InspectorCSSAgent*
- fun:_ZN5blink30InspectorBackendDispatcherImpl*
- fun:_ZN5blink30InspectorBackendDispatcherImpl8dispatchERKN3WTF6StringE
- fun:_ZN5blink19InspectorController27dispatchMessageFromFrontendERKN3WTF6StringE
- fun:_ZN5blink20WebDevToolsAgentImpl26dispatchOnInspectorBackendERKNS_9WebStringE
- fun:_ZN7content13DevToolsAgent28OnDispatchOnInspectorBackendERKSs
-}
-{
bug_400547
Memcheck:Uninitialized
fun:_ZNK5blink22GraphicsLayerDebugInfo17appendOwnerNodeIdEPNS_10JSONObjectE
« 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