diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-20 23:00:39 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-20 23:00:39 +0000 |
commit | 9c1a22dc3194f2c7c11c408b2b26c2c21adc03b3 (patch) | |
tree | 23a5432975c5130d93719b784c63a92456f84cfe /ppapi | |
parent | 7cf9f0a26f45461c74d6da861c20c3daa9f129bd (diff) | |
download | chromium_src-9c1a22dc3194f2c7c11c408b2b26c2c21adc03b3.zip chromium_src-9c1a22dc3194f2c7c11c408b2b26c2c21adc03b3.tar.gz chromium_src-9c1a22dc3194f2c7c11c408b2b26c2c21adc03b3.tar.bz2 |
Enable Pepper broker test for windows
The sync_socket creation failure has been fixed so the test should now pass. See bug for details
BUG=103975
TEST=this is a test dammit!
Review URL: http://codereview.chromium.org/9254042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118537 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/tests/test_broker.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ppapi/tests/test_broker.cc b/ppapi/tests/test_broker.cc index 9376029..db75def 100644 --- a/ppapi/tests/test_broker.cc +++ b/ppapi/tests/test_broker.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -212,9 +212,7 @@ void TestBroker::RunTests(const std::string& filter) { RUN_TEST(Create, filter); RUN_TEST(GetHandleFailure, filter); RUN_TEST(ConnectFailure, filter); -#if !defined(OS_WIN) // This is broken on Windows. See http://crbug.com/103975. RUN_TEST(ConnectAndPipe, filter); -#endif } std::string TestBroker::TestCreate() { |