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

Unified Diff: buildbot/buildbot_spec2k.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_toolchain_tests.sh ('k') | tests/spec2k/Makefile.common » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/buildbot_spec2k.sh
diff --git a/buildbot/buildbot_spec2k.sh b/buildbot/buildbot_spec2k.sh
index 21edf9f16ffa89edd7d1262f03d77e884d9aaeb4..47156e12c2b62aa0313ac9319220a6ad390f962f 100755
--- a/buildbot/buildbot_spec2k.sh
+++ b/buildbot/buildbot_spec2k.sh
@@ -334,14 +334,22 @@ pnacl-trybot-x8664() {
build-prerequisites "x86-64" "bitcode"
build-tests SetupPnaclX8664Opt "${TRYBOT_TESTS}" 1 1
run-tests SetupPnaclX8664Opt "${TRYBOT_TESTS}" 1 1
+ build-tests SetupPnaclX8664OptSz "${TRYBOT_TESTS}" 1 1
+ run-tests SetupPnaclX8664OptSz "${TRYBOT_TESTS}" 1 1
build-tests SetupPnaclTranslatorX8664Opt "${TRYBOT_TESTS}" 1 1
run-tests SetupPnaclTranslatorX8664Opt "${TRYBOT_TESTS}" 1 1
build-tests SetupPnaclTranslator1ThreadX8664Opt "${TRYBOT_TESTS}" 1 1
run-tests SetupPnaclTranslator1ThreadX8664Opt "${TRYBOT_TESTS}" 1 1
build-tests SetupPnaclTranslatorFastX8664Opt "${TRYBOT_TESTS}" 1 1
run-tests SetupPnaclTranslatorFastX8664Opt "${TRYBOT_TESTS}" 1 1
+# TODO(stichnot): Enable Subzero translator tests.
+# build-tests SetupPnaclTranslatorFastX8664OptSz "${TRYBOT_TESTS}" 1 1
+# run-tests SetupPnaclTranslatorFastX8664OptSz "${TRYBOT_TESTS}" 1 1
build-tests SetupPnaclTranslatorFast1ThreadX8664Opt "${TRYBOT_TESTS}" 1 1
run-tests SetupPnaclTranslatorFast1ThreadX8664Opt "${TRYBOT_TESTS}" 1 1
+# TODO(stichnot): Enable Subzero translator tests.
+# build-tests SetupPnaclTranslatorFast1ThreadX8664OptSz "${TRYBOT_TESTS}" 1 1
+# run-tests SetupPnaclTranslatorFast1ThreadX8664OptSz "${TRYBOT_TESTS}" 1 1
pnacl-x86-64-zero-based-sandbox
build-validator x86-64
download-validator-test-nexes x86-64
@@ -382,10 +390,13 @@ pnacl-x8664() {
download-spec2k-harness
build-prerequisites "x86-64" "bitcode"
local setups="SetupPnaclX8664Opt \
- SetupPnaclTranslatorX8664Opt \
- SetupPnaclTranslator1ThreadX8664Opt \
- SetupPnaclTranslatorFastX8664Opt \
- SetupPnaclTranslatorFast1ThreadX8664Opt"
+ SetupPnaclX8664OptSz \
+ SetupPnaclTranslatorX8664Opt \
+ SetupPnaclTranslator1ThreadX8664Opt \
+ SetupPnaclTranslatorFastX8664Opt \
+ SetupPnaclTranslatorFast1ThreadX8664Opt"
+# TODO(stichnot): Add SetupPnaclTranslatorFastX8664OptSz,
+# SetupPnaclTranslatorFast1ThreadX8664OptSz
build-tests "${setups}" all 1 3
run-tests "${setups}" all 1 3
pnacl-x86-64-zero-based-sandbox
« no previous file with comments | « buildbot/buildbot_pnacl_toolchain_tests.sh ('k') | tests/spec2k/Makefile.common » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698