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

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

Issue 591323002: Valgrind: Supress a couple of layout tests errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 4703ff485a212a70d8d7fb1997af18a333f1cb48..4cae608a57223ad7006511ceac8621d86e7981a9 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -486,6 +486,15 @@
fun:_ZN5blink20WebDevToolsAgentImpl26dispatchOnInspectorBackendERKNS_9WebStringE
fun:_ZN7content13DevToolsAgent28OnDispatchOnInspectorBackendERKSs
}
+{
+ bug_399852_d
+ Memcheck:Uninitialized
+ fun:_ZN5blink14DateComponents10parseMonthERKN3WTF6StringEjRj
+ ...
+ fun:_ZNK5blink24BaseDateAndTimeInputType21parseToDateComponentsERKN3WTF6StringEPNS_14DateComponentsE
+ fun:_ZNK5blink24BaseDateAndTimeInputType15typeMismatchForERKN3WTF6StringE
+ fun:_ZNK5blink24BaseDateAndTimeInputType13sanitizeValueERKN3WTF6StringE
+}
#-----------------------------------------------------------------------
# 3. Suppressions for real chromium bugs that are not yet fixed.
@@ -3974,3 +3983,17 @@
fun:_ZN4base12_GLOBAL__N_114WorkerPoolImpl8PostTaskERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEEb
fun:_ZN4base10WorkerPool8PostTaskERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEEb
}
+{
+ bug_416729
+ Memcheck:Unaddressable
+ fun:_ZNK5blink6MemberINS_38PlatformSpeechSynthesisUtteranceClientEEcvPS1_Ev
+ fun:_ZNK5blink32PlatformSpeechSynthesisUtterance6clientEv
+ fun:_ZN5blink15SpeechSynthesis17didFinishSpeakingEPNS_32PlatformSpeechSynthesisUtteranceE
+ fun:_ZN5blink29PlatformSpeechSynthesizerMock16speakingFinishedEPNS_5TimerIS0_EE
+ fun:_ZN5blink5TimerINS_29PlatformSpeechSynthesizerMockEE5firedEv
+ fun:_ZN5blink12ThreadTimers24sharedTimerFiredInternalEv
+ fun:_ZN5blink12ThreadTimers16sharedTimerFiredEv
+ fun:_ZN5blink9Scheduler15tickSharedTimerEv
+ fun:_ZN5blink9Scheduler18sharedTimerAdapterEv
+ fun:_ZN7content17BlinkPlatformImpl9DoTimeoutEv
+}
« 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