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 <sprang@webrtc.org>
Commit-Queue: Sergey Silkin <ssilkin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24638}
This commit is contained in:
Sergey Silkin 2018-09-10 09:37:04 +02:00 committed by Commit Bot
parent b33290d082
commit 1fdcfa755e

View File

@ -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.