summaryrefslogtreecommitdiffstats
path: root/tools/wine_valgrind
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-08 08:05:56 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-08 08:05:56 +0000
commit240204b1a79062c0d57ce704ddf0d5ebb081dbac (patch)
tree8d4a80d5fe3e49d3012082018babc704c6812b6c /tools/wine_valgrind
parent6a3bb038b5dcbfde3012a5a88b3f3816f6419ef1 (diff)
downloadchromium_src-240204b1a79062c0d57ce704ddf0d5ebb081dbac.zip
chromium_src-240204b1a79062c0d57ce704ddf0d5ebb081dbac.tar.gz
chromium_src-240204b1a79062c0d57ce704ddf0d5ebb081dbac.tar.bz2
wine_valgrind: Fix typos, add a new suppression, remove suppression for a fixed Wine bug.
TBR=dank BUG=none TEST=none Review URL: http://codereview.chromium.org/524068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35781 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/wine_valgrind')
-rw-r--r--tools/wine_valgrind/chromium-valgrind-suppressions23
1 files changed, 10 insertions, 13 deletions
diff --git a/tools/wine_valgrind/chromium-valgrind-suppressions b/tools/wine_valgrind/chromium-valgrind-suppressions
index c744656..0a608ec 100644
--- a/tools/wine_valgrind/chromium-valgrind-suppressions
+++ b/tools/wine_valgrind/chromium-valgrind-suppressions
@@ -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