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:
andrew@webrtc.org 2012-01-25 17:59:03 +00:00
parent 7adda5cb1b
commit 96bc9c420f

View File

@ -66,17 +66,17 @@ c['change_source'] = svn_poller
from buildbot.scheduler import Scheduler from buildbot.scheduler import Scheduler
webrtc_scheduler = Scheduler(name="all", branch=None, treeStableTimer=5*60, webrtc_scheduler = Scheduler(name="all", branch=None, treeStableTimer=5*60,
builderNames=["Win32Debug", builderNames=["Win32Debug",
"Win32Release", "Win32Release",
"MacOS", "MacOS",
"ChromeOS", "ChromeOS",
"LinuxCLANG", "LinuxCLANG",
"Linux64bitDBG", "Linux64bitDBG",
"Linux32bitRelease", "Linux32bitRelease",
"Linux64bitRelease", "Linux64bitRelease",
"Linux32bitDBG", "Linux32bitDBG",
"Android", "Android",
"LinuxVideoTest"]) "LinuxVideoTest"])
c['schedulers'] = [webrtc_scheduler] 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. # TODO(andrew): most tests should now run properly on Windows.
DEFAULT_WIN_TESTS = ["audio_coding_unittests", DEFAULT_WIN_TESTS = ["audio_coding_unittests",
#"audioproc_unittest", "audioproc_unittest",
"libyuv_unittests", "libyuv_unittests",
"neteq_unittests", "neteq_unittests",
"resampler_unittests", "resampler_unittests",
@ -171,6 +171,8 @@ DEFAULT_WIN_TESTS = ["audio_coding_unittests",
#"test_fec" #"test_fec"
"vad_unittests", "vad_unittests",
"video_engine_core_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", #"video_processing_unittests",
"voice_engine_unittests", "voice_engine_unittests",
"vp8_unittests"] "vp8_unittests"]