Re-enable webrtcvoice/videoengine unittests.
TEST=try bots BUG= R=mallinath@webrtc.org Committed: https://code.google.com/p/webrtc/source/detail?r=5387 Review URL: https://webrtc-codereview.appspot.com/7149004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5427 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -288,8 +288,8 @@
|
|||||||
# Disabled because some tests fail.
|
# Disabled because some tests fail.
|
||||||
# TODO(ronghuawu): Reenable these tests.
|
# TODO(ronghuawu): Reenable these tests.
|
||||||
# 'media/devices/devicemanager_unittest.cc',
|
# 'media/devices/devicemanager_unittest.cc',
|
||||||
# 'media/webrtc/webrtcvideoengine_unittest.cc',
|
'media/webrtc/webrtcvideoengine_unittest.cc',
|
||||||
# 'media/webrtc/webrtcvoiceengine_unittest.cc',
|
'media/webrtc/webrtcvoiceengine_unittest.cc',
|
||||||
],
|
],
|
||||||
'conditions': [
|
'conditions': [
|
||||||
['OS=="win"', {
|
['OS=="win"', {
|
||||||
|
@@ -0,0 +1,3 @@
|
|||||||
|
TODO(wu): issue 2380
|
||||||
|
WebRtcVideoMediaChannelTest.TwoStreamsSendAndReceive
|
||||||
|
WebRtcVideoMediaChannelTest.TwoStreamsReUseFirstStream
|
@@ -38,6 +38,24 @@
|
|||||||
fun:webrtc::Trace::set_level_filter
|
fun:webrtc::Trace::set_level_filter
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
Trace related 1
|
||||||
|
ThreadSanitizer:Race
|
||||||
|
fun:webrtc::TraceImpl::WriteToFile
|
||||||
|
fun:webrtc::TraceImpl::Process
|
||||||
|
fun:webrtc::TraceImpl::Run
|
||||||
|
fun:webrtc::ThreadPosix::Run
|
||||||
|
fun:StartThread
|
||||||
|
}
|
||||||
|
{
|
||||||
|
Trace related 2
|
||||||
|
ThreadSanitizer:Race
|
||||||
|
fun:cricket::WebRtcVideoEngine::~WebRtcVideoEngine
|
||||||
|
fun:VideoEngineOverride::~VideoEngineOverride
|
||||||
|
fun:VideoMediaChannelTest::~VideoMediaChannelTest
|
||||||
|
fun:WebRtcVideoMediaChannelTest::~WebRtcVideoMediaChannelTest
|
||||||
|
...
|
||||||
|
}
|
||||||
{
|
{
|
||||||
Test posix socket HasIncoming
|
Test posix socket HasIncoming
|
||||||
ThreadSanitizer:Race
|
ThreadSanitizer:Race
|
||||||
|
Reference in New Issue
Block a user