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

Unified Diff: tools/wine_valgrind/chromium-valgrind-suppressions

Issue 524068: wine_valgrind: Fix typos, add a new suppression, remove suppression for a fix... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 11 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/wine_valgrind/chromium-valgrind-suppressions
===================================================================
--- tools/wine_valgrind/chromium-valgrind-suppressions (revision 35780)
+++ tools/wine_valgrind/chromium-valgrind-suppressions (working copy)
@@ -92,7 +92,7 @@
# This occurs at the same time as the usr1_handler errors above.
ignore_wine_ntdll_no_symbol
Memcheck:Addr4
- obj:.*ntdll.dll.so
+ obj:*ntdll.dll.so
}
{
# mysterious leaks in rsaenh.dll.so, no symbols / incorrect symbols.
@@ -103,8 +103,16 @@
}
{
+ # Maybe a leak in strtoi() ?? StringToInt() seems to be leak free.
+ ignore_strtoi_leak
+ Memcheck:Leak
+ fun:RtlAllocateHeap
+ ...
+ fun:StringToInt
+}
+{
# Maybe a leak in _strtoi64() ?? StringToInt64() seems to be leak free.
- ignore_strtio64_leak
+ ignore_strtoi64_leak
Memcheck:Leak
fun:RtlAllocateHeap
...
@@ -158,17 +166,6 @@
fun:base::RSAPrivateKey::Create
}
{
- wine_bug_21260
- Memcheck:Leak
- fun:RtlAllocateHeap
- ...
- fun:ranges_add
- fun:set_main_item
- fun:LISTVIEW_SetItemT
- fun:LISTVIEW_SetItemState
-
-}
-{
# Boy, oh, boy do we need a better way to deal with this.
# See https://bugs.kde.org/show_bug.cgi?id=190660
valgrind_bug_190660
« 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