summaryrefslogtreecommitdiffstats
path: root/native_client_sdk
diff options
context:
space:
mode:
authorbinji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-05 22:29:35 +0000
committerbinji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-05 22:29:35 +0000
commit47c852dc80dc26c7d16f62eb14ef34fe8443b57b (patch)
treeac8c06c65917e651958bc506e034e861705b239d /native_client_sdk
parent1e4f09e3e42ed25cd8803da8fdfbf050e5c6a8e1 (diff)
downloadchromium_src-47c852dc80dc26c7d16f62eb14ef34fe8443b57b.zip
chromium_src-47c852dc80dc26c7d16f62eb14ef34fe8443b57b.tar.gz
chromium_src-47c852dc80dc26c7d16f62eb14ef34fe8443b57b.tar.bz2
[NaCl SDK] Disable nacl_io_test on pnacl/Release win+linux
Loading and translating the pexe takes > 40sec, which causes the test to fail. BUG=315253 R=sbc@chromium.org Review URL: https://codereview.chromium.org/60563004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233105 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk')
-rwxr-xr-xnative_client_sdk/src/build_tools/test_projects.py4
1 files changed, 4 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 4475435..0fcc3ca 100755
--- a/native_client_sdk/src/build_tools/test_projects.py
+++ b/native_client_sdk/src/build_tools/test_projects.py
@@ -67,6 +67,10 @@ DISABLED_TESTS = [
# TODO(binji): figure out a way to inject the testing code without
# modifying the example; maybe an extension?
{'name': 'part1'},
+ # TODO(binji): loading nacl_io_test.pexe on win/linux is > 40 seconds.
+ # See http://crbug.com/315253
+ {'name': 'nacl_io_test', 'platform': ('win', 'linux'),
+ 'toolchain': 'pnacl', 'config': 'Release'},
]
def ValidateToolchains(toolchains):