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

Unified Diff: chrome/browser/ui/views/status_icons/status_tray_win_unittest.cc

Issue 11198033: Don't run StatusTrayWinTest.ClickOnIcon on bots since it fails on them. It does pass locally though. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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/browser/ui/views/status_icons/status_tray_win_unittest.cc
===================================================================
--- chrome/browser/ui/views/status_icons/status_tray_win_unittest.cc (revision 162134)
+++ chrome/browser/ui/views/status_icons/status_tray_win_unittest.cc (working copy)
@@ -41,6 +41,7 @@
icon->SetContextMenu(menu);
}
+#if !defined(USE_AURA) // http://crbug.com/156370
TEST(StatusTrayWinTest, ClickOnIcon) {
// Create an icon, send a fake click event, make sure observer is called.
StatusTrayWin tray;
@@ -54,3 +55,4 @@
tray.WndProc(NULL, icon->message_id(), icon->icon_id(), WM_RBUTTONDOWN);
icon->RemoveObserver(&observer);
}
+// !defined(USE_AURA)
« 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