Enabling tests on Mac and Windows.
Enabling webrtc_utility_unittests on Windows (was never added). Enabling audio_device_test_api on Mac and Windows, since updated in r1861. BUG=None TEST=webrtc_utility_unittests in Debug+Release on Windows. audio_device_test_api in Debug+Release on Linux, Mac and Windows. Review URL: https://webrtc-codereview.appspot.com/448001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1862 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -102,7 +102,7 @@ NORMAL_TESTS = {
|
||||
'audio_coding_module_test': (True, True, True),
|
||||
'audio_coding_unittests': (True, True, True),
|
||||
'audio_conference_mixer_unittests':(True, True, True),
|
||||
'audio_device_test_api': (True, False, False), # Issue 257
|
||||
'audio_device_test_api': (True, True, True),
|
||||
'audioproc_unittest': (True, True, True),
|
||||
'cng_unittests': (True, True, True),
|
||||
'g711_unittests': (True, True, True),
|
||||
@@ -129,7 +129,7 @@ NORMAL_TESTS = {
|
||||
'video_processing_unittests': (True, True, True),
|
||||
'voice_engine_unittests': (True, True, True),
|
||||
'vp8_unittests': (True, True, True),
|
||||
'webrtc_utility_unittests': (True, True, False),
|
||||
'webrtc_utility_unittests': (True, True, True),
|
||||
}
|
||||
|
||||
PHYSICAL_MACHINE_TESTS = {
|
||||
|
Reference in New Issue
Block a user