From 1fdcfa755e963e2710fcbf6b1525b6ed50e67428 Mon Sep 17 00:00:00 2001 From: Sergey Silkin Date: Mon, 10 Sep 2018 09:37:04 +0200 Subject: [PATCH] Enable VP9 KSVC perf tests. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The tests crashed and were disabled temporarily. The crash was probably caused by chromium:879307 which was fixed recently. Bug: webrtc:9506 Change-Id: I08872c0370c9cf5dc4769daf68b7c61135a55c9e Reviewed-on: https://webrtc-review.googlesource.com/99080 Reviewed-by: Erik Språng Commit-Queue: Sergey Silkin Cr-Commit-Position: refs/heads/master@{#24638} --- video/full_stack_tests.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/video/full_stack_tests.cc b/video/full_stack_tests.cc index 804d9f11d7..97c2411b58 100644 --- a/video/full_stack_tests.cc +++ b/video/full_stack_tests.cc @@ -803,9 +803,6 @@ TEST(FullStackTest, VP9SVC_3SL_Low) { fixture->RunWithAnalyzer(simulcast); } -// bugs.webrtc.org/9506 -#if !defined(WEBRTC_MAC) - TEST(FullStackTest, VP9KSVC_3SL_High) { auto fixture = CreateVideoQualityTestFixture(); ParamsWithLogging simulcast; @@ -858,8 +855,6 @@ TEST(FullStackTest, VP9KSVC_3SL_Medium_Network_Restricted) { simulcast.config->link_capacity_kbps = 1000; fixture->RunWithAnalyzer(simulcast); } -#endif // !defined(WEBRTC_MAC) - #endif // !defined(RTC_DISABLE_VP9) // Android bots can't handle FullHD, so disable the test.