Skip to content

Commit

Permalink
Add DrMemory suppression for AsyncWriteTest
Browse files Browse the repository at this point in the history
BUG=webrtc:3490
R=henrike@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/13779004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6553 4adac7df-926f-26a2-2b94-8c16560cd09d
  • Loading branch information
aluebs@webrtc.org committed Jun 27, 2014
1 parent 767d98e commit f4d6d7c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tools/valgrind-webrtc/drmemory/suppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -928,3 +928,16 @@ name=https://code.google.com/p/webrtc/issues/detail?id=3490 (2)
*!testing::internal::EqHelper<>::Compare<>
*!talk_base::AsyncWriteTest_TestWrite_Test::TestBody
*!testing::internal::HandleSehExceptionsInMethodIfSupported<>

UNINITIALIZED READ
name=https://code.google.com/p/webrtc/issues/detail?id=3490 (3)
drmemorylib.dll!replace_memcmp
*!rtc::AsyncWriteTest_TestWrite_Test::TestBody
*!testing::internal::HandleSehExceptionsInMethodIfSupported<>

UNINITIALIZED READ
name=https://code.google.com/p/webrtc/issues/detail?id=3490 (4)
*!testing::internal::CmpHelperEQ<>
*!testing::internal::EqHelper<>::Compare<>
*!rtc::AsyncWriteTest_TestWrite_Test::TestBody
*!testing::internal::HandleSehExceptionsInMethodIfSupported<>

0 comments on commit f4d6d7c

Please sign in to comment.