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

Unified Diff: tests/spec2k/run_all.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 | « tests/spec2k/Makefile.common ('k') | no next file » | 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 eec06a407b39ed7c9fa188c77a965c597db8b0fa..9427896cb39bf56397a52e3e02ddd99b042cecbd 100755
--- a/tests/spec2k/run_all.sh
+++ b/tests/spec2k/run_all.sh
@@ -390,14 +390,6 @@ 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() {
@@ -406,6 +398,14 @@ SetupPnaclTranslatorFastX8632Opt() {
}
#@
+#@ SetupPnaclTranslatorFastX8632OptSz
+#@ use pnacl x8632 Subzero translator (with lto)
+SetupPnaclTranslatorFastX8632OptSz() {
+ SetupPnaclX8632Common
+ SUFFIX=pnacl_translator_fast.opt.sz.x8632
+}
+
+#@
#@ SetupPnaclTranslator1ThreadX8632Opt
#@ use pnacl x8632 translator (with lto). Compile w/ 1 thread.
SetupPnaclTranslator1ThreadX8632Opt() {
@@ -422,6 +422,14 @@ SetupPnaclTranslatorFast1ThreadX8632Opt() {
}
#@
+#@ SetupPnaclTranslatorFast1ThreadX8632OptSz
+#@ use pnacl x8632 Subzero translator (with lto). Compile w/ 1 thread.
+SetupPnaclTranslatorFast1ThreadX8632OptSz() {
+ SetupPnaclX8632Common
+ SUFFIX=pnacl_translator_fast_1thread.opt.sz.x8632
+}
+
+#@
#@ SetupGccArm
#@ use gcc cross compiler
SetupGccArm() {
« no previous file with comments | « tests/spec2k/Makefile.common ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698