From 8a7a019b552af0c7dc9c1c07b65b8ef106a9c182 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Tue, 29 May 2012 14:49:39 +0000 Subject: [PATCH] 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 --- .../masters/master.tryserver.webrtc/master.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/continuous_build/build_internal/masters/master.tryserver.webrtc/master.cfg b/tools/continuous_build/build_internal/masters/master.tryserver.webrtc/master.cfg index de7d33f2a1..f0f0c54cbc 100755 --- a/tools/continuous_build/build_internal/masters/master.tryserver.webrtc/master.cfg +++ b/tools/continuous_build/build_internal/masters/master.tryserver.webrtc/master.cfg @@ -84,13 +84,14 @@ NORMAL_TESTS = { 'test_support_unittests': (True, True, True), 'udp_transport_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_coding_unittests': (True, True, True), 'video_engine_core_unittests': (True, True, True), 'video_processing_unittests': (True, True, True), 'voice_engine_unittests': (True, True, True), - 'vp8_unittests': (True, False, True), # Issue 273. - 'webrtc_utility_unittests': (True, True, False), + 'vp8_unittests': (True, True, True), + 'webrtc_utility_unittests': (True, True, True), } linux_normal_tests = utils.GetEnabledTests(NORMAL_TESTS, 'Linux') mac_normal_tests = utils.GetEnabledTests(NORMAL_TESTS, 'Mac')