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

Unified Diff: chrome/test/functional/PYAUTO_TESTS

Issue 10414049: Move youtube tests to FULL pyauto suite (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/PYAUTO_TESTS
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS
index c3be41e43869c343b4ffd4a2edaf76accc2df220..be8c5e093cbde09bcb7d60c268f4e26a88c17d7c 100644
--- a/chrome/test/functional/PYAUTO_TESTS
+++ b/chrome/test/functional/PYAUTO_TESTS
@@ -83,7 +83,6 @@
'test_basic',
'test_pyauto',
'themes',
- 'youtube',
# One-click infobars disabled on M20 by r135749.
# Re-enable for M21 after branch point.
@@ -170,8 +169,6 @@
'-sync.SyncTest.testRestartBrowser',
# crbug.com/87642
'-sync.SyncTest.testDisableAndEnableDatatypes',
- # crbug.com/95621
- '-youtube.YoutubeTest.testPlayerStatus',
# crbug.com/98526
'-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser',
'-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox',
@@ -225,10 +222,6 @@
# crbug.com/98526
'-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser',
'-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox',
- # crbug.com/109035
- '-youtube.YoutubeTest.testPlayerBytes',
- # crbug.com/109035
- '-youtube.YoutubeTest.testPlayerResolution',
],
'linux': [ # linux != chromeos
@@ -275,10 +268,6 @@
'-sync',
# crbug.com/66072
'-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
- # crbug.com/109035
- '-youtube.YoutubeTest.testPlayerBytes',
- # crbug.com/109035
- '-youtube.YoutubeTest.testPlayerResolution',
],
# ChromeOS is linux, but note that this section does not include the
@@ -478,6 +467,7 @@
'media.media_basic_playback',
'nacl_sdk',
'translate',
+ 'youtube',
# ===========================
# Permanently-disabled tests.
@@ -525,9 +515,18 @@
'-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlaybackMatrix',
# crbug.com/115646
'-translate.TranslateTest.testSeveralLanguages',
+ # crbug.com/95621
+ '-youtube.YoutubeTest.testPlayerStatus',
],
'mac': [
+ # ==================================================
+ # Disabled tests that need to be investigated/fixed.
+ # ==================================================
+ # crbug.com/109035
+ '-youtube.YoutubeTest.testPlayerBytes',
+ '-youtube.YoutubeTest.testPlayerResolution',
+
# ===========================
# Permanently-disabled tests.
# ===========================
@@ -567,6 +566,9 @@
# crbug.com/123419
'-browsing_data.BrowsingDataTest.testClearCookies',
'-databases.DatabasesTest.testDeleteAndUpdateDatabase',
+ # crbug.com/109035
+ '-youtube.YoutubeTest.testPlayerBytes',
+ '-youtube.YoutubeTest.testPlayerResolution',
],
'chromeos': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698