summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorphoglund@chromium.org <phoglund@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-02 17:53:48 +0000
committerphoglund@chromium.org <phoglund@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-02 17:53:48 +0000
commitf7ab05b3f68b0cf0946dddcab92b831289e193aa (patch)
tree85ef9995df2a686fda85776d3a512ea00f1f5eca /build
parenta3526116fa1985aa42b2e198b38d77c0a38491d7 (diff)
downloadchromium_src-f7ab05b3f68b0cf0946dddcab92b831289e193aa.zip
chromium_src-f7ab05b3f68b0cf0946dddcab92b831289e193aa.tar.gz
chromium_src-f7ab05b3f68b0cf0946dddcab92b831289e193aa.tar.bz2
Working around IO thread chrashes for WebRTC tests on Android.
Because the content_browsertests tearDown logic is broken with respect to threading on Android, we here work around the problem by sleeping in the tearDown to give the IO thread time to finish its work. This will lengthen the execution time of the tests but hopefully make the tests stable enough to last us until the Clank team finds time to rewrite the tearDown logic. BUG=362852 Review URL: https://codereview.chromium.org/251323002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267858 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/android/pylib/gtest/filter/content_browsertests_disabled3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/android/pylib/gtest/filter/content_browsertests_disabled b/build/android/pylib/gtest/filter/content_browsertests_disabled
index 2978ce0..c96ce6c 100644
--- a/build/android/pylib/gtest/filter/content_browsertests_disabled
+++ b/build/android/pylib/gtest/filter/content_browsertests_disabled
@@ -120,6 +120,3 @@ TracingControllerTest.EnableCaptureAndDisableMonitoringWithFilePath
# http://crbug.com/343604
MSE_ClearKey/EncryptedMediaTest.ConfigChangeVideo/0
-
-# http://crbug.com/362852
-WebRtcBrowserTests/WebRtcBrowserTest.*