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

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

Issue 2104333003: Split mojo/public/cpp/system/tests/core_unittest.cc, part 2 (of 2, apparently). (Closed) Base URL: https://github.com/domokit/mojo.git@work794_wait_many_no_handles
Patch Set: Created 4 years, 6 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
Index: mojo/public/cpp/system/tests/handle_unittest.cc
diff --git a/mojo/public/cpp/system/tests/handle_unittest.cc b/mojo/public/cpp/system/tests/handle_unittest.cc
index 6c40da19144f88e83434f9c89dd47a421cd766dc..6df3468d79ddb23d6be2225892d558f745ac62cd 100644
--- a/mojo/public/cpp/system/tests/handle_unittest.cc
+++ b/mojo/public/cpp/system/tests/handle_unittest.cc
@@ -171,5 +171,8 @@ TEST(HandleTest, ScopedHandleMoveCtorSelf) {
EXPECT_TRUE(buffer1.is_valid());
}
+// TODO(vtl): Test |CloseRaw()|.
+// TODO(vtl): Test |reset()| more thoroughly?
+
} // namespace mojo
} // namespace

Powered by Google App Engine
This is Rietveld 408576698