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

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

Issue 427043003: Valgrind: Suppress errors from layout tests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 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 287152)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -4834,7 +4834,7 @@
fun:_ZN3WTF9BitVector13OutOfLineBits6createEm
fun:_ZN3WTF9BitVector15resizeOutOfLineEm
fun:_ZN3WTF9BitVector10ensureSizeEm
- fun:_ZN3WTF9BitVectorC1Em
+ fun:_ZN3WTF9BitVectorC*
fun:_ZN5blink10UseCounter17recordMeasurementENS0_7FeatureE
}
{
@@ -6263,6 +6263,25 @@
fun:_ZN5blink11RenderBlock6layoutEv
}
{
+ bug_397066_d
+ Memcheck:Uninitialized
+ fun:_ZN5blink13InlineFlowBox45clearDescendantsHaveSameLineHeightAndBaselineEv
+ fun:_ZN5blink13InlineFlowBox9addToLineEPNS_9InlineBoxE
+ ...
+ fun:_ZN5blink15RenderBlockFlow13constructLineERNS_11BidiRunListINS_7BidiRunEEERKNS_8LineInfoE
+ fun:_ZN5blink15RenderBlockFlow27createLineBoxesFromBidiRuns*
+}
+{
+ bug_397066_e
+ Memcheck:Uninitialized
+ fun:_ZN5blink13InlineFlowBox9addToLineEPNS_9InlineBox*
+ fun:_ZN5blink15RenderBlockFlow*
+ ...
+ fun:_ZN5blink15RenderBlockFlow27createLineBoxesFromBidiRunsEjRNS*
+ fun:_ZN5blink15RenderBlockFlow26layoutRunsAndFloatsInRangeERNS_15LineLayoutStateERNS_12BidiResolver*
+ fun:_ZN5blink15RenderBlockFlow19layoutRunsAndFloatsERNS_15LineLayoutState*
+}
+{
bug_397075_a
Memcheck:Uninitialized
fun:_ZN2v88internal6Object11SetPropertyEPNS0_14LookupIteratorENS0_6HandleIS1_EENS0_10StrictModeENS1_14StoreFromKeyedE
@@ -6310,3 +6329,34 @@
fun:_ZN2v88internal8JSObject8DeepCopyENS0_6HandleIS1_EEPNS0_26AllocationSiteUsageContextENS1_13DeepCopyHintsE
fun:_ZN2v88internal27Runtime_CreateObjectLiteralEiPPNS0_6ObjectEPNS0_7IsolateE
}
+{
+ bug_399852
+ Memcheck:Uninitialized
+ fun:_ZN5blink14DateComponents9parseTimeERKN3WTF6StringEjRj
+ fun:_ZNK5blink13TimeInputType29parseToDateComponentsInternalERKN3WTF6StringEPNS_14DateComponentsE
+ fun:_ZNK5blink24BaseDateAndTimeInputType21parseToDateComponentsERKN3WTF6StringEPNS_14DateComponentsE
+}
+{
+ bug_399853_a
+ Memcheck:Uninitialized
+ fun:_ZNK8SkStroke10strokePathERK6SkPathPS0_
+ fun:_ZNK11SkStrokeRec11applyToPathEP6SkPathRKS0_
+ fun:_ZNK7SkPaint11getFillPathERK6SkPathPS0_PK6SkRect
+}
+{
+ bug_399853_b
+ Memcheck:Uninitialized
+ fun:_ZNK8SkStroke10strokePathERK6SkPathPS0_
+ fun:_ZNK11SkStrokeRec11applyToPathEP6SkPathRKS0_
+ fun:_ZN15SkScalerContext15internalGetPathERK7SkGlyphP6SkPathS4_P8SkMatrix
+}
+{
+ bug_399854
+ Memcheck:Uninitialized
+ ...
+ fun:_ZN5blink4Heap19checkAndMarkPointerEPNS_7VisitorEPh
+ fun:_ZN5blink11ThreadState10visitStackEPNS_7VisitorE
+ fun:_ZN5blink11ThreadState15visitStackRootsEPNS_7VisitorE
+ fun:_ZN5blink4Heap14collectGarbageENS_11ThreadState10StackStateE
+ fun:_ZN5blink14V8GCController10gcEpilogueEN2v86GCTypeENS1_15GCCallbackFlagsE
+}
« 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