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

Unified Diff: chrome/browser/chromeos/extensions/file_browser_notifications_browsertest.cc

Issue 8625006: Aura: Mark FileBrowserNotificationsTest disabled for now (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/file_browser_notifications_browsertest.cc
diff --git a/chrome/browser/chromeos/extensions/file_browser_notifications_browsertest.cc b/chrome/browser/chromeos/extensions/file_browser_notifications_browsertest.cc
index 52e7759d0c58b751e9e32cc0443fc7f96e927836..011096692e430baccb43f3043074aff3715bea71 100644
--- a/chrome/browser/chromeos/extensions/file_browser_notifications_browsertest.cc
+++ b/chrome/browser/chromeos/extensions/file_browser_notifications_browsertest.cc
@@ -109,7 +109,7 @@ class FileBrowserNotificationsTest : public InProcessBrowserTest {
#if defined(USE_AURA)
// TODO(jamescook): Fails on linux_chromeos_aura because we haven't implemented
// chromeos::SystemNotification yet. http://crbug.com/104471
-#define MAYBE_TestBasic FAILS_TestBasic
+#define MAYBE_TestBasic DISABLED_TestBasic
#else
#define MAYBE_TestBasic TestBasic
#endif
@@ -164,7 +164,7 @@ IN_PROC_BROWSER_TEST_F(FileBrowserNotificationsTest, MAYBE_TestBasic) {
#if defined(USE_AURA)
// TODO(jamescook): Fails on linux_chromeos_aura because we haven't implemented
// chromeos::SystemNotification yet. http://crbug.com/104471
-#define MAYBE_ShowDelayedTest FAILS_ShowDelayedTest
+#define MAYBE_ShowDelayedTest DISABLED_ShowDelayedTest
#else
// TODO(jamescook): This test is flaky on linux_chromeos, occasionally causing
// this assertion failure inside Gtk:
@@ -228,7 +228,7 @@ IN_PROC_BROWSER_TEST_F(FileBrowserNotificationsTest, MAYBE_ShowDelayedTest) {
#if defined(USE_AURA)
// TODO(jamescook): Fails on linux_chromeos_aura because we haven't implemented
// chromeos::SystemNotification yet. http://crbug.com/104471
-#define MAYBE_HideDelayedTest FAILS_HideDelayedTest
+#define MAYBE_HideDelayedTest DISABLED_HideDelayedTest
#else
#define MAYBE_HideDelayedTest HideDelayedTest
#endif
« 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