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

Unified Diff: buildbot/buildbot_pnacl.sh

Issue 269703002: Non-SFI Mode: Add nonsfi_loader and plumbing to test it (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Review Created 6 years, 8 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 | « buildbot/buildbot_pnacl.py ('k') | pnacl/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/buildbot_pnacl.sh
diff --git a/buildbot/buildbot_pnacl.sh b/buildbot/buildbot_pnacl.sh
index d24c0fff0195de1bcb4f60dbc799bc38d0b7f1d2..11e5b0169844fbe11b062bb6e22598cc1b9bf082 100755
--- a/buildbot/buildbot_pnacl.sh
+++ b/buildbot/buildbot_pnacl.sh
@@ -29,6 +29,8 @@ RETCODE=0
readonly SCONS_EVERYTHING=""
readonly SCONS_S_M="small_tests medium_tests"
readonly SCONS_S_M_IRT="small_tests_irt medium_tests_irt"
+# TODO(mseaborn): Enable more tests for Non-SFI Mode when they pass.
+readonly SCONS_NONSFI="nonsfi_nacl=1 run_hello_world_test_irt"
# subset of tests used on toolchain builders
readonly SCONS_TC_TESTS="small_tests medium_tests"
@@ -426,6 +428,9 @@ mode-buildbot-arm() {
"${qemuflags} use_sandboxed_translator=1 translate_fast=1 \
translate_in_build_step=0" \
"toolchain_tests"
+
+ # Test Non-SFI Mode.
+ scons-stage-irt "arm" "${qemuflags}" "${SCONS_NONSFI}"
}
mode-buildbot-arm-hw() {
@@ -447,6 +452,9 @@ mode-buildbot-arm-hw() {
"${hwflags} use_sandboxed_translator=1 translate_fast=1 \
translate_in_build_step=0" \
"toolchain_tests"
+
+ # Test Non-SFI Mode.
+ scons-stage-irt "arm" "${hwflags}" "${SCONS_NONSFI}"
}
mode-trybot-qemu() {
@@ -467,6 +475,9 @@ mode-trybot-qemu() {
# non-pexe tests
scons-stage-noirt "arm" "${qemuflags} pnacl_generate_pexe=0" "nonpexe_tests"
+
+ # Test Non-SFI Mode.
+ scons-stage-irt "arm" "${qemuflags}" "${SCONS_NONSFI}"
}
mode-buildbot-arm-dbg() {
« no previous file with comments | « buildbot/buildbot_pnacl.py ('k') | pnacl/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698