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

Unified Diff: buildbot/buildbot_standard.py

Issue 49183002: Regular instructions golden file test. Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 6 years, 11 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 | « no previous file | src/trusted/validator_ragel/build.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/buildbot_standard.py
===================================================================
--- buildbot/buildbot_standard.py (revision 12664)
+++ buildbot/buildbot_standard.py (working copy)
@@ -271,6 +271,10 @@
context, 'x86-64',
'scons-out/opt-linux-x86-64/staging/ncval_new')
+ with Step('dfacheckvalidator', status):
+ SCons(context, platform='x86-64', parallel=True,
+ args=['dfacheckvalidator'])
+
with Step('validator_diff32_tests', status, halt_on_fail=False):
SCons(context, platform='x86-32', args=['validator_diff_tests'])
with Step('validator_diff64_tests', status, halt_on_fail=False):
« no previous file with comments | « no previous file | src/trusted/validator_ragel/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698