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

Unified Diff: buildbot/buildbot_standard.py

Issue 9950041: Adding a startup regression test. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: rename reshuffle Created 8 years, 8 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 | tests/abi_corpus/corpus_errors.py » ('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 025aa6a2ec242248df0ad51cced236274e1bcb92..2adaadea5b7f7d1bd255d5eff9c9e27aabd1fb3e 100644
--- a/buildbot/buildbot_standard.py
+++ b/buildbot/buildbot_standard.py
@@ -104,7 +104,7 @@ def SetupContextVars(context):
def ValidatorTest(context, architecture, validator):
Command(context,
cmd=[sys.executable,
- 'tests/validator_regression/validator_regression_test.py',
+ 'tests/abi_corpus/validator_regression_test.py',
'--keep-going',
'--validator', validator,
'--arch', architecture])
@@ -230,7 +230,7 @@ def BuildScript(status, context):
with Step('predownload validator corpus', status):
Command(context,
cmd=[sys.executable,
- 'tests/validator_regression/validator_regression_test.py',
+ 'tests/abi_corpus/validator_regression_test.py',
'--download-only'])
with Step('validator_regression_test current x86-32', status,
« no previous file with comments | « no previous file | tests/abi_corpus/corpus_errors.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698