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

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

Issue 9826005: Removed an outdated v8 valgrind suppression regarding flag handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 1ac1b2bbd84f28167395d1a6ad7d9de367179aa2..65947171e9da9f1380a417c53df5cf4eda2cd25c 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -848,15 +848,6 @@
fun:_ZN12AboutHandler10AboutCrashEv
}
{
- # Minor commandline options leak in v8
- # See http://code.google.com/p/v8/issues/detail?id=275
- v8_bug_275
- Memcheck:Leak
- fun:_Znaj
- ...
- fun:_ZN2v88internal8FlagList18SetFlagsFromStringEPKci
-}
-{
# Non-joinable thread doesn't clean up all state on program exit
# very common in ui tests
bug_16096 (WontFix)
« 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