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

Unified Diff: buildbot/buildbot_standard.py

Issue 10871078: Enable vdiff test on validator bots (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Minor cleanups Created 8 years, 4 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') | src/trusted/validator/x86/testing/enuminsts/build.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/buildbot_standard.py
diff --git a/buildbot/buildbot_standard.py b/buildbot/buildbot_standard.py
index af783debb6fdbb5ca7e0517cc3fd55976b8a04a3..3727aea9bf1588cbe343e7c7c338c4be3f1a4e86 100644
--- a/buildbot/buildbot_standard.py
+++ b/buildbot/buildbot_standard.py
@@ -300,6 +300,9 @@ def BuildScript(status, context):
ValidatorTest(
context, 'x86-64',
'scons-out/opt-linux-x86-64/staging/validator_test')
+ with Step('validator_diff_tests', status, halt_on_fail=False):
+ SCons(context, args=['validator_diff_tests'])
+
return
# Run checkdeps script to vet #includes.
« no previous file with comments | « SConstruct ('k') | src/trusted/validator/x86/testing/enuminsts/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698