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

Unified Diff: buildbot/buildbot_pnacl.sh

Issue 26607002: PNaCl: Allow translator to produce an unsandboxed, native executable (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Expand on comment 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 cb2ffe1e861afbc01610f9d9654e52ab0577a9f6..e5cc4671dd07cd67f27422b037145ae2e54b2d14 100755
--- a/buildbot/buildbot_pnacl.sh
+++ b/buildbot/buildbot_pnacl.sh
@@ -620,6 +620,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 \
+ --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