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

Unified Diff: chrome/test/chromeos/autotest/files/client/site_tests/desktopui_UITest/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
Index: chrome/test/chromeos/autotest/files/client/site_tests/desktopui_UITest/blacklists.py
diff --git a/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_UITest/blacklists.py b/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_UITest/blacklists.py
new file mode 100644
index 0000000000000000000000000000000000000000..4c549c81493fbedc835aa06e74bdd182fd166320
--- /dev/null
+++ b/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_UITest/blacklists.py
@@ -0,0 +1,55 @@
+# 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 = [
+ # control$
+ 'ResourceDispatcherTest.SniffHTMLWithNoContentType',
+ 'ResourceDispatcherTest.SniffNoContentTypeNoData',
+ 'ResourceDispatcherTest.ContentDispositionEmpty',
+ 'ResourceDispatcherTest.ContentDispositionInline',
+ 'ResourceDispatcherTest.CrossSiteNavigationNonBuffered',
+
+ # control.one$
+ 'PPAPITest.Broker',
+ 'PPAPITest.Core',
+ 'PPAPITest.CursorControl',
+ 'PPAPITest.Instance',
+ 'PPAPITest.Graphics2D',
+ 'PPAPITest.ImageData',
+ 'PPAPITest.Buffer',
+ 'PPAPITest.URLLoader',
+ 'PPAPITest.PaintAggregator',
+ 'PPAPITest.Scrollbar',
+ 'PPAPITest.URLUtil',
+ 'PPAPITest.CharSet',
+ 'PPAPITest.Var',
+ 'PPAPITest.VarDeprecated',
+ 'PPAPITest.PostMessage',
+ 'PPAPITest.Memory',
+ 'PPAPITest.QueryPolicy',
+ 'PPAPITest.VideoDecoder',
+ 'PPAPITest.FileRef',
+ 'PPAPITest.FileSystem',
+ 'PPAPITest.UMA',
+ 'OutOfProcessPPAPITest.Broker',
+ 'OutOfProcessPPAPITest.Core',
+ 'OutOfProcessPPAPITest.CursorControl',
+ 'OutOfProcessPPAPITest.ImageData',
+ 'OutOfProcessPPAPITest.Buffer',
+ 'OutOfProcessPPAPITest.PaintAggregator',
+ 'OutOfProcessPPAPITest.URLUtil',
+ 'OutOfProcessPPAPITest.CharSet',
+ 'OutOfProcessPPAPITest.Memory',
+ 'OutOfProcessPPAPITest.VideoDecoder',
+ 'NPAPIVisiblePluginTester.ClickToPlay',
+ 'NPAPIAutomationEnabledTest.LoadAllBlockedPlugins',
+ 'HistoryTester.ConsiderRedirectAfterGestureAsUserInitiated',
+
+ # control.two$
+ 'CheckFalseTest.CheckFails']
+
+
+blacklist_vm = []

Powered by Google App Engine
This is Rietveld 408576698