Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7370)

Unified Diff: build/android/pylib/gtest/filter/content_browsertests_disabled

Issue 12796005: Android: Add some required commmandline flags for running content_browsertests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/android/pylib/gtest/filter/content_browsertests_disabled
diff --git a/build/android/pylib/gtest/filter/content_browsertests_disabled b/build/android/pylib/gtest/filter/content_browsertests_disabled
index effa5d1555f345e82cdc0aea2b74cf45e253b2e7..7580983aa784e8ae2cd58ae40d7c53338f71ab62 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.*
« no previous file with comments | « build/android/pylib/browsertests/dispatch.py ('k') | content/shell/android/browsertests_apk/content_browser_tests_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698