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

Unified Diff: chrome/test/functional/PYAUTO_TESTS

Issue 11434073: Revert r170623 "Convert HTML5 notification pyauto tests to browser_tests." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | « chrome/test/data/notifications/notification_tester.html ('k') | chrome/test/functional/notifications.py » ('j') | 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 c463522311ccfa3c20b1120f04984ca40c3be6ff..d7547049c5e92d587c984c3e84078f95b914684f 100644
--- a/chrome/test/functional/PYAUTO_TESTS
+++ b/chrome/test/functional/PYAUTO_TESTS
@@ -48,6 +48,7 @@
'media.media_basic_playback',
'multiprofile',
'nacl_sdk',
+ 'notifications',
'ntp',
'omnibox',
'passwords',
@@ -98,6 +99,10 @@
# Mysteriously broken?
# crbug.com/138857
'-multiprofile.MultiprofileTest.testMakeSearchEngineDefaultInMultiprofile',
+ # crbug.com/105560
+ '-notifications',
+ # crbug.com/99506
+ '-notifications.NotificationsTest.testSpecialURLNotification',
# crbug.com/143308
'-omnibox.OmniboxLiveTest.testGoogleSearch',
# crbug.com/71715
@@ -149,8 +154,8 @@
# -imports.ImportsTest.testFirefoxImportFromPrefs
# Disabled on vista in the actual test. crbug.com/89767
# -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs
- # crbug.com/125424
- '-media.media_basic_playback.MediaBasicPlaybackTest.testBasicPlaybackMatrix',
+ # crbug.com/95031
+ '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito',
# crbug.com/117569
'-passwords.PasswordTest.testSavedPasswordInTabsAndWindows',
# crbug.com/98526
@@ -192,6 +197,10 @@
# crbug.com/121484
'-multiprofile.MultiprofileTest.test20NewProfiles',
'-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812
+ # Causes browser crash. crbug.com/93548
+ '-notifications.NotificationsTest.testIncognitoNotification',
+ '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito',
+ '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
# crbug.com/70437
'-omnibox.OmniboxTest.testHistoryResult',
# crbug.com/91617
@@ -213,6 +222,8 @@
# ===========================
# Permanently-disabled tests.
# ===========================
+ # crbug.com/104206
+ '-notifications.NotificationsTest.testKillNotificationProcess',
# System password manager obstructs password automation.
'-passwords',
@@ -223,6 +234,8 @@
'-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum',
# crbug.com/111289
'-extensions.ExtensionsTest.testAllowAccessFileURLs',
+ # crbug.com/66072
+ '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
# crbug.com/91033
'-omnibox.OmniboxTest.testOmniboxSearchHistory',
# Gnome / kwallet popups on linux break sync tests. crbug.com/80329
@@ -305,6 +318,8 @@
'-chromeos_wifi_sanity.ChromeosWifiSanity.testConnectToHiddenWiFiNonExistent',
# crosbug.com/20025
'-chromeos_browser.ChromeosBrowserTest.testFullScreen',
+ # crbug.com/102549
+ '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito',
# Chrome driver does not work in Chrome OS.
# crosbug.com/19556
'-prefs_ui',
« no previous file with comments | « chrome/test/data/notifications/notification_tester.html ('k') | chrome/test/functional/notifications.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698