| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index 548a6b891fed29c9b8838b08da08846e00e86cc0..d4849a4f7e0fc8a4b03e098b497db217d5f2585e 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -186,6 +186,9 @@ class TestOptionsParser {
|
| 'noopt', 'Run an in-place precompilation', ['--noopt'], [], false,
|
| type: 'bool'),
|
| new _TestOptionSpecification(
|
| + 'use_blobs', 'Use mmap instead of shared libraries for precompilation', ['--use-blobs'], [], false,
|
| + type: 'bool'),
|
| + new _TestOptionSpecification(
|
| 'timeout', 'Timeout in seconds', ['-t', '--timeout'], [], -1,
|
| type: 'int'),
|
| new _TestOptionSpecification(
|
|
|