diff options
author | niklase@chromium.org <niklase@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-02 19:41:18 +0000 |
---|---|---|
committer | niklase@chromium.org <niklase@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-02 19:41:18 +0000 |
commit | 73e6923eb8026dbf98973fae2d7cdc3adc16e829 (patch) | |
tree | 75dee53c50e0d11a258d7077f18ecaaaaf0208a8 /build | |
parent | 96ab7279718f6753b22728a850334c4da1cf4bdc (diff) | |
download | chromium_src-73e6923eb8026dbf98973fae2d7cdc3adc16e829.zip chromium_src-73e6923eb8026dbf98973fae2d7cdc3adc16e829.tar.gz chromium_src-73e6923eb8026dbf98973fae2d7cdc3adc16e829.tar.bz2 |
Revert 267858 "Working around IO thread chrashes for WebRTC test..."
Android browser tests still failing at http://chromegw/i/client.webrtc/waterfall
> 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
TBR=phoglund@chromium.org
Review URL: https://codereview.chromium.org/262773014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267897 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/android/pylib/gtest/filter/content_browsertests_disabled | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/android/pylib/gtest/filter/content_browsertests_disabled b/build/android/pylib/gtest/filter/content_browsertests_disabled index c96ce6c..2978ce0 100644 --- a/build/android/pylib/gtest/filter/content_browsertests_disabled +++ b/build/android/pylib/gtest/filter/content_browsertests_disabled @@ -120,3 +120,6 @@ TracingControllerTest.EnableCaptureAndDisableMonitoringWithFilePath # http://crbug.com/343604 MSE_ClearKey/EncryptedMediaTest.ConfigChangeVideo/0 + +# http://crbug.com/362852 +WebRtcBrowserTests/WebRtcBrowserTest.* |