| 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
|
|
|