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

Unified Diff: buildbot/buildbot_pnacl.sh

Issue 25499003: PNaCl: Allow translator to produce an unsandboxed, native executable (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Fix -I path Created 7 years, 2 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 | « SConstruct ('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 fa370ccec4c251eb84d4f4a9468665c7c53da4a3..4a98e182a5c2b2d60a1bc30e4a7ee230ca1e8038 100755
--- a/buildbot/buildbot_pnacl.sh
+++ b/buildbot/buildbot_pnacl.sh
@@ -604,6 +604,12 @@ mode-buildbot-tc-x8632-linux() {
# For now, just use this bot to test a pure 32 bit build but don't upload
tc-build-all ${PNACL_TOOLCHAIN_LABEL} true false
tc-tests-fast "x86-32"
+
+ echo "@@@BUILD_STEP test unsandboxed mode@@@"
+ # Test translation to an unsandboxed executable.
+ # TODO(mseaborn): Run more tests here when they pass.
+ ./scons run_hello_world_test_irt bitcode=1 pnacl_unsandboxed=1 \
Derek Schuff 2013/10/07 20:30:35 would it make more sense to run this on the FYI bo
+ --mode=nacl_irt_test platform=x86-32 -j8
}
mode-buildbot-tc-x8632-mac() {
« no previous file with comments | « SConstruct ('k') | pnacl/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698