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

Unified Diff: buildbot/buildbot_spec2k.sh

Issue 1046323005: Add sandboxed pnacl-sz translator tests to the bots. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Fix copy/paste/modify error 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 | 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 45b5ca0c102a54504db88d6ab3f1f388ba38aba5..21edf9f16ffa89edd7d1262f03d77e884d9aaeb4 100755
--- a/buildbot/buildbot_spec2k.sh
+++ b/buildbot/buildbot_spec2k.sh
@@ -303,8 +303,12 @@ pnacl-trybot-x8632() {
run-tests SetupPnaclTranslator1ThreadX8632Opt "${TRYBOT_TESTS}" 1 1
build-tests SetupPnaclTranslatorFastX8632Opt "${TRYBOT_TESTS}" 1 1
run-tests SetupPnaclTranslatorFastX8632Opt "${TRYBOT_TESTS}" 1 1
+ build-tests SetupPnaclTranslatorFastX8632OptSz "${TRYBOT_TESTS}" 1 1
+ run-tests SetupPnaclTranslatorFastX8632OptSz "${TRYBOT_TESTS}" 1 1
build-tests SetupPnaclTranslatorFast1ThreadX8632Opt "${TRYBOT_TESTS}" 1 1
run-tests SetupPnaclTranslatorFast1ThreadX8632Opt "${TRYBOT_TESTS}" 1 1
+ build-tests SetupPnaclTranslatorFast1ThreadX8632OptSz "${TRYBOT_TESTS}" 1 1
+ run-tests SetupPnaclTranslatorFast1ThreadX8632OptSz "${TRYBOT_TESTS}" 1 1
build-validator x86-32
download-validator-test-nexes x86-32
measure-validator-speed x86-32
@@ -398,8 +402,10 @@ pnacl-x8632() {
SetupPnaclX8632OptSz \
SetupPnaclTranslatorX8632Opt \
SetupPnaclTranslator1ThreadX8632Opt \
+ SetupPnaclTranslatorFastX8632OptSz \
SetupPnaclTranslatorFastX8632Opt \
- SetupPnaclTranslatorFast1ThreadX8632Opt"
+ SetupPnaclTranslatorFast1ThreadX8632Opt \
+ SetupPnaclTranslatorFast1ThreadX8632OptSz"
build-tests "${setups}" all 1 3
run-tests "${setups}" all 1 3
build-validator x86-32
« no previous file with comments | « no previous file | tests/spec2k/Makefile.common » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698