Commit 2289ee5b authored by thestig's avatar thestig Committed by Commit bot

Valgrind: Supress a couple of layout tests errors.

BUG=399852,416729
NOTRY=true
TBR=groby@chromium.org

Review URL: https://codereview.chromium.org/591323002

Cr-Commit-Position: refs/heads/master@{#296137}
parent 7e5386f5
...@@ -486,6 +486,15 @@ ...@@ -486,6 +486,15 @@
fun:_ZN5blink20WebDevToolsAgentImpl26dispatchOnInspectorBackendERKNS_9WebStringE fun:_ZN5blink20WebDevToolsAgentImpl26dispatchOnInspectorBackendERKNS_9WebStringE
fun:_ZN7content13DevToolsAgent28OnDispatchOnInspectorBackendERKSs 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. # 3. Suppressions for real chromium bugs that are not yet fixed.
...@@ -3974,3 +3983,17 @@ ...@@ -3974,3 +3983,17 @@
fun:_ZN4base12_GLOBAL__N_114WorkerPoolImpl8PostTaskERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEEb fun:_ZN4base12_GLOBAL__N_114WorkerPoolImpl8PostTaskERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEEb
fun:_ZN4base10WorkerPool8PostTaskERKN15tracked_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
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment