Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: tools/bots/dart_tests.isolate

Issue 3001383002: Add Mac support for isolates (Closed)
Patch Set: Add missing comma to 'includes' entry. Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/bots/dart2js_tests_no_command.isolate ('k') | tools/bots/dart_tests_extended.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/dart_tests.isolate
diff --git a/tools/bots/dart_tests.isolate b/tools/bots/dart_tests.isolate
index 5471b35c2cab5476586ee5d5c2f6c406f9f7c207..7cafd9526f148d54dec19d50a7b61380a9cf6391 100644
--- a/tools/bots/dart_tests.isolate
+++ b/tools/bots/dart_tests.isolate
@@ -1,12 +1,9 @@
{
'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/',
+ 'xcodebuild/ReleaseIA32/dart-sdk/',
+ 'xcodebuild/ReleaseX64/dart-sdk/',
'samples/',
'samples-dev/',
'tools/',
@@ -18,8 +15,9 @@
'pkg/async_helper/',
'pkg/expect/',
'pkg/js/',
- 'pkg/status_file/',
+ 'pkg/meta/',
'pkg/pkg.status',
+ 'pkg/status_file/',
'runtime/tests/',
'.packages']
}
« no previous file with comments | « tools/bots/dart2js_tests_no_command.isolate ('k') | tools/bots/dart_tests_extended.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698