summaryrefslogtreecommitdiffstats
path: root/native_client_sdk
diff options
context:
space:
mode:
authorbinji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-19 22:29:45 +0000
committerbinji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-19 22:29:45 +0000
commit7e6d5ba7669df85de4e9d3b3fe9431520b0a34b4 (patch)
tree99580a5b415543f75bfb5cdbceb7e4a79ec2fadc /native_client_sdk
parent99523a485678302741363518ed6f9b89e61eaa44 (diff)
downloadchromium_src-7e6d5ba7669df85de4e9d3b3fe9431520b0a34b4.zip
chromium_src-7e6d5ba7669df85de4e9d3b3fe9431520b0a34b4.tar.gz
chromium_src-7e6d5ba7669df85de4e9d3b3fe9431520b0a34b4.tar.bz2
Use the --enable_sockets flag on browser_tester, when testing NaCl SDK.
This reverts r217693 which enables sockets unconditionally, and only enables it for the NaCl SDK tests. BUG=none R=bradnelson@chromium.org, bradnelson@google.com Review URL: https://codereview.chromium.org/23259003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218343 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk')
-rwxr-xr-xnative_client_sdk/src/build_tools/test_projects.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/native_client_sdk/src/build_tools/test_projects.py b/native_client_sdk/src/build_tools/test_projects.py
index 5f82f12..04fe73d 100755
--- a/native_client_sdk/src/build_tools/test_projects.py
+++ b/native_client_sdk/src/build_tools/test_projects.py
@@ -92,6 +92,7 @@ def GetBrowserTesterCommand(desc, toolchain, config):
'--timeout', '30.0', # seconds
# Prevent the infobar that shows up when requesting filesystem quota.
'--browser_flag', '--unlimited-storage',
+ '--enable_sockets',
]
args.extend(['--serving_dir', GetServingDirForProject(desc)])