Chromium Code Reviews| Index: tools/testing/dart/test_options.dart |
| =================================================================== |
| --- tools/testing/dart/test_options.dart (revision 8995) |
| +++ tools/testing/dart/test_options.dart (working copy) |
| @@ -192,6 +192,12 @@ |
| false, |
| 'bool'), |
| new _TestOptionSpecification( |
| + 'filter', |
| + 'Pattern to filter tests by name', |
| + ['--filter'], |
| + [], |
| + ''), |
| + new _TestOptionSpecification( |
| 'valgrind', |
| 'Run tests through valgrind', |
| ['--valgrind'], |