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

Unified Diff: ipc/attachment_broker_privileged_win_unittest.cc

Issue 1308613006: ipc: Update Message::FindNext to parse brokered attachments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Really disable tests. Created 5 years, 4 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 | ipc/ipc_channel_reader.cc » ('j') | ipc/ipc_message.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/attachment_broker_privileged_win_unittest.cc
diff --git a/ipc/attachment_broker_privileged_win_unittest.cc b/ipc/attachment_broker_privileged_win_unittest.cc
index 6e8f8814371c58eb0481096ae1b73d9b85840b6b..da33c2e9c8078cfea4e50be25b3071945ea2dfa9 100644
--- a/ipc/attachment_broker_privileged_win_unittest.cc
+++ b/ipc/attachment_broker_privileged_win_unittest.cc
@@ -18,6 +18,8 @@
#include "ipc/ipc_message.h"
#include "ipc/ipc_test_base.h"
+// TODO(erikchen): Temporarily disabled. http://crbug.com/493414.
Tom Sepez 2015/09/01 18:01:54 Do not comment out disabled test code. Instead, n
erikchen 2015/09/04 02:13:39 Not sure what I was thinking. I also moved this in
+/*
namespace {
const char kDataBuffer[] = "This is some test data to write to the file.";
@@ -308,6 +310,7 @@ TEST_F(IPCAttachmentBrokerPrivilegedWinTest, SendHandleToSelf) {
// Similar to SendHandle, except this test uses the HandleWin class.
TEST_F(IPCAttachmentBrokerPrivilegedWinTest, SendHandleWin) {
+
Init("SendHandleWin");
CommonSetUp();
@@ -429,3 +432,4 @@ MULTIPROCESS_IPC_TEST_CLIENT_MAIN(SendHandleWin) {
}
} // namespace
+*/
« no previous file with comments | « no previous file | ipc/ipc_channel_reader.cc » ('j') | ipc/ipc_message.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698