diff options
author | nileshagrawal@chromium.org <nileshagrawal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-18 15:15:56 +0000 |
---|---|---|
committer | nileshagrawal@chromium.org <nileshagrawal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-18 15:15:56 +0000 |
commit | 72f34e3f10f1b288d8166011344c9628c8a4c994 (patch) | |
tree | 289af0333aab5f1f9a2138f4b2a3baac2401e907 /build | |
parent | 50b367bd8f33555cced35c6731781a864ff95e22 (diff) | |
download | chromium_src-72f34e3f10f1b288d8166011344c9628c8a4c994.zip chromium_src-72f34e3f10f1b288d8166011344c9628c8a4c994.tar.gz chromium_src-72f34e3f10f1b288d8166011344c9628c8a4c994.tar.bz2 |
Android: Disable failing download content browsertests.
BUG=215894
Review URL: https://codereview.chromium.org/12919004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188741 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/android/pylib/gtest/filter/content_browsertests_disabled | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/build/android/pylib/gtest/filter/content_browsertests_disabled b/build/android/pylib/gtest/filter/content_browsertests_disabled index 673e409..1ff115f 100644 --- a/build/android/pylib/gtest/filter/content_browsertests_disabled +++ b/build/android/pylib/gtest/filter/content_browsertests_disabled @@ -40,7 +40,6 @@ GpuPixelTestBrowserPlugin.MANUAL_BrowserPluginBlueBox # Crashes WorkerXHRHttpLayoutTest.Tests GpuCrashTest.MANUAL_Kill -DownloadContentTest.ResumeInterruptedDownload # Needs to start the test server before # BrowserTestBase::SetUpCommandLine is called, but on Android @@ -65,3 +64,10 @@ RenderWidgetTest.OnMsgPaintAtSize # Multiple test servers support: http://crbug/187570 RenderViewHostManagerTest.* + +# http://crbug.com/215894 +DownloadContentTest.ResumeInterruptedDownload +DownloadContentTest.ResumeInterruptedDownloadNoRange +DownloadContentTest.ResumeInterruptedDownloadNoVerifiers +DownloadContentTest.ResumeInterruptedDownloadBadPrecondition +DownloadContentTest.ResumeWithDeletedFile |