Skip to content

Commit

Permalink
This might be due to the new media_stream_manager_unittest.cc which d…
Browse files Browse the repository at this point in the history
…oes enumeration on bots.

The linux valgrind bot3 http://build.chromium.org/p/chromium.memory.fyi/builders/Linux%20Tests%20%28valgrind%29%283%29
is keep failing on this test, I will land this suppression first and investigate on the issue next week.

TBR=tommi@chromium.org
BUG=156829

Review URL: https://codereview.chromium.org/11229006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163004 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
xians@chromium.org committed Oct 19, 2012
1 parent df1a0a6 commit db2718b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/valgrind/memcheck/suppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6088,3 +6088,9 @@
...
fun:_ZN11dom_storage47DomStorageContextTest_DeleteSessionStorage_Test8TestBodyEv
}
{
bug_156829
Memcheck:Leak
fun:_Znw*
fun:_ZN12media_stream23AudioInputDeviceManager23EnumerateOnDeviceThreadEv
}

0 comments on commit db2718b

Please sign in to comment.