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

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

Issue 250813004: Disable ComApiTest and TraySizeApiTest due to COM errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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_state_changer_interactive_uitest_win.cc
diff --git a/chrome/browser/ui/views/status_icons/status_tray_state_changer_interactive_uitest_win.cc b/chrome/browser/ui/views/status_icons/status_tray_state_changer_interactive_uitest_win.cc
index b4119796822f6658825b5dc9f7925acf0b60658d..19a162d59d7a7def638f64c76edfcb3db30513c0 100644
--- a/chrome/browser/ui/views/status_icons/status_tray_state_changer_interactive_uitest_win.cc
+++ b/chrome/browser/ui/views/status_icons/status_tray_state_changer_interactive_uitest_win.cc
@@ -91,7 +91,9 @@ TEST_F(StatusTrayStateChangerWinTest, Setup) {
EXPECT_FALSE(notify_item.get() == NULL);
}
-TEST_F(StatusTrayStateChangerWinTest, ComApiTest) {
+// Test is disabled due to multiple COM initialization errors. See
+// http//crbug.com/367199 for details.
+TEST_F(StatusTrayStateChangerWinTest, DISABLED_ComApiTest) {
// Setup code to read the current preference.
scoped_ptr<NOTIFYITEM> notify_item = SetupAndGetCurrentNotifyItem();
@@ -117,7 +119,9 @@ TEST_F(StatusTrayStateChangerWinTest, ComApiTest) {
EXPECT_EQ(notify_item->preference, current_preference);
};
-TEST_F(StatusTrayStateChangerWinTest, TraySizeApiTest) {
+// Test is disabled due to multiple COM initialization errors. See
+// http//crbug.com/367199 for details.
+TEST_F(StatusTrayStateChangerWinTest, DISABLED_TraySizeApiTest) {
// The tray does not auto-hide icons immediately on Vista so this test does
// not detect a size change.
« 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