From 11bf2fa43c301024c0c246d5ac603fa1836e43dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20H=C3=B6glund?= Date: Mon, 9 Apr 2018 12:20:50 +0200 Subject: [PATCH] Disable Paris QCIF test. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TBR=stefan@webrtc.org Bug: webrtc:9129 Change-Id: I32882085e38d4b9f6b36997941e55b16d608c434 Reviewed-on: https://webrtc-review.googlesource.com/68560 Commit-Queue: Patrik Höglund Reviewed-by: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#22797} --- video/full_stack_tests.cc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/video/full_stack_tests.cc b/video/full_stack_tests.cc index 4ea4d0dc5f..27dfc3b53c 100644 --- a/video/full_stack_tests.cc +++ b/video/full_stack_tests.cc @@ -98,7 +98,13 @@ TEST_F(FullStackTest, GeneratorWithoutPacketLossMultiplexI420AFrame) { #endif // !defined(RTC_DISABLE_VP9) -TEST_F(FullStackTest, ParisQcifWithoutPacketLoss) { +#if defined(WEBRTC_LINUX) +// Crashes on the linux trusty perf bot: bugs.webrtc.org/9129. +#define MAYBE_ParisQcifWithoutPacketLoss DISABLED_ParisQcifWithoutPacketLoss +#else +#define MAYBE_ParisQcifWithoutPacketLoss ParisQcifWithoutPacketLoss +#endif +TEST_F(FullStackTest, MAYBE_ParisQcifWithoutPacketLoss) { VideoQualityTest::Params paris_qcif; paris_qcif.call.send_side_bwe = true; paris_qcif.video[0] = {true, 176, 144, 30, 300000,