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

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

Issue 2998007: Relaxing the suppression to cover all memory error in ExtensionPrefStoreTest (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: 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 | 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 0143f8ea3adfc0716d204f497a66dabf0c436fe9..3953eaf511cff9d142c39b6fb4cee70886d5089a 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3586,7 +3586,6 @@
{
bug_48980_a
Memcheck:Leak
- fun:_Znw*
...
fun:_ZN18ExtensionPrefStore20InstallExtensionPrefESsPKwP5Value
fun:_ZN56ExtensionPrefStoreTest_*_Test8TestBodyEv
@@ -3596,7 +3595,7 @@
Memcheck:Leak
fun:_Znw*
fun:_ZN5Value17CreateStringValueERKSs
- fun:_ZN56ExtensionPrefStoreTest_*_Test8TestBodyEv
+ fun:_ZN*ExtensionPrefStoreTest_*_Test8TestBodyEv
}
{
bug_48980_c
« 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