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

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

Issue 662683003: [NaCl SDK] Run PNaCl translate tests in sel_ldr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | native_client_sdk/src/resources/Makefile.example.template » ('j') | 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 039d71bd1fb795e89ddd35a71e6cd6ff4ddb5a8e..a8768d0085451f3ad4e9a505258d7004783a792f 100755
--- a/native_client_sdk/src/build_tools/test_sdk.py
+++ b/native_client_sdk/src/build_tools/test_sdk.py
@@ -132,7 +132,7 @@ def StepRunSelLdrTests(pepperdir, sanitizer):
if sanitizer:
continue
- for toolchain in ('newlib', 'glibc'):
+ for toolchain in ('newlib', 'glibc', 'pnacl'):
for arch in archs:
for config in configs:
RunTest(location, toolchain, config, arch)
« no previous file with comments | « no previous file | native_client_sdk/src/resources/Makefile.example.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698