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

Unified Diff: chrome/browser/system_monitor/removable_device_notifications_window_win_unittest.cc

Issue 11339036: Temporarily disable adding already attached removable devices to system monitor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: typo 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 | chrome/browser/system_monitor/volume_mount_watcher_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/system_monitor/removable_device_notifications_window_win_unittest.cc
diff --git a/chrome/browser/system_monitor/removable_device_notifications_window_win_unittest.cc b/chrome/browser/system_monitor/removable_device_notifications_window_win_unittest.cc
index 1417b1b28a4705d8ba1947abd50efec6eb918a69..f7aff1d801c2e1a14899ee68eab51c8792548a03 100644
--- a/chrome/browser/system_monitor/removable_device_notifications_window_win_unittest.cc
+++ b/chrome/browser/system_monitor/removable_device_notifications_window_win_unittest.cc
@@ -291,7 +291,8 @@ TEST_F(RemovableDeviceNotificationsWindowWinTest, DevicesAttachedAdjacentBits) {
DoDevicesAttachedTest(device_indices);
}
-TEST_F(RemovableDeviceNotificationsWindowWinTest, DevicesDetached) {
+// Disabled until http://crbug.com/155910 is resolved.
+TEST_F(RemovableDeviceNotificationsWindowWinTest, DISABLED_DevicesDetached) {
PreAttachDevices();
std::vector<int> device_indices;
@@ -303,7 +304,9 @@ TEST_F(RemovableDeviceNotificationsWindowWinTest, DevicesDetached) {
DoDevicesDetachedTest(device_indices);
}
-TEST_F(RemovableDeviceNotificationsWindowWinTest, DevicesDetachedHighBoundary) {
+// Disabled until http://crbug.com/155910 is resolved.
+TEST_F(RemovableDeviceNotificationsWindowWinTest,
+ DISABLED_DevicesDetachedHighBoundary) {
PreAttachDevices();
std::vector<int> device_indices;
@@ -312,7 +315,9 @@ TEST_F(RemovableDeviceNotificationsWindowWinTest, DevicesDetachedHighBoundary) {
DoDevicesDetachedTest(device_indices);
}
-TEST_F(RemovableDeviceNotificationsWindowWinTest, DevicesDetachedLowBoundary) {
+// Disabled until http://crbug.com/155910 is resolved.
+TEST_F(RemovableDeviceNotificationsWindowWinTest,
+ DISABLED_DevicesDetachedLowBoundary) {
PreAttachDevices();
std::vector<int> device_indices;
@@ -321,7 +326,9 @@ TEST_F(RemovableDeviceNotificationsWindowWinTest, DevicesDetachedLowBoundary) {
DoDevicesDetachedTest(device_indices);
}
-TEST_F(RemovableDeviceNotificationsWindowWinTest, DevicesDetachedAdjacentBits) {
+// Disabled until http://crbug.com/155910 is resolved.
+TEST_F(RemovableDeviceNotificationsWindowWinTest,
+ DISABLED_DevicesDetachedAdjacentBits) {
PreAttachDevices();
std::vector<int> device_indices;
@@ -333,7 +340,8 @@ TEST_F(RemovableDeviceNotificationsWindowWinTest, DevicesDetachedAdjacentBits) {
DoDevicesDetachedTest(device_indices);
}
-TEST_F(RemovableDeviceNotificationsWindowWinTest, DeviceInfoFoPath) {
+// Disabled until http://crbug.com/155910 is resolved.
+TEST_F(RemovableDeviceNotificationsWindowWinTest, DISABLED_DeviceInfoForPath) {
PreAttachDevices();
// An invalid path.
« no previous file with comments | « no previous file | chrome/browser/system_monitor/volume_mount_watcher_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698