From 844f99351f73f4295188e3fd1182c469f17da505 Mon Sep 17 00:00:00 2001 From: deadbeef Date: Mon, 18 Apr 2016 16:18:56 -0700 Subject: [PATCH] Disabling SwitchesToASTThenBackToTOFForVideo test for MSan bot. TBR=pbos@webrtc.org NOTRY=True BUG=webrtc:5790 Review URL: https://codereview.webrtc.org/1902603002 Cr-Commit-Position: refs/heads/master@{#12418} --- webrtc/call/bitrate_estimator_tests.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webrtc/call/bitrate_estimator_tests.cc b/webrtc/call/bitrate_estimator_tests.cc index 4982fbfdad..2aa2b84acd 100644 --- a/webrtc/call/bitrate_estimator_tests.cc +++ b/webrtc/call/bitrate_estimator_tests.cc @@ -302,8 +302,8 @@ TEST_F(BitrateEstimatorTest, SwitchesToASTForVideo) { EXPECT_TRUE(receiver_log_.Wait()); } -// Fails when run with ASan. See webrtc:5790. -#if defined(ADDRESS_SANITIZER) +// Fails when run with ASan/MSan. See webrtc:5790. +#if defined(ADDRESS_SANITIZER) || defined(MEMORY_SANITIZER) #define MAYBE_SwitchesToASTThenBackToTOFForVideo \ DISABLED_SwitchesToASTThenBackToTOFForVideo #else