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

Unified Diff: buildbot/buildbot_pnacl.sh

Issue 539683002: MinSFI: Add loader (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Tests invoked from buildbots Created 6 years, 3 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
Index: buildbot/buildbot_pnacl.sh
diff --git a/buildbot/buildbot_pnacl.sh b/buildbot/buildbot_pnacl.sh
index 012afc490fc65c247ccea9f364cb7fbdd70b7c48..22a606e333503b3e207cfebe58c603d47c362e5a 100755
--- a/buildbot/buildbot_pnacl.sh
+++ b/buildbot/buildbot_pnacl.sh
@@ -437,6 +437,8 @@ tc-tests-fast() {
scons-stage-noirt "${arch}" "${scons_flags} -j1" "large_tests"
scons-stage-noirt "${arch}" "${scons_flags} -j8 pnacl_generate_pexe=0" \
"nonpexe_tests"
+ scons-stage-noirt "${arch}" "${scons_flags} -j8 bitcode=1 minsfi=1" \
jvoung (off chromium) 2014/09/09 21:15:45 bitcode=1 is already added by SCONS_COMMON
dbrazdil 2014/09/09 22:17:43 Done.
+ "minsfi_tests"
}
mode-buildbot-tc-x8664-linux() {

Powered by Google App Engine
This is Rietveld 408576698