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