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

Unified Diff: tools/testing/dart/test_options.dart

Issue 16001005: Changed buildbot annotated steps to run tests on ARM device (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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
« tools/bots/cross-vm.py ('K') | « tools/bots/cross-vm.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_options.dart
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
index 8e68aa83085a328a054c3292775776dfb872271a..0a25eb9b77ce58ddd712bddffd99261a9cd38eff 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -113,7 +113,7 @@ is 'dart file.dart' and you specify special command
'arch',
'The architecture to run tests for',
['-a', '--arch'],
- ['all', 'ia32', 'x64', 'simarm', 'simmips'],
+ ['all', 'ia32', 'x64', 'simarm', 'simmips', 'arm'],
'ia32'),
new _TestOptionSpecification(
'system',
« tools/bots/cross-vm.py ('K') | « tools/bots/cross-vm.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698