From 888f5936458dc1859a024e2ce695eaaeb7a0e499 Mon Sep 17 00:00:00 2001 From: "sbc@chromium.org" Date: Wed, 3 Jul 2013 04:13:01 +0000 Subject: Disable more failing webrtc tests on ARM linux. These are hopefully the last set of tests to be disabled before the ARM linux test bot goes 100% green. BUG=238490 Review URL: https://chromiumcodereview.appspot.com/18567002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209880 0039d316-1c4b-4281-b951-d872f2087c98 --- content/renderer/media/webrtc_audio_device_unittest.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'content/renderer/media/webrtc_audio_device_unittest.cc') diff --git a/content/renderer/media/webrtc_audio_device_unittest.cc b/content/renderer/media/webrtc_audio_device_unittest.cc index c0ac9bc..7b99ad5 100644 --- a/content/renderer/media/webrtc_audio_device_unittest.cc +++ b/content/renderer/media/webrtc_audio_device_unittest.cc @@ -556,6 +556,9 @@ TEST_F(WebRTCAudioDeviceTest, DISABLED_StartPlayout) { // disable this unit test on Android for now. #if defined(OS_ANDROID) #define MAYBE_StartRecording DISABLED_StartRecording +#elif defined(OS_LINUX) && !defined(OS_CHROMEOS) && defined(ARCH_CPU_ARM_FAMILY) +// This test is failing on ARM linux: http://crbug.com/238490 +#define MAYBE_StartRecording DISABLED_StartRecording #else #define MAYBE_StartRecording StartRecording #endif -- cgit v1.1