Commit b4520d68 authored by phoglund@chromium.org's avatar phoglund@chromium.org

Enabling WebRTC browser tests that used to be flaky under TSAN or Android.

BUG=373637
TBR=tommi@chromium.org

Review URL: https://codereview.chromium.org/322753002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276465 0039d316-1c4b-4281-b951-d872f2087c98
parent 948481d2
...@@ -190,7 +190,7 @@ IN_PROC_BROWSER_TEST_P(WebRtcBrowserTest, ...@@ -190,7 +190,7 @@ IN_PROC_BROWSER_TEST_P(WebRtcBrowserTest,
IN_PROC_BROWSER_TEST_P(WebRtcBrowserTest, MAYBE_CanForwardRemoteStream) { IN_PROC_BROWSER_TEST_P(WebRtcBrowserTest, MAYBE_CanForwardRemoteStream) {
#if defined (OS_ANDROID) #if defined (OS_ANDROID)
// This test fails on Nexus 5 devices. // This test fails on Nexus 5 devices.
// TODO: see http://crbug.com/362437 and http://crbug.com/359389 // TODO(henrika): see http://crbug.com/362437 and http://crbug.com/359389
// for details. // for details.
CommandLine::ForCurrentProcess()->AppendSwitch( CommandLine::ForCurrentProcess()->AppendSwitch(
switches::kDisableWebRtcHWDecoding); switches::kDisableWebRtcHWDecoding);
...@@ -202,7 +202,7 @@ IN_PROC_BROWSER_TEST_P(WebRtcBrowserTest, MAYBE_CanForwardRemoteStream) { ...@@ -202,7 +202,7 @@ IN_PROC_BROWSER_TEST_P(WebRtcBrowserTest, MAYBE_CanForwardRemoteStream) {
IN_PROC_BROWSER_TEST_P(WebRtcBrowserTest, MAYBE_CanForwardRemoteStream720p) { IN_PROC_BROWSER_TEST_P(WebRtcBrowserTest, MAYBE_CanForwardRemoteStream720p) {
#if defined (OS_ANDROID) #if defined (OS_ANDROID)
// This test fails on Nexus 5 devices. // This test fails on Nexus 5 devices.
// TODO: see http://crbug.com/362437 and http://crbug.com/359389 // TODO(henrika): see http://crbug.com/362437 and http://crbug.com/359389
// for details. // for details.
CommandLine::ForCurrentProcess()->AppendSwitch( CommandLine::ForCurrentProcess()->AppendSwitch(
switches::kDisableWebRtcHWDecoding); switches::kDisableWebRtcHWDecoding);
...@@ -252,9 +252,6 @@ IN_PROC_BROWSER_TEST_P(WebRtcBrowserTest, NegotiateOfferWithBLine) { ...@@ -252,9 +252,6 @@ IN_PROC_BROWSER_TEST_P(WebRtcBrowserTest, NegotiateOfferWithBLine) {
#if defined(OS_LINUX) && !defined(OS_CHROMEOS) && defined(ARCH_CPU_ARM_FAMILY) #if defined(OS_LINUX) && !defined(OS_CHROMEOS) && defined(ARCH_CPU_ARM_FAMILY)
// Timing out on ARM linux, see http://crbug.com/240373 // Timing out on ARM linux, see http://crbug.com/240373
#define MAYBE_CanSetupLegacyCall DISABLED_CanSetupLegacyCall #define MAYBE_CanSetupLegacyCall DISABLED_CanSetupLegacyCall
#elif defined (OS_ANDROID) || defined(THREAD_SANITIZER)
// Flaky on TSAN v2 and Android Tests (dbg): http://crbug.com/373637
#define MAYBE_CanSetupLegacyCall DISABLED_CanSetupLegacyCall
#else #else
#define MAYBE_CanSetupLegacyCall CanSetupLegacyCall #define MAYBE_CanSetupLegacyCall CanSetupLegacyCall
#endif #endif
...@@ -277,9 +274,6 @@ IN_PROC_BROWSER_TEST_P(WebRtcBrowserTest, CallWithSctpDataOnly) { ...@@ -277,9 +274,6 @@ IN_PROC_BROWSER_TEST_P(WebRtcBrowserTest, CallWithSctpDataOnly) {
#if defined(OS_LINUX) && !defined(OS_CHROMEOS) && defined(ARCH_CPU_ARM_FAMILY) #if defined(OS_LINUX) && !defined(OS_CHROMEOS) && defined(ARCH_CPU_ARM_FAMILY)
// Timing out on ARM linux bot: http://crbug.com/238490 // Timing out on ARM linux bot: http://crbug.com/238490
#define MAYBE_CallWithDataAndMedia DISABLED_CallWithDataAndMedia #define MAYBE_CallWithDataAndMedia DISABLED_CallWithDataAndMedia
#elif defined(THREAD_SANITIZER)
// Flaky on TSAN v2: http://crbug.com/373637
#define MAYBE_CallWithDataAndMedia DISABLED_CallWithDataAndMedia
#else #else
#define MAYBE_CallWithDataAndMedia CallWithDataAndMedia #define MAYBE_CallWithDataAndMedia CallWithDataAndMedia
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment