diff --git a/tools/valgrind-webrtc/drmemory/suppressions.txt b/tools/valgrind-webrtc/drmemory/suppressions.txt index 68181039cc..b4f6168be5 100644 --- a/tools/valgrind-webrtc/drmemory/suppressions.txt +++ b/tools/valgrind-webrtc/drmemory/suppressions.txt @@ -59,3 +59,32 @@ drmemorylib.dll!replace_operator_new *!webrtc::test::UdpSocketWrapper::CreateSocket *!webrtc::test::UdpSocketManager_AddAndRemoveSocketDoesNotLeakMemory_Test::TestBody *!testing::internal::HandleSehExceptionsInMethodIfSupported + +INVALID HEAP ARGUMENT +name=https://code.google.com/p/webrtc/issues/detail?id=2515 (1) +drmemorylib.dll!replace_operator_delete_nothrow +*!webrtc::scoped_array::~scoped_array +*!webrtc::NetEqImpl::~NetEqImpl +*!webrtc::NetEqImpl::`scalar deleting destructor' +... +*!testing::internal::HandleSehExceptionsInMethodIfSupported + +INVALID HEAP ARGUMENT +name=https://code.google.com/p/webrtc/issues/detail?id=2515 (2) +drmemorylib.dll!replace_operator_delete_nothrow +*!webrtc::scoped_array::reset +*!webrtc::NetEqImpl::SetSampleRateAndChannels +*!webrtc::NetEqImpl::InsertPacketInternal +*!webrtc::NetEqImpl::InsertPacket +... +*!testing::internal::HandleSehExceptionsInMethodIfSupported + +UNINITIALIZED READ +name=https://code.google.com/p/webrtc/issues/detail?id=2516 +system call NtUserGetThreadDesktop parameter value #1 +*!webrtc::Desktop::GetThreadDesktop +*!webrtc::ScopedThreadDesktop::ScopedThreadDesktop +*!webrtc::`anonymous namespace'::ScreenCapturerWin::ScreenCapturerWin +*!webrtc::ScreenCapturer::Create +*!webrtc::ScreenCapturerTest::SetUp +*!testing::internal::HandleSehExceptionsInMethodIfSupported diff --git a/tools/valgrind-webrtc/gtest_exclude/modules_unittests.gtest-tsan_win32.txt b/tools/valgrind-webrtc/gtest_exclude/modules_unittests.gtest-tsan_win32.txt index 00bbc4b77f..532b123cb1 100644 --- a/tools/valgrind-webrtc/gtest_exclude/modules_unittests.gtest-tsan_win32.txt +++ b/tools/valgrind-webrtc/gtest_exclude/modules_unittests.gtest-tsan_win32.txt @@ -1,4 +1,5 @@ # Too slow to run with TSan on Windows. +ApmTest.EchoCancellationReportsCorrectDelays VideoProcessingModuleTest.Denoising # https://code.google.com/p/webrtc/issues/detail?id=1938