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

Unified Diff: tests/spec2k/run_all.sh

Issue 1026243002: Add Subzero to test scripts. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Code review changes 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 | « 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 e32110445c09f05b4934a18e646b6bd86e6be962..eec06a407b39ed7c9fa188c77a965c597db8b0fa 100755
--- a/tests/spec2k/run_all.sh
+++ b/tests/spec2k/run_all.sh
@@ -329,7 +329,6 @@ SetupPnaclTranslatorFastX8664Opt() {
SUFFIX=pnacl_translator_fast.opt.x8664
}
-
#@
#@ SetupPnaclTranslator1ThreadX8664Opt
#@ use pnacl x8664 translator (with lto). Compile w/ 1 thread.
@@ -346,7 +345,6 @@ SetupPnaclTranslatorFast1ThreadX8664Opt() {
SUFFIX=pnacl_translator_fast_1thread.opt.x8664
}
-
SetupPnaclX8632Common() {
SetupSelLdr x86-32
}
@@ -367,6 +365,13 @@ SetupPnaclX8632Opt() {
SUFFIX=pnacl.opt.x8632
}
+#@
+#@ SetupPnaclX8632OptSz
+#@ use pnacl x86-32 compiler (with lto) plus Subzero
+SetupPnaclX8632OptSz() {
+ SetupPnaclX8632Common
+ SUFFIX=pnacl.opt.sz.x8632
+}
#@
#@ SetupPnaclTranslatorX8632
@@ -385,6 +390,14 @@ SetupPnaclTranslatorX8632Opt() {
}
#@
+#@ SetupPnaclTranslatorX8632OptSz
+#@ use pnacl x8632 Subzero translator (with lto)
+SetupPnaclTranslatorX8632OptSz() {
+ SetupPnaclX8632Common
+ SUFFIX=pnacl_translator.opt.sz.x8632
+}
+
+#@
#@ SetupPnaclTranslatorFastX8632Opt
#@ use pnacl x8632 translator fast mode (with lto)
SetupPnaclTranslatorFastX8632Opt() {
@@ -408,7 +421,6 @@ SetupPnaclTranslatorFast1ThreadX8632Opt() {
SUFFIX=pnacl_translator_fast_1thread.opt.x8632
}
-
#@
#@ SetupGccArm
#@ use gcc cross compiler
@@ -425,7 +437,6 @@ SetupGccArmOpt() {
SUFFIX=gcc.opt.arm
}
-
SetupPnaclArmCommon() {
SetupSelLdr arm "${QEMU_TOOL}" "-Q"
}
@@ -470,8 +481,6 @@ SetupPnaclTranslatorFastArmOpt() {
SUFFIX=pnacl_translator_fast.opt.arm
}
-
-
SetupPnaclArmCommonHW() {
SetupSelLdr arm
}
« 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