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

Unified Diff: chrome/test/chromeos/autotest/files/client/site_tests/desktopui_BrowserTest/blacklists.py

Issue 7838033: Added login to UITests and added tests to filter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments + new blacklist files. Created 9 years, 3 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
« no previous file with comments | « no previous file | chrome/test/chromeos/autotest/files/client/site_tests/desktopui_BrowserTest/desktopui_BrowserTest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromeos/autotest/files/client/site_tests/desktopui_BrowserTest/blacklists.py
diff --git a/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_BrowserTest/blacklists.py b/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_BrowserTest/blacklists.py
new file mode 100644
index 0000000000000000000000000000000000000000..c5e4e081884266dc40714f1cc87fb73272bfb222
--- /dev/null
+++ b/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_BrowserTest/blacklists.py
@@ -0,0 +1,37 @@
+# Copyright (c) 2011 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# TODO(rkc): Tests currently failing on the PFQ - resolve these.
+# http://code.google.com/p/chromium-os/issues/detail?id=20128
+blacklist = ['FindInPageControllerTest.AcceleratorRestoring',
+ 'FindInPageControllerTest.FindMovesWhenObscuring',
+ 'FindInPageControllerTest.FitWindow',
+ 'BrowserNavigatorTest.NavigateFromBlankToOptionsInSameTab',
+ 'BrowserNavigatorTest.NavigateFromOmniboxIntoNewTab',
+ 'PrerenderBrowserTest.PrerenderDelayLoadPlugin',
+ 'PrerenderBrowserTest.PrerenderIframeDelayLoadPlugin',
+ 'PrerenderBrowserTest.PrerenderHTML5Audio',
+ 'PrerenderBrowserTest.PrerenderHTML5Video',
+ 'PrerenderBrowserTest.PrerenderHTML5VideoJs',
+ 'NaClExtensionTest.WebStoreExtension',
+ 'NaClExtensionTest.ComponentExtension',
+ 'NaClExtensionTest.UnpackedExtension',
+ 'ExtensionResourceRequestPolicyTest.Audio',
+ 'ExtensionResourceRequestPolicyTest.Video',
+ 'ExtensionCrashRecoveryTest.Basic',
+ 'ExtensionCrashRecoveryTest.CloseAndReload',
+ 'ExtensionCrashRecoveryTest.ReloadIndependentlyChangeTabs',
+ 'ExtensionCrashRecoveryTest.ReloadIndependentlyNavigatePage',
+ 'ExtensionCrashRecoveryTest.TwoExtensionsCrashFirst',
+ 'ExtensionCrashRecoveryTest.TwoExtensionsCrashSecond',
+ 'ExtensionCrashRecoveryTest.TwoExtensionsCrashBothAtOnce',
+ 'ExtensionCrashRecoveryTest.TwoExtensionsOneByOne',
+ 'ExtensionCrashRecoveryTest.TwoExtensionsReloadIndependently',
+ 'ExtensionCrashRecoveryTest.CrashAndUninstall',
+ 'ExtensionApiTest.WebNavigationUserAction',
+ 'ExistingUserControllerTest.NewUserLogin',
+ 'OmniboxApiTest.PopupStaysClosed']
+
+
+blacklist_vm = ['GPUBrowserTest.CanOpenPopupAndRenderWithWebGLCanvas']
« no previous file with comments | « no previous file | chrome/test/chromeos/autotest/files/client/site_tests/desktopui_BrowserTest/desktopui_BrowserTest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698