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

Unified Diff: SConstruct

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 | « no previous file | buildbot/buildbot_standard.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConstruct
diff --git a/SConstruct b/SConstruct
index 70019810b36d9087dedddfa2a3834ac02b689cf1..0162931cf7742640d2843542d64eec53cd8eea21 100755
--- a/SConstruct
+++ b/SConstruct
@@ -626,6 +626,8 @@ MAJOR_TEST_SUITES = set([
'tsan_bot_tests',
# Special testing environment for testing comparing x86 validators.
'ncval_testing',
+ # Environment for validator difference testing
+ 'validator_diff_tests',
])
# These are the test suites we know exist, but aren't run on a regular basis.
@@ -1535,7 +1537,7 @@ TEST_EXTRA_ARGS = ['stdin', 'log_file',
'osenv', 'arch', 'subarch', 'exit_status', 'track_cmdtime',
'num_runs', 'process_output_single',
'process_output_combined', 'using_nacl_signal_handler',
- 'declares_exit_status']
+ 'declares_exit_status', 'time_warning', 'time_error']
TEST_TIME_THRESHOLD = {
'small': 2,
« no previous file with comments | « no previous file | buildbot/buildbot_standard.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698