Move youtube tests to FULL pyauto suite

R=dennisjeffrey@chromium.org
BUG=
TEST=

Review URL: https://chromiumcodereview.appspot.com/10414049

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138306 0039d316-1c4b-4281-b951-d872f2087c98
parent 5ca6ed11
...@@ -83,7 +83,6 @@ ...@@ -83,7 +83,6 @@
'test_basic', 'test_basic',
'test_pyauto', 'test_pyauto',
'themes', 'themes',
'youtube',
# One-click infobars disabled on M20 by r135749. # One-click infobars disabled on M20 by r135749.
# Re-enable for M21 after branch point. # Re-enable for M21 after branch point.
...@@ -168,8 +167,6 @@ ...@@ -168,8 +167,6 @@
'-sync.SyncTest.testRestartBrowser', '-sync.SyncTest.testRestartBrowser',
# crbug.com/87642 # crbug.com/87642
'-sync.SyncTest.testDisableAndEnableDatatypes', '-sync.SyncTest.testDisableAndEnableDatatypes',
# crbug.com/95621
'-youtube.YoutubeTest.testPlayerStatus',
# crbug.com/98526 # crbug.com/98526
'-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser',
'-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox',
...@@ -223,10 +220,6 @@ ...@@ -223,10 +220,6 @@
# crbug.com/98526 # crbug.com/98526
'-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser',
'-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox',
# crbug.com/109035
'-youtube.YoutubeTest.testPlayerBytes',
# crbug.com/109035
'-youtube.YoutubeTest.testPlayerResolution',
], ],
'linux': [ # linux != chromeos 'linux': [ # linux != chromeos
...@@ -273,10 +266,6 @@ ...@@ -273,10 +266,6 @@
'-sync', '-sync',
# crbug.com/66072 # crbug.com/66072
'-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', '-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 # ChromeOS is linux, but note that this section does not include the
...@@ -476,6 +465,7 @@ ...@@ -476,6 +465,7 @@
'media.media_basic_playback', 'media.media_basic_playback',
'nacl_sdk', 'nacl_sdk',
'translate', 'translate',
'youtube',
# =========================== # ===========================
# Permanently-disabled tests. # Permanently-disabled tests.
...@@ -519,9 +509,18 @@ ...@@ -519,9 +509,18 @@
'-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlaybackMatrix', '-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlaybackMatrix',
# crbug.com/115646 # crbug.com/115646
'-translate.TranslateTest.testSeveralLanguages', '-translate.TranslateTest.testSeveralLanguages',
# crbug.com/95621
'-youtube.YoutubeTest.testPlayerStatus',
], ],
'mac': [ 'mac': [
# ==================================================
# Disabled tests that need to be investigated/fixed.
# ==================================================
# crbug.com/109035
'-youtube.YoutubeTest.testPlayerBytes',
'-youtube.YoutubeTest.testPlayerResolution',
# =========================== # ===========================
# Permanently-disabled tests. # Permanently-disabled tests.
# =========================== # ===========================
...@@ -561,6 +560,9 @@ ...@@ -561,6 +560,9 @@
# crbug.com/123419 # crbug.com/123419
'-browsing_data.BrowsingDataTest.testClearCookies', '-browsing_data.BrowsingDataTest.testClearCookies',
'-databases.DatabasesTest.testDeleteAndUpdateDatabase', '-databases.DatabasesTest.testDeleteAndUpdateDatabase',
# crbug.com/109035
'-youtube.YoutubeTest.testPlayerBytes',
'-youtube.YoutubeTest.testPlayerResolution',
], ],
'chromeos': [ 'chromeos': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment