Syncing tests on try master with build master.
Also adding video_codecs_test_framework_integrationtests since it's executing fast enough and catches a lot. BUG=None TEST=None Review URL: https://webrtc-codereview.appspot.com/605006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2314 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -84,13 +84,14 @@ NORMAL_TESTS = {
|
|||||||
'test_support_unittests': (True, True, True),
|
'test_support_unittests': (True, True, True),
|
||||||
'udp_transport_unittests': (True, True, True),
|
'udp_transport_unittests': (True, True, True),
|
||||||
'vad_unittests': (True, True, True),
|
'vad_unittests': (True, True, True),
|
||||||
|
'video_codecs_test_framework_integrationtests': (True, True, True),
|
||||||
'video_codecs_test_framework_unittests': (True, True, True),
|
'video_codecs_test_framework_unittests': (True, True, True),
|
||||||
'video_coding_unittests': (True, True, True),
|
'video_coding_unittests': (True, True, True),
|
||||||
'video_engine_core_unittests': (True, True, True),
|
'video_engine_core_unittests': (True, True, True),
|
||||||
'video_processing_unittests': (True, True, True),
|
'video_processing_unittests': (True, True, True),
|
||||||
'voice_engine_unittests': (True, True, True),
|
'voice_engine_unittests': (True, True, True),
|
||||||
'vp8_unittests': (True, False, True), # Issue 273.
|
'vp8_unittests': (True, True, True),
|
||||||
'webrtc_utility_unittests': (True, True, False),
|
'webrtc_utility_unittests': (True, True, True),
|
||||||
}
|
}
|
||||||
linux_normal_tests = utils.GetEnabledTests(NORMAL_TESTS, 'Linux')
|
linux_normal_tests = utils.GetEnabledTests(NORMAL_TESTS, 'Linux')
|
||||||
mac_normal_tests = utils.GetEnabledTests(NORMAL_TESTS, 'Mac')
|
mac_normal_tests = utils.GetEnabledTests(NORMAL_TESTS, 'Mac')
|
||||||
|
Reference in New Issue
Block a user