Enable audioproc_unittest on Windows.
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/373009 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1550 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
7adda5cb1b
commit
96bc9c420f
@ -66,17 +66,17 @@ c['change_source'] = svn_poller
|
||||
|
||||
from buildbot.scheduler import Scheduler
|
||||
webrtc_scheduler = Scheduler(name="all", branch=None, treeStableTimer=5*60,
|
||||
builderNames=["Win32Debug",
|
||||
"Win32Release",
|
||||
"MacOS",
|
||||
"ChromeOS",
|
||||
"LinuxCLANG",
|
||||
"Linux64bitDBG",
|
||||
"Linux32bitRelease",
|
||||
"Linux64bitRelease",
|
||||
"Linux32bitDBG",
|
||||
"Android",
|
||||
"LinuxVideoTest"])
|
||||
builderNames=["Win32Debug",
|
||||
"Win32Release",
|
||||
"MacOS",
|
||||
"ChromeOS",
|
||||
"LinuxCLANG",
|
||||
"Linux64bitDBG",
|
||||
"Linux32bitRelease",
|
||||
"Linux64bitRelease",
|
||||
"Linux32bitDBG",
|
||||
"Android",
|
||||
"LinuxVideoTest"])
|
||||
c['schedulers'] = [webrtc_scheduler]
|
||||
|
||||
|
||||
@ -163,7 +163,7 @@ DEFAULT_MACOS_TESTS = ["audio_coding_module_test",
|
||||
|
||||
# TODO(andrew): most tests should now run properly on Windows.
|
||||
DEFAULT_WIN_TESTS = ["audio_coding_unittests",
|
||||
#"audioproc_unittest",
|
||||
"audioproc_unittest",
|
||||
"libyuv_unittests",
|
||||
"neteq_unittests",
|
||||
"resampler_unittests",
|
||||
@ -171,6 +171,8 @@ DEFAULT_WIN_TESTS = ["audio_coding_unittests",
|
||||
#"test_fec"
|
||||
"vad_unittests",
|
||||
"video_engine_core_unittests",
|
||||
# TODO(andrew): enable when this is fixed:
|
||||
# http://code.google.com/p/webrtc/issues/detail?id=247
|
||||
#"video_processing_unittests",
|
||||
"voice_engine_unittests",
|
||||
"vp8_unittests"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user