summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authornileshagrawal@chromium.org <nileshagrawal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-13 04:23:19 +0000
committernileshagrawal@chromium.org <nileshagrawal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-13 04:23:19 +0000
commit8f9e722ee00bcbe1733b7e2163c098bf8239d516 (patch)
tree6bf8c7132b9339c6a902ca2a23fb0ced288b450c /build
parentbdf9bdc258df1e56f7ac7e3de705b0a70e9f93e4 (diff)
downloadchromium_src-8f9e722ee00bcbe1733b7e2163c098bf8239d516.zip
chromium_src-8f9e722ee00bcbe1733b7e2163c098bf8239d516.tar.gz
chromium_src-8f9e722ee00bcbe1733b7e2163c098bf8239d516.tar.bz2
Android: Add some required commmandline flags for running content_browsertests.
Also filed some bugs for the failing cases. BUG=138275 Review URL: https://chromiumcodereview.appspot.com/12796005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187773 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/android/pylib/browsertests/dispatch.py2
-rw-r--r--build/android/pylib/gtest/filter/content_browsertests_disabled26
2 files changed, 19 insertions, 9 deletions
diff --git a/build/android/pylib/browsertests/dispatch.py b/build/android/pylib/browsertests/dispatch.py
index 6f3ba42..5d2f48d 100644
--- a/build/android/pylib/browsertests/dispatch.py
+++ b/build/android/pylib/browsertests/dispatch.py
@@ -36,8 +36,6 @@ def Dispatch(options):
'apks',
constants.BROWSERTEST_SUITE_NAME + '.apk')
- options.test_arguments = '--single_process %s' % options.test_arguments
-
# Constructs a new TestRunner with the current options.
def RunnerFactory(device, shard_index):
return test_runner.TestRunner(
diff --git a/build/android/pylib/gtest/filter/content_browsertests_disabled b/build/android/pylib/gtest/filter/content_browsertests_disabled
index effa5d1..7580983 100644
--- a/build/android/pylib/gtest/filter/content_browsertests_disabled
+++ b/build/android/pylib/gtest/filter/content_browsertests_disabled
@@ -18,10 +18,8 @@ IndexedDBBrowserTest.ConnectionsClosedOnTabClose
CrossPlatformAccessibilityBrowserTest.*
GpuCrashTest.MANUAL_WebkitLoseContext
DatabaseTest.*
-BrowserPluginHostTest.*
# Failures
-WebrtcBrowserTest.*
WorkerLayoutTest.*
MediaLayoutTest.*
IndexedDBLayoutTest.*
@@ -37,16 +35,30 @@ BlobLayoutTest.*
ChildProcessSecurityPolicyInProcessBrowserTest.NoLeak
# Crashes
-RenderViewImplTest.*
-BrowserPluginTest.*
-PluginTest.*
WorkerXHRHttpLayoutTest.Tests
+GpuCrashTest.MANUAL_Kill
+DownloadContentTest.ResumeInterruptedDownload
+
+# Needs to start the test server before
+# BrowserTestBase::SetUpCommandLine is called, but on Android
+# the test server needs to be started in SetUpOnMainThread().
SecurityExploitBrowserTest.SetWebUIProperty
+
+# Plugins are not supported.
+BrowserPluginHostTest.*
+BrowserPluginTest.*
+PluginTest.*
+
+# http://crbug.com/181069
+WebrtcBrowserTest.*
+
+# http://crbug.com/187500
+RenderViewImplTest.*
RendererAccessibilityTest.EditableTextModeFocusNotifications
RendererAccessibilityTest.SendFullAccessibilityTreeOnReload
RendererAccessibilityTest.HideAccessibilityObject
RendererAccessibilityTest.ShowAccessibilityObject
RenderWidgetTest.OnMsgPaintAtSize
-GpuCrashTest.MANUAL_Kill
-DownloadContentTest.ResumeInterruptedDownload
+
+# Multiple test servers support: http://crbug/187570
RenderViewHostManagerTest.*