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

Unified Diff: buildbot/buildbot_pnacl.sh

Issue 809613005: Build irt variant tests to ensure tests broken on builders are built for testers. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 6 years 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 | « no previous file | no next file » | 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 ed7a677fcb22f78a5e903f348f53f45b1bf84500..cb8bc5da9fe72bc3009dcc07d00c471a3a87b169 100755
--- a/buildbot/buildbot_pnacl.sh
+++ b/buildbot/buildbot_pnacl.sh
@@ -343,7 +343,7 @@ mode-buildbot-arm() {
# Don't run the rest of the tests on qemu, only build them.
# QEMU is too flaky for the main waterfall
- # Normal pexe mode tests
+ # Normal pexe mode build.
scons-stage-noirt "arm" "${qemuflags}" "${SCONS_EVERYTHING}"
# This extra step is required to translate the pexes (because translation
# happens as part of CommandSelLdrTestNacl and not part of the
@@ -352,6 +352,8 @@ mode-buildbot-arm() {
# Large tests cannot be run in parallel
scons-stage-noirt "arm" "${qemuflags} -j1" "large_tests"
+ # Normal pexe mode build.
+ scons-stage-irt "arm" "${qemuflags}" "${SCONS_EVERYTHING}"
# also run some tests with the irt
scons-stage-irt "arm" "${qemuflags}" "${SCONS_S_M_IRT}"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698