| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index 68dad1775efe6da173b21740369c6f77835ccb8c..83856fe5966737897fe3de078788e52fceafd297 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -608,24 +608,28 @@ Note: currently only implemented for dart2js.''',
|
| // For printing out reproducing command lines, we don't want to add these
|
| // options.
|
| Set<String> _blacklistedOptions = new Set<String>.from([
|
| - 'progress',
|
| - 'failure-summary',
|
| - 'step_name',
|
| - 'report',
|
| - 'tasks',
|
| - 'verbose',
|
| - 'time',
|
| + 'append_logs',
|
| + 'build_directory',
|
| + 'chrome',
|
| + 'copy_coredumps',
|
| 'dart',
|
| - 'drt',
|
| 'dartium',
|
| + 'drt',
|
| + 'exclude_suite',
|
| + 'failure-summary',
|
| 'firefox',
|
| - 'chrome',
|
| - 'safari',
|
| - 'build_directory',
|
| - 'append_logs',
|
| 'local_ip',
|
| + 'progress',
|
| + 'report',
|
| + 'safari',
|
| 'shard',
|
| 'shards',
|
| + 'step_name',
|
| + 'tasks',
|
| + 'time',
|
| + 'verbose',
|
| + 'write_debug_log',
|
| + 'write_test_outcome_log',
|
| ]);
|
|
|
| List<String> _constructReproducingCommandArguments(Map config) {
|
|
|