diff options
author | jln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-22 20:10:06 +0000 |
---|---|---|
committer | jln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-22 20:10:06 +0000 |
commit | 608ff6d222c7d8952a712a5afc39a78c83cebde6 (patch) | |
tree | 398f03e41bf6a2d018915926903f6a71d40963cb /sandbox | |
parent | c0a32b7df70e9cc8533563466ddb7cc1cf6b7d9d (diff) | |
download | chromium_src-608ff6d222c7d8952a712a5afc39a78c83cebde6.zip chromium_src-608ff6d222c7d8952a712a5afc39a78c83cebde6.tar.gz chromium_src-608ff6d222c7d8952a712a5afc39a78c83cebde6.tar.bz2 |
Re-enable sandbox ClientFastServer test.
BUG=137791
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/10831414
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152806 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/win/src/ipc_unittest.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sandbox/win/src/ipc_unittest.cc b/sandbox/win/src/ipc_unittest.cc index 6cefb8a..daca7bb 100644 --- a/sandbox/win/src/ipc_unittest.cc +++ b/sandbox/win/src/ipc_unittest.cc @@ -472,14 +472,11 @@ TEST(IPCTest, ClientFastServer) { if (SBOX_ERROR_CHANNEL_ERROR != result) client.FreeBuffer(buff0); -#if 0 - // This fails on XP, investigate EXPECT_TRUE(SBOX_ALL_OK == result); EXPECT_EQ(tag, client_control->channels[0].ipc_tag); EXPECT_EQ(kFreeChannel, client_control->channels[0].state); EXPECT_EQ(kFreeChannel, client_control->channels[1].state); EXPECT_EQ(kFreeChannel, client_control->channels[2].state); -#endif CloseChannelEvents(client_control); ::CloseHandle(client_control->server_alive); |