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

Unified Diff: tools/toolchain_tester/torture_test.py

Issue 1698523003: Subzero: Add x86-64 to the bots. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Disable Subzero x86-64 translator tests for now Created 4 years, 10 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 | « tools/toolchain_tester/toolchain_config.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/toolchain_tester/torture_test.py
diff --git a/tools/toolchain_tester/torture_test.py b/tools/toolchain_tester/torture_test.py
index 963ea58152575ceb506803560435d0decf77fa48..621a0536a157389b4dc648b60fe46042e82c90c7 100755
--- a/tools/toolchain_tester/torture_test.py
+++ b/tools/toolchain_tester/torture_test.py
@@ -87,7 +87,7 @@ def run_torture(status, compiler, platform, extra_args):
if compiler == 'pnacl':
# O3_O0 is clang -O3 followed by pnacl-translate -O0
optmodes = ['O0', 'O3', 'O0_O0', 'O3_O0']
- if platform == 'x86-32':
+ if platform in ('x86-32', 'x86-64'):
# Add some extra Subzero configurations.
optmodes.extend(['O3_sz', 'O3_O0_sz'])
# TODO(stichnot): Consider pruning some configurations if the tests run
« no previous file with comments | « tools/toolchain_tester/toolchain_config.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698