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

Unified Diff: buildbot/buildbot_pnacl_toolchain_tests.sh

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 | « buildbot/buildbot_pnacl.py ('k') | buildbot/buildbot_spec2k.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/buildbot_pnacl_toolchain_tests.sh
diff --git a/buildbot/buildbot_pnacl_toolchain_tests.sh b/buildbot/buildbot_pnacl_toolchain_tests.sh
index c21fc7761cd6650cb24131582fcad67c5e2c8b1f..656db8cc6342944aaecb35073b933fccc58698f2 100755
--- a/buildbot/buildbot_pnacl_toolchain_tests.sh
+++ b/buildbot/buildbot_pnacl_toolchain_tests.sh
@@ -222,7 +222,7 @@ tc-test-bot() {
# all 4 combinations would be run, plus more for Subzero.
if [[ ${archset} =~ x86 ]]; then
optset[2]="--opt O3f --opt O0b"
- if [[ ${archset} == x86-32 ]]; then
+ if [[ ${archset} == x86-32 || ${archset} == x86-64 ]]; then
# Run a Subzero -O2 test set on x86-32.
optset[3]="--opt O3f --opt O2b_sz"
fi
« no previous file with comments | « buildbot/buildbot_pnacl.py ('k') | buildbot/buildbot_spec2k.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698