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

Unified Diff: native_client_sdk/src/build_tools/test_sdk.py

Issue 1403303002: [NaCl SDK] Ship arm_elf_loader.nexe on all platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « native_client_sdk/src/build_tools/sdk_files.list ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/build_tools/test_sdk.py
diff --git a/native_client_sdk/src/build_tools/test_sdk.py b/native_client_sdk/src/build_tools/test_sdk.py
index 355df2859b57e45e5a5384fb1cad88b58e698bbf..b1cee6a075353b422117efc33c142cd4d43d73d5 100755
--- a/native_client_sdk/src/build_tools/test_sdk.py
+++ b/native_client_sdk/src/build_tools/test_sdk.py
@@ -128,9 +128,6 @@ def StepRunSelLdrTests(pepperdir, sanitizer):
for toolchain in ('clang-newlib', 'glibc', 'pnacl'):
for arch in archs:
- # TODO(sbc): Remove this once we get elf_loader.nexe added to the SDK
- if toolchain == 'glibc' and arch == 'arm':
- continue
for config in configs:
RunTest(location, toolchain, config, arch)
« no previous file with comments | « native_client_sdk/src/build_tools/sdk_files.list ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698