Chromium Code Reviews

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

Issue 5115001: Valgrind memcheck suppresions for PrintPreviewTabControllerTest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« 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 17f2a90d884df98c482b566d81eacfe7e7d73223..482e0746c6724463101cc8cd8fb103c3b8f0eac1 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3292,3 +3292,16 @@
fun:_ZN7WebCore7Element14setAttributeNSERKN3WTF12AtomicStringES4_S4_RiNS_27FragmentScriptingPermissionE
fun:_ZN7WebCore15ElementInternal22setAttributeNSCallbackERKN2v89ArgumentsE
}
+{
+ bug_66386_a
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN54PrintPreviewTabControllerTest_MultiplePreviewTabs_Test8TestBodyEv
+}
+{
+ bug_66386_b
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN56PrintPreviewTabControllerTest_GetOrCreatePreviewTab_Test8TestBodyEv
+}
+
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine