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

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

Issue 3382016: Expand the suppression for bug 50297 (UninitCondition in... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 3 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 | « tools/valgrind/memcheck/suppressions.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions_mac.txt
===================================================================
--- tools/valgrind/memcheck/suppressions_mac.txt (revision 60160)
+++ tools/valgrind/memcheck/suppressions_mac.txt (working copy)
@@ -598,7 +598,7 @@
fun:main
}
{
- bug_50297a
+ bug_50297_a
Memcheck:Cond
fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv
fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
@@ -609,13 +609,14 @@
fun:_ZN11MessageLoop11RunInternalEv
}
{
- bug_50297b
+ bug_50297_b
Memcheck:Cond
fun:_ZN6Pickle8FindNextEmPKcS1_
fun:_ZN3IPC7Message8FindNextEPKcS2_
fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv
fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithoutBlockingEiPS0_
+ ...
fun:event_process_active
fun:event_base_loop
fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698