| 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,
|
|
|