Enabling and disabling tests
* audio_coding_module_test: enabling on Windows. * audio_conference_mixer_unittests: enabling on Windows. * audio_device_test_api: disabling on Mac, since this test is failing but not reporting failure. See issue 257 for more details. * media_file_unittests: enabling on Windows. * rtp_rtcp_unittests: enabling on Windows. * test_bwe: enabling on Windows. * test_fec: enabling on all platforms. See CL 369008 and 379010. * test_support_unittests: enabling on all platforms. * udp_transport_unittests: enabling on Windows. * video_codecs_test_framework_unittests: adding disabled test on all platforms. * video_codecs_test_framework_integrationtests: enabling on all platforms. * video_processing_unittests: enabling on Windows, since issue 247 is fixed. BUG= TEST=Tried out on the master during after-office hours. Review URL: http://webrtc-codereview.appspot.com/379011 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1621 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
530963925e
commit
4ef5d493c7
@ -111,29 +111,32 @@ from webrtc_buildbot import utils
|
||||
# enabled on Linux, Mac and/or Windows (in that order; defined in utils.py).
|
||||
NORMAL_TESTS = {
|
||||
# Test name Linux Mac Windows
|
||||
"audio_coding_module_test": (True, True, False),
|
||||
"audio_coding_module_test": (True, True, True),
|
||||
"audio_coding_unittests": (True, True, True),
|
||||
"audio_conference_mixer_unittests":(True, True, False),
|
||||
"audio_device_test_api": (True, True, False),
|
||||
"audio_conference_mixer_unittests":(True, True, True),
|
||||
"audio_device_test_api": (True, False, False), # Issue 257
|
||||
"audioproc_unittest": (True, True, True),
|
||||
"cng_unittests": (True, True, True),
|
||||
"g711_unittests": (True, True, True),
|
||||
"g722_unittests": (True, True, True),
|
||||
"libyuv_unittests": (True, True, True),
|
||||
"media_file_unittests": (True, True, False),
|
||||
"media_file_unittests": (True, True, True),
|
||||
"neteq_unittests": (True, True, True),
|
||||
"pcm16b_unittests": (True, True, True),
|
||||
"resampler_unittests": (True, True, True),
|
||||
"rtp_rtcp_unittests": (True, True, False),
|
||||
"signal_processing_unittests": (True, True, False),
|
||||
"rtp_rtcp_unittests": (True, True, True),
|
||||
"signal_processing_unittests": (True, True, False), # Issue 258
|
||||
"system_wrappers_unittests": (True, True, True),
|
||||
"test_bwe": (True, True, False),
|
||||
"test_fec": (False, False, False),
|
||||
"udp_transport_unittests": (True, True, False),
|
||||
"test_bwe": (True, True, True),
|
||||
"test_fec": (True, True, True),
|
||||
"test_support_unittests": (True, True, True),
|
||||
"udp_transport_unittests": (True, True, True),
|
||||
"vad_unittests": (True, True, True),
|
||||
"video_coding_unittests": (True, True, False),
|
||||
"video_codecs_test_framework_integrationtests": (True, True, True),
|
||||
"video_codecs_test_framework_unittests": (False, False, False), # Issue 260
|
||||
"video_coding_unittests": (True, True, False), # Issue 259
|
||||
"video_engine_core_unittests": (True, True, True),
|
||||
"video_processing_unittests": (True, True, False), # Issue #247
|
||||
"video_processing_unittests": (True, True, True),
|
||||
"voice_engine_unittests": (True, True, True),
|
||||
"vp8_unittests": (True, True, True),
|
||||
"webrtc_utility_unittests": (True, True, False),
|
||||
|
Loading…
x
Reference in New Issue
Block a user