From 96bc9c420fbcc6a010c080af393a3d302f505adf Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Wed, 25 Jan 2012 17:59:03 +0000 Subject: [PATCH] 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 --- tools/continuous_build/master.cfg | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/tools/continuous_build/master.cfg b/tools/continuous_build/master.cfg index 26ab1b9943..76263a36a2 100755 --- a/tools/continuous_build/master.cfg +++ b/tools/continuous_build/master.cfg @@ -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"]