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

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

Issue 2908003: Video Buffering: Caches data to disk when paused (resubmit) (Closed)
Patch Set: Added bug number to valgrind bug, also fixed spacing issue Created 10 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 | webkit/glue/media/buffered_data_source.h » ('j') | 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 76c518907cd8741d0ff779e284b548f3a624a23c..140d748610a3faa1a8f98f4b2e06e6a9b33c5f19 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -689,6 +689,27 @@
fun:_ZN12AboutHandler10AboutCrashEv
}
{
+ # Valgrind gives false positive on initialized fields in
+ # BufferedResourceLoader::RestartLoadingTask().
+ # see https://bugs.kde.org/show_bug.cgi?id=243992
+ valgrind_bug_243992
+ Memcheck:Cond
+ fun:_ZN11webkit_glue22BufferedResourceLoader20DisableDeferIfNeededEv
+ fun:_ZN11webkit_glue22BufferedResourceLoader13SetAllowDeferEb
+ fun:_ZN11webkit_glue18BufferedDataSource18RestartLoadingTaskEv
+ ...
+}
+{
+ # Very similar to the above bug, but in WatchDogTask().
+ # see https://bugs.kde.org/show_bug.cgi?id=243992
+ valgrind_bug_243992b
+ Memcheck:Cond
+ fun:_ZN11webkit_glue22BufferedResourceLoader20DisableDeferIfNeededEv
+ fun:_ZN11webkit_glue22BufferedResourceLoader13SetAllowDeferEb
+ fun:_ZN11webkit_glue18BufferedDataSource12WatchDogTaskEv
+ ...
+}
+{
# Minor commandline options leak in v8
# See http://code.google.com/p/v8/issues/detail?id=275
v8_bug_275
« no previous file with comments | « no previous file | webkit/glue/media/buffered_data_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698