From 65a036780bc6ed19e0f52b6f16a56b8b4eb07086 Mon Sep 17 00:00:00 2001 From: sprang Date: Mon, 19 Oct 2015 03:59:06 -0700 Subject: [PATCH] Revert of Add screenshare perf tests with lossy links (patchset #1 id:1 of https://codereview.webrtc.org/1409513005/ ) Reason for revert: Reverting to see of this resolves build bot failures (Nexus 7.2, especially debug) which now seems to sometimes fail to start tests altogether. Original issue's description: > Add screenshare perf tests with lossy links > > BUG= > > Committed: https://crrev.com/4af0f1a098bc908cfe825981b825687673d5134a > Cr-Commit-Position: refs/heads/master@{#10290} TBR=pbos@webrtc.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.webrtc.org/1415603002 Cr-Commit-Position: refs/heads/master@{#10322} --- webrtc/video/full_stack.cc | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/webrtc/video/full_stack.cc b/webrtc/video/full_stack.cc index 9483f6e861..8511b8281e 100644 --- a/webrtc/video/full_stack.cc +++ b/webrtc/video/full_stack.cc @@ -136,30 +136,6 @@ TEST_F(FullStackTest, ScreenshareSlidesVP8_2TL_Scroll) { RunTest(config); } -TEST_F(FullStackTest, ScreenshareSlidesVP8_2TL_LossyNet) { - VideoQualityTest::Params screenshare = { - {1850, 1110, 5, 50000, 200000, 2000000, "VP8", 2, 400000}, - {}, // Video-specific. - {true, 10}, // Screenshare-specific. - {"screenshare_slides_lossy_net", 0.0, 0.0, kFullStackTestDurationSecs}}; - screenshare.pipe.loss_percent = 5; - screenshare.pipe.queue_delay_ms = 200; - screenshare.pipe.link_capacity_kbps = 500; - RunTest(screenshare); -} - -TEST_F(FullStackTest, ScreenshareSlidesVP8_2TL_VeryLossyNet) { - VideoQualityTest::Params screenshare = { - {1850, 1110, 5, 50000, 200000, 2000000, "VP8", 2, 400000}, - {}, // Video-specific. - {true, 10}, // Screenshare-specific. - {"screenshare_slides_very_lossy", 0.0, 0.0, kFullStackTestDurationSecs}}; - screenshare.pipe.loss_percent = 10; - screenshare.pipe.queue_delay_ms = 200; - screenshare.pipe.link_capacity_kbps = 500; - RunTest(screenshare); -} - TEST_F(FullStackTest, ScreenshareSlidesVP9_2TL) { VideoQualityTest::Params screenshare = { {1850, 1110, 5, 50000, 200000, 2000000, "VP9", 2, 400000},