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

Unified Diff: tests/spec2k/run_all.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 | « tests/spec2k/Makefile.common ('k') | tools/toolchain_tester/toolchain_config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/spec2k/run_all.sh
diff --git a/tests/spec2k/run_all.sh b/tests/spec2k/run_all.sh
index ce7c95b1a7574aa8472f871f8ad6314cdb83049b..78f5e24205f9cb916dbceadf538b1856ff0b844a 100755
--- a/tests/spec2k/run_all.sh
+++ b/tests/spec2k/run_all.sh
@@ -294,6 +294,14 @@ SetupPnaclX8664Opt() {
}
#@
+#@ SetupPnaclX8664OptSz
+#@ use pnacl x86-64 compiler (with lto) plus Subzero
+SetupPnaclX8664OptSz() {
+ SetupPnaclX8664Common
+ SUFFIX=pnacl.opt.sz.x8664
+}
+
+#@
#@ SetupPnaclX8664ZBSOpt
#@ use pnacl x86-64 compiler (with lto)
#@ use x86-64 zero-based sandbox
@@ -330,6 +338,14 @@ SetupPnaclTranslatorFastX8664Opt() {
}
#@
+#@ SetupPnaclTranslatorFastX8664OptSz
+#@ use pnacl x8664 Subzero translator (with lto)
+SetupPnaclTranslatorFastX8664OptSz() {
+ SetupPnaclX8664Common
+ SUFFIX=pnacl_translator_fast.opt.sz.x8664
+}
+
+#@
#@ SetupPnaclTranslator1ThreadX8664Opt
#@ use pnacl x8664 translator (with lto). Compile w/ 1 thread.
SetupPnaclTranslator1ThreadX8664Opt() {
@@ -345,6 +361,14 @@ SetupPnaclTranslatorFast1ThreadX8664Opt() {
SUFFIX=pnacl_translator_fast_1thread.opt.x8664
}
+#@
+#@ SetupPnaclTranslatorFast1ThreadX8664OptSz
+#@ use pnacl x8664 Subzero translator (with lto). Compile w/ 1 thread.
+SetupPnaclTranslatorFast1ThreadX8664OptSz() {
+ SetupPnaclX8664Common
+ SUFFIX=pnacl_translator_fast_1thread.opt.sz.x8664
+}
+
SetupPnaclX8632Common() {
SetupSelLdr x86-32
}
« no previous file with comments | « tests/spec2k/Makefile.common ('k') | tools/toolchain_tester/toolchain_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698