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

Unified Diff: base/synchronization/waitable_event_watcher_unittest.cc

Issue 2126943002: Re-enable WaitableEventWatcherTest.DeleteUnder on Win (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: 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 8b76da58158497b0b2c0cd7692faece34a519dc5..94e5ff42a8388dc8bf7082c7cf3e65e0ba599477 100644
--- a/base/synchronization/waitable_event_watcher_unittest.cc
+++ b/base/synchronization/waitable_event_watcher_unittest.cc
@@ -169,13 +169,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) {
+TEST(WaitableEventWatcherTest, DeleteUnder) {
for (int i = 0; i < kNumTestingMessageLoops; i++) {
RunTest_DeleteUnder(testing_message_loops[i]);
}
« 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