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

Unified Diff: mojo/public/cpp/system/tests/watcher_unittest.cc

Issue 1895083004: [Draft] See what tests are broken. Base URL: https://chromium.googlesource.com/chromium/src.git@27_watcher_no_abort
Patch Set: Created 4 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 | mojo/public/cpp/system/watcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/system/tests/watcher_unittest.cc
diff --git a/mojo/public/cpp/system/tests/watcher_unittest.cc b/mojo/public/cpp/system/tests/watcher_unittest.cc
index aaf960efb133e0da3e7333262cfcf0f8011e00ac..d9530da4069b9367ba13cea1d698fb6793842ffc 100644
--- a/mojo/public/cpp/system/tests/watcher_unittest.cc
+++ b/mojo/public/cpp/system/tests/watcher_unittest.cc
@@ -161,7 +161,7 @@ TEST_F(WatcherTest, CancelOnDestruction) {
FROM_HERE, run_loop.QuitClosure());
run_loop.Run();
}
-
+/*
TEST_F(WatcherTest, NotifyOnMessageLoopDestruction) {
ScopedMessagePipeHandle a, b;
CreateMessagePipe(nullptr, &a, &b);
@@ -183,7 +183,7 @@ TEST_F(WatcherTest, NotifyOnMessageLoopDestruction) {
EXPECT_TRUE(b_watcher.IsWatching());
b_watcher.Cancel();
}
-
+*/
TEST_F(WatcherTest, CloseAndCancel) {
ScopedMessagePipeHandle a, b;
CreateMessagePipe(nullptr, &a, &b);
« no previous file with comments | « no previous file | mojo/public/cpp/system/watcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698