summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications/desktop_notifications_unittest.cc
diff options
context:
space:
mode:
authormmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-06 15:40:11 +0000
committermmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-06 15:40:11 +0000
commit1353a241406972b5bedc95defa61b87fd5e58e7c (patch)
tree0341e841e42043a0c2c77b17ad79f8f159ad4859 /chrome/browser/notifications/desktop_notifications_unittest.cc
parent4f7831bf536054cf3099de09aef77438479f172e (diff)
downloadchromium_src-1353a241406972b5bedc95defa61b87fd5e58e7c.zip
chromium_src-1353a241406972b5bedc95defa61b87fd5e58e7c.tar.gz
chromium_src-1353a241406972b5bedc95defa61b87fd5e58e7c.tar.bz2
Mark the following as failing under Windows:
DesktopNotificationsTest.TestShow DesktopNotificationsTest.TestClose DesktopNotificationsTest.TestCancel DesktopNotificationsTest.TestPositioning DesktopNotificationsTest.TestVariableSize DesktopNotificationsTest.TestQueueing DesktopNotificationsTest.TestUserInputEscaping Also Mark TaskManagerBrowserTest.NoticeNotificationChanges as disabled under windows. TBR=mmenke BUG=78597 TEST=none Review URL: http://codereview.chromium.org/6802009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80629 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/notifications/desktop_notifications_unittest.cc')
-rw-r--r--chrome/browser/notifications/desktop_notifications_unittest.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/chrome/browser/notifications/desktop_notifications_unittest.cc b/chrome/browser/notifications/desktop_notifications_unittest.cc
index b3d72ff..42aef78 100644
--- a/chrome/browser/notifications/desktop_notifications_unittest.cc
+++ b/chrome/browser/notifications/desktop_notifications_unittest.cc
@@ -111,6 +111,17 @@ DesktopNotificationsTest::StandardTestNotification() {
return params;
}
+#if defined(OS_WIN)
+// http://crbug.com/78597
+#define TestShow FAILS_TestShow
+#define TestClose FAILS_TestClose
+#define TestCancel FAILS_TestCancel
+#define TestPositioning FAILS_TestPositioning
+#define TestVariableSize FAILS_TestVariableSize
+#define TestQueueing FAILS_TestQueueing
+#define TestUserInputEscaping FAILS_TestUserInputEscaping
+#endif // OS_WIN
+
TEST_F(DesktopNotificationsTest, TestShow) {
DesktopNotificationHostMsg_Show_Params params = StandardTestNotification();
params.notification_id = 1;