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() { |