Excluding and suppressing Dr Memory test failures.

With these tests excluded and failures suppressed
we should be able to bring Dr Memory Full into a
green state in
http://build.chromium.org/p/client.webrtc.fyi/waterfall
so we can move the bots into the main waterfall.

BUG=3158, 3159
TEST=Ran successful runs of the tests that never completed
using the reproduction steps in the issues listed above on
a local Windows box. The tests that just failed weren't tried,
since they cannot have been blocking other possibly failing
tests in the same binary.

R=pbos@webrtc.org
TBR=pbos

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5850 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kjellander@webrtc.org 2014-04-07 08:01:06 +00:00
parent 0fefb1041c
commit 9f57404334
6 changed files with 103 additions and 0 deletions

@ -74,3 +74,93 @@ system call NtUserGetThreadDesktop parameter value #1
*!webrtc::ScreenCapturer::Create
*!webrtc::ScreenCapturerTest::SetUp
*!testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test,void>
# libjingle_media_unittest fails on Win DrMemory Full
UNINITIALIZED READ
name=https://code.google.com/p/webrtc/issues/detail?id=3158 (1)
*!_output_l
*!_vsnprintf_l
*!_vsnprintf
*!webrtc::Trace::Add
*!webrtc::ViECodecImpl::GetCodecTargetBitrate
*!cricket::WebRtcVideoMediaChannel::MaybeChangeStartBitrate
*!cricket::WebRtcVideoMediaChannel::SetSendCodec
*!cricket::WebRtcVideoMediaChannel::SetSendCodec
*!cricket::WebRtcVideoMediaChannel::SetSendCodecs
*!VideoMediaChannelTest<>::SetOneCodec
*!VideoMediaChannelTest<>::Send
*!VideoMediaChannelTest<>::TwoStreamsSendAndFailUnsignalledRecv
*!WebRtcVideoMediaChannelTest_TwoStreamsSendAndFailUnsignalledRecv_Test::TestBody
*!testing::internal::HandleSehExceptionsInMethodIfSupported<>
UNINITIALIZED READ
name=https://code.google.com/p/webrtc/issues/detail?id=3158 (2)
*!_output_l
*!_vsnprintf_l
*!_vsnprintf
*!webrtc::Trace::Add
*!webrtc::ViECodecImpl::GetCodecTargetBitrate
*!cricket::WebRtcVideoMediaChannel::MaybeChangeStartBitrate
*!cricket::WebRtcVideoMediaChannel::MaybeResetVieSendCodec
*!cricket::WebRtcVideoMediaChannel::SendFrame
*!cricket::WebRtcVideoMediaChannel::SendFrame
*!sigslot::_connection2<>::emit
*!sigslot::signal2<>::operator()
*!cricket::VideoCapturer::OnFrameCaptured
*!sigslot::_connection2<>::emit
*!sigslot::signal2<>::operator()
*!cricket::FakeVideoCapturer::CaptureCustomFrame
*!cricket::FakeVideoCapturer::CaptureFrame
*!VideoMediaChannelTest<>::SendFrame
*!VideoMediaChannelTest<>::Send
*!VideoMediaChannelTest<>::TwoStreamsSendAndFailUnsignalledRecv
*!WebRtcVideoMediaChannelTest_TwoStreamsSendAndFailUnsignalledRecv_Test::TestBody
*!testing::internal::HandleSehExceptionsInMethodIfSupported<>
UNINITIALIZED READ
name=https://code.google.com/p/webrtc/issues/detail?id=3158 (3)
*!_output_l
*!_vsnprintf_l
*!_vsnprintf
*!webrtc::Trace::Add
*!webrtc::ViEEncoder::DeliverFrame
*!webrtc::ViEFrameProviderBase::DeliverFrame
*!webrtc::ViECapturer::DeliverI420Frame
*!webrtc::ViECapturer::ViECaptureProcess
*!webrtc::ViECapturer::ViECaptureThreadFunction
*!webrtc::ThreadWindows::Run
*!webrtc::ThreadWindows::StartThread
*!_callthreadstartex
*!_threadstartex
KERNEL32.dll!BaseThreadInitThunk
# libjingle_unittest, fails on Win DrMemory Full
UNINITIALIZED READ
name=https://code.google.com/p/webrtc/issues/detail?id=3158 (4)
*!_towlower_l
*!towlower
*!tolowercase
*!talk_base::IsDefaultBrowserFirefox
*!talk_base::GetProxySettingsForUrl
*!talk_base::AutoDetectProxy::GetProxyForUrl
*!talk_base::AutoDetectProxy::DoWork
*!talk_base::SignalThread::Run
*!talk_base::SignalThread::Worker::Run
*!talk_base::Thread::PreRun
KERNEL32.dll!BaseThreadInitThunk
UNINITIALIZED READ
name=https://code.google.com/p/webrtc/issues/detail?id=3158 (5)
drmemorylib.dll!replace_memcmp
*!TestConnectivity
*!TestPhysicalInternal
*!NatTest_TestPhysicalIPv6_Test::TestBody
*!testing::internal::HandleSehExceptionsInMethodIfSupported<>
UNINITIALIZED READ
name=https://code.google.com/p/webrtc/issues/detail?id=3158 (6)
*!TestConnectivity
*!TestPhysicalInternal
*!NatTest_TestPhysicalIPv6_Test::TestBody
*!testing::internal::HandleSehExceptionsInMethodIfSupported<>

@ -0,0 +1,3 @@
# Fails on Dr Memory Full.
# https://code.google.com/p/webrtc/issues/detail?id=3158
WebRtcVideoMediaChannelTest.SendVp8HdAndReceiveAdaptedVp8Vga

@ -0,0 +1,3 @@
# Fails on Dr Memory Full.
# https://code.google.com/p/webrtc/issues/detail?id=3158
P2PTransportChannelTest.TestOPENToOPENAsGiceNoneSharedUfrag

@ -0,0 +1,3 @@
# Flakily fails on Dr Memory Light/Full.
# https://code.google.com/p/webrtc/issues/detail?id=3158
JsepPeerConnectionP2PTestClient.LocalP2PTest16To9

@ -1,4 +1,5 @@
# Too slow to run with Dr Memory on Windows.
ApmTest.EchoCancellationReportsCorrectDelays
VideoProcessingModuleTest.Denoising

@ -0,0 +1,3 @@
# Never completes on Dr Memory Full.
# https://code.google.com/p/webrtc/issues/detail?id=3159
CallTest.SendsAndReceivesMultipleStreams