From 7f978f18b3a64fd895df8a840106f944ee5735da Mon Sep 17 00:00:00 2001 From: Sergey Silkin Date: Mon, 10 Sep 2018 12:01:49 +0000 Subject: [PATCH] Revert "Enable VP9 KSVC perf tests." MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 1fdcfa755e963e2710fcbf6b1525b6ed50e67428. Reason for revert: Still crashes (see webrtc:9506). Original change's description: > Enable VP9 KSVC perf tests. > > 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} TBR=sprang@webrtc.org,ssilkin@webrtc.org Change-Id: I4761c702330809f0e39e6a88870892320dc47280 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: webrtc:9506 Reviewed-on: https://webrtc-review.googlesource.com/99160 Reviewed-by: Sergey Silkin Commit-Queue: Sergey Silkin Cr-Commit-Position: refs/heads/master@{#24649} --- video/full_stack_tests.cc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/video/full_stack_tests.cc b/video/full_stack_tests.cc index 97c2411b58..804d9f11d7 100644 --- a/video/full_stack_tests.cc +++ b/video/full_stack_tests.cc @@ -803,6 +803,9 @@ 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; @@ -855,6 +858,8 @@ 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.