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

Unified Diff: buildbot/buildbot_spec2k.sh

Issue 1047543002: Add Subzero to x86-32 specbot testing. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 5 years, 9 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 | no next file » | 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 55d8fc783f9985c48f5c9cc846576c48fc074eca..45b5ca0c102a54504db88d6ab3f1f388ba38aba5 100755
--- a/buildbot/buildbot_spec2k.sh
+++ b/buildbot/buildbot_spec2k.sh
@@ -295,6 +295,8 @@ pnacl-trybot-x8632() {
build-prerequisites "x86-32" "bitcode"
build-tests SetupPnaclX8632Opt "${TRYBOT_TESTS}" 1 1
run-tests SetupPnaclX8632Opt "${TRYBOT_TESTS}" 1 1
+ build-tests SetupPnaclX8632OptSz "${TRYBOT_TESTS}" 1 1
+ run-tests SetupPnaclX8632OptSz "${TRYBOT_TESTS}" 1 1
build-tests SetupPnaclTranslatorX8632Opt "${TRYBOT_TESTS}" 1 1
run-tests SetupPnaclTranslatorX8632Opt "${TRYBOT_TESTS}" 1 1
build-tests SetupPnaclTranslator1ThreadX8632Opt "${TRYBOT_TESTS}" 1 1
@@ -393,6 +395,7 @@ pnacl-x8632() {
download-spec2k-harness
build-prerequisites "x86-32" "bitcode"
local setups="SetupPnaclX8632Opt \
+ SetupPnaclX8632OptSz \
SetupPnaclTranslatorX8632Opt \
SetupPnaclTranslator1ThreadX8632Opt \
SetupPnaclTranslatorFastX8632Opt \
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698