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

Unified Diff: base/synchronization/waitable_event_watcher_unittest.cc

Issue 1446363003: Deleted OS_WIN and all Windows specific files from base. (Closed) Base URL: https://github.com/domokit/mojo.git@base_tests
Patch Set: Created 5 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 | « base/synchronization/waitable_event_watcher.h ('k') | base/synchronization/waitable_event_watcher_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/synchronization/waitable_event_watcher_unittest.cc
diff --git a/base/synchronization/waitable_event_watcher_unittest.cc b/base/synchronization/waitable_event_watcher_unittest.cc
index 5319d1efba3ce3b426d472b28378baf06a2fa549..c4e923be47f2a5e91f0de775067ee9631cd4683f 100644
--- a/base/synchronization/waitable_event_watcher_unittest.cc
+++ b/base/synchronization/waitable_event_watcher_unittest.cc
@@ -161,12 +161,7 @@ TEST(WaitableEventWatcherTest, OutlivesMessageLoop) {
}
}
-#if defined(OS_WIN)
-// Crashes sometimes on vista. http://crbug.com/62119
-#define MAYBE_DeleteUnder DISABLED_DeleteUnder
-#else
#define MAYBE_DeleteUnder DeleteUnder
-#endif
TEST(WaitableEventWatcherTest, MAYBE_DeleteUnder) {
for (int i = 0; i < kNumTestingMessageLoops; i++) {
RunTest_DeleteUnder(testing_message_loops[i]);
« no previous file with comments | « base/synchronization/waitable_event_watcher.h ('k') | base/synchronization/waitable_event_watcher_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698