| Index: tools/bots/dart_tests.isolate
|
| diff --git a/tools/bots/dart_tests.isolate b/tools/bots/dart_tests.isolate
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5471b35c2cab5476586ee5d5c2f6c406f9f7c207
|
| --- /dev/null
|
| +++ b/tools/bots/dart_tests.isolate
|
| @@ -0,0 +1,26 @@
|
| +{
|
| + 'variables': {
|
| + 'command': ['tools/test.py'],
|
| + 'files': ['out/ReleaseIA32/dart-sdk/',
|
| + 'out/ReleaseX64/dart-sdk/',
|
| + 'out/ReleaseIA32/gen/',
|
| + 'out/ReleaseX64/gen/',
|
| + 'out/ReleaseIA32/patched_sdk/',
|
| + 'out/ReleaseX64/patched_sdk/',
|
| + 'samples/',
|
| + 'samples-dev/',
|
| + 'tools/',
|
| + 'third_party/pkg/',
|
| + 'third_party/pkg_tested/',
|
| + 'third_party/d8/',
|
| + 'third_party/firefox_jsshell/',
|
| + 'tests/',
|
| + 'pkg/async_helper/',
|
| + 'pkg/expect/',
|
| + 'pkg/js/',
|
| + 'pkg/status_file/',
|
| + 'pkg/pkg.status',
|
| + 'runtime/tests/',
|
| + '.packages']
|
| + }
|
| +}
|
|
|